brendan-simpleconfig 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ History.txt
1
2
  lib
2
3
  lib/simpleconfig.rb
3
4
  Manifest.txt
@@ -3,7 +3,7 @@ require 'yaml'
3
3
 
4
4
  class SimpleConfig < Hash
5
5
 
6
- VERSION='0.0.2'
6
+ VERSION='0.0.3'
7
7
  AUTHORS=["Brendan Baldwin"]
8
8
  EMAIL=["brendan@usergenic.com"]
9
9
  DESCRIPTION=%q{This is a really simple system for getting configuration data into your app. See the wiki at http://github.com/brendan/simpleconfig/wikis for usage.}
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{simpleconfig}
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
 
5
5
  s.specification_version = 2 if s.respond_to? :specification_version=
6
6
 
@@ -12,7 +12,7 @@
12
12
  s.email = ["brendan@usergenic.com"]
13
13
  s.executables = []
14
14
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
15
- s.files = ["lib", "lib/simpleconfig.rb", "Manifest.txt", "Rakefile", "README", "simpleconfig.gemspec", "spec", "spec/fixtures", "spec/fixtures/folder1", "spec/fixtures/folder1/data.yml", "spec/fixtures/folder1/erbified.yml", "spec/fixtures/folder1/other_data.yml", "spec/fixtures/folder2", "spec/fixtures/folder2/data.yml", "spec/fixtures/folder2/only_in_folder2.yml", "spec/fixtures/folder2/other_data.yml", "spec/simpleconfig_spec.rb", "spec/spec_helper.rb"]
15
+ s.files = ["History.txt", "lib", "lib/simpleconfig.rb", "Manifest.txt", "Rakefile", "README", "simpleconfig.gemspec", "spec", "spec/fixtures", "spec/fixtures/folder1", "spec/fixtures/folder1/data.yml", "spec/fixtures/folder1/erbified.yml", "spec/fixtures/folder1/other_data.yml", "spec/fixtures/folder2", "spec/fixtures/folder2/data.yml", "spec/fixtures/folder2/only_in_folder2.yml", "spec/fixtures/folder2/other_data.yml", "spec/simpleconfig_spec.rb", "spec/spec_helper.rb"]
16
16
  s.has_rdoc = true
17
17
  s.homepage = "http://github.com/brendan/simpleconfig/wikis"
18
18
  s.rdoc_options = ["--main", "README.txt"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brendan-simpleconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Baldwin
@@ -25,6 +25,7 @@ extra_rdoc_files:
25
25
  - Manifest.txt
26
26
  - README.txt
27
27
  files:
28
+ - History.txt
28
29
  - lib
29
30
  - lib/simpleconfig.rb
30
31
  - Manifest.txt
@@ -43,7 +44,6 @@ files:
43
44
  - spec/fixtures/folder2/other_data.yml
44
45
  - spec/simpleconfig_spec.rb
45
46
  - spec/spec_helper.rb
46
- - History.txt
47
47
  - README.txt
48
48
  has_rdoc: true
49
49
  homepage: http://github.com/brendan/simpleconfig/wikis