brendan-simpleconfig 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,9 @@
1
1
  lib
2
2
  lib/simpleconfig.rb
3
+ Manifest.txt
3
4
  Rakefile
4
5
  README
6
+ simpleconfig.gemspec
5
7
  spec
6
8
  spec/fixtures
7
9
  spec/fixtures/folder1
@@ -3,7 +3,7 @@ require 'yaml'
3
3
 
4
4
  class SimpleConfig < Hash
5
5
 
6
- VERSION='0.0.1'
6
+ VERSION='0.0.2'
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.}
@@ -0,0 +1,22 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = %q{simpleconfig}
3
+ s.version = "0.0.2"
4
+
5
+ s.specification_version = 2 if s.respond_to? :specification_version=
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Brendan Baldwin"]
9
+ s.date = "2008-07-02"
10
+ s.default_executable = nil
11
+ s.description = "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."
12
+ s.email = ["brendan@usergenic.com"]
13
+ s.executables = []
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"]
16
+ s.has_rdoc = true
17
+ s.homepage = "http://github.com/brendan/simpleconfig/wikis"
18
+ s.rdoc_options = ["--main", "README.txt"]
19
+ s.require_paths = ["lib"]
20
+ s.rubygems_version = %q{1.1.1}
21
+ s.summary = "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."
22
+ end
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Baldwin
@@ -27,8 +27,10 @@ extra_rdoc_files:
27
27
  files:
28
28
  - lib
29
29
  - lib/simpleconfig.rb
30
+ - Manifest.txt
30
31
  - Rakefile
31
32
  - README
33
+ - simpleconfig.gemspec
32
34
  - spec
33
35
  - spec/fixtures
34
36
  - spec/fixtures/folder1
@@ -42,7 +44,6 @@ files:
42
44
  - spec/simpleconfig_spec.rb
43
45
  - spec/spec_helper.rb
44
46
  - History.txt
45
- - Manifest.txt
46
47
  - README.txt
47
48
  has_rdoc: true
48
49
  homepage: http://github.com/brendan/simpleconfig/wikis