yamlconfig 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +4 -0
- data/lib/yamlconfig/version.rb +1 -1
- metadata +2 -1
data/Gemfile
ADDED
data/lib/yamlconfig/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
YAMLConfig::VERSION = "0.2.
|
1
|
+
YAMLConfig::VERSION = "0.2.2"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: yamlconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Christopher Maujean
|
@@ -47,6 +47,7 @@ files:
|
|
47
47
|
- spec/yamlconfig_spec.rb
|
48
48
|
- Rakefile
|
49
49
|
- .gemtest
|
50
|
+
- Gemfile
|
50
51
|
has_rdoc: true
|
51
52
|
homepage: http://rubyforge.org/projects/ngslib
|
52
53
|
licenses: []
|