yamlconfig 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile +4 -0
  2. data/lib/yamlconfig/version.rb +1 -1
  3. metadata +2 -1
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org/"
2
+
3
+ gem 'rspec'
4
+ gem 'simplecov'
@@ -1 +1 @@
1
- YAMLConfig::VERSION = "0.2.1"
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.1
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: []