brendan-simpleconfig 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,8 @@ lib
3
3
  lib/simpleconfig.rb
4
4
  Manifest.txt
5
5
  Rakefile
6
- README
6
+ README.txt
7
+ simpleconfig-0.0.5.gem
7
8
  simpleconfig.gemspec
8
9
  spec
9
10
  spec/fixtures
File without changes
@@ -3,7 +3,7 @@ require 'yaml'
3
3
 
4
4
  class SimpleConfig < Hash
5
5
 
6
- VERSION='0.0.4'
6
+ VERSION='0.0.5'
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.4"
3
+ s.version = "0.0.5"
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 = ["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"]
15
+ s.files = ["History.txt", "lib", "lib/simpleconfig.rb", "Manifest.txt", "Rakefile", "README.txt", "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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Baldwin
@@ -30,7 +30,7 @@ files:
30
30
  - lib/simpleconfig.rb
31
31
  - Manifest.txt
32
32
  - Rakefile
33
- - README
33
+ - README.txt
34
34
  - simpleconfig.gemspec
35
35
  - spec
36
36
  - spec/fixtures
@@ -44,7 +44,6 @@ files:
44
44
  - spec/fixtures/folder2/other_data.yml
45
45
  - spec/simpleconfig_spec.rb
46
46
  - spec/spec_helper.rb
47
- - README.txt
48
47
  has_rdoc: true
49
48
  homepage: http://github.com/brendan/simpleconfig/wikis
50
49
  post_install_message: