ascheink-active_yaml 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/test/db/yaml/state.yml +4 -0
  2. metadata +3 -1
@@ -0,0 +1,4 @@
1
+ NY:
2
+ display_name: New York
3
+ NJ:
4
+ display_name: New Jersey
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ascheink-active_yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Scheinkman
@@ -42,7 +42,9 @@ files:
42
42
  - lib/active_yaml.rb
43
43
  - test/active_yaml_test.rb
44
44
  - test/app/models/city.rb
45
+ - test/app/models/state.rb
45
46
  - test/db/yaml/city.yml
47
+ - test/db/yaml/state.yml
46
48
  - test/test_helper.rb
47
49
  has_rdoc: true
48
50
  homepage: http://github.com/ascheink/active_yaml