This commit is contained in:
thosakwe 2016-11-23 18:40:42 -05:00
parent eb38fa232d
commit ca7ad18ff3
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Angel Configuration
![version 1.0.1+6](https://img.shields.io/badge/version-1.0.1+6-red.svg)
![version 1.0.1+7](https://img.shields.io/badge/version-1.0.1+7-red.svg)
![build status](https://travis-ci.org/angel-dart/configuration.svg)
Isomorphic YAML configuration loader for Angel.

View file

@ -8,6 +8,7 @@ import 'package:yaml/yaml.dart';
final RegExp _equ = new RegExp(r'=$');
final RegExp _sym = new RegExp(r'Symbol\("([^"]+)"\)');
@proxy
class Configuration {
final Angel app;
Configuration(this.app);

View file

@ -1,6 +1,6 @@
name: angel_configuration
description: Isomorphic YAML configuration loader for Angel.
version: 1.0.1+6
version: 1.0.1+7
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_configuration
dependencies: