configstruct 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb58d6d732dd097347d370186a628e928d952895
4
- data.tar.gz: f3bcc9f1cd3a29221290012cb695f74e58e84563
3
+ metadata.gz: 08c89ad10bc5dcd4633806440f80ee1c070d832e
4
+ data.tar.gz: 46dc10079327518f0aa2c8a6790656dd66524ec3
5
5
  SHA512:
6
- metadata.gz: 2fd2311c70f643639a514fa977474f2e0211ef0efb6a41d6940f76cd749fa1a624976d87a31907853f0b2432a34672dc385b1bb35103454ef7005f2475ec1100
7
- data.tar.gz: fa588bd523532d54302959fe8d9a23e225dd2c597a38dfc7176fe1a825d695695fed476895a071e9b553c0edfbd4e29cb997d5af6ab95e8373a822dbcedbddb5
6
+ metadata.gz: 55629e6d1f0d44c59878a1f24a16e83acf0f15da49094aa6c2ea2cc679f4c6a6842867d58e77e4a5127aa6bbef1520acae3c05dd7114d461674cdeb5b9a1c5c0
7
+ data.tar.gz: f8834723b51ca66d743c7eb07c97738a33b92ca970cbbc4505a624945d43de859a473afc6e853d8db7d67448ae579853a94d75240e7812f2eb12dd030b1c5d05
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  ConfigStruct Changelog
2
2
  =======================
3
3
 
4
+ v0.0.2 - 2014-05-31
5
+ -----------------------
6
+
7
+ - fix the name of the lib file
8
+
4
9
  v0.0.1 - 2014-05-31
5
10
  -----------------------
6
11
 
File without changes
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  require 'spec_helper'
4
- require 'config_struct'
4
+ require 'configstruct'
5
5
 
6
6
  describe ConfigStruct do
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configstruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - mose
@@ -97,9 +97,9 @@ files:
97
97
  - README.md
98
98
  - Rakefile
99
99
  - configstruct.gemspec
100
- - lib/config_struct.rb
100
+ - lib/configstruct.rb
101
101
  - spec/files/config.yml
102
- - spec/lib/config_struct_spec.rb
102
+ - spec/lib/configstruct_spec.rb
103
103
  - spec/spec_helper.rb
104
104
  homepage: https://github.com/mose/configstruct
105
105
  licenses:
@@ -127,5 +127,5 @@ specification_version: 4
127
127
  summary: Lib for managing config files based on OpenStruct.
128
128
  test_files:
129
129
  - spec/files/config.yml
130
- - spec/lib/config_struct_spec.rb
130
+ - spec/lib/configstruct_spec.rb
131
131
  - spec/spec_helper.rb