Commit f5364012340f27c028f3f0df55a4eb47a1458c32
1 parent
d6dae9cb
Exists in
master
Regenerated gemspec for version 2.0.4
Showing
1 changed file
with
7 additions
and
4 deletions
Show diff stats
settingslogic.gemspec
1 | # Generated by jeweler | 1 | # Generated by jeweler |
2 | -# DO NOT EDIT THIS FILE | ||
3 | -# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` | 2 | +# DO NOT EDIT THIS FILE DIRECTLY |
3 | +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command | ||
4 | # -*- encoding: utf-8 -*- | 4 | # -*- encoding: utf-8 -*- |
5 | 5 | ||
6 | Gem::Specification.new do |s| | 6 | Gem::Specification.new do |s| |
7 | s.name = %q{settingslogic} | 7 | s.name = %q{settingslogic} |
8 | - s.version = "2.0.3" | 8 | + s.version = "2.0.4" |
9 | 9 | ||
10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | s.authors = ["Ben Johnson of Binary Logic"] | 11 | s.authors = ["Ben Johnson of Binary Logic"] |
12 | - s.date = %q{2009-09-01} | 12 | + s.date = %q{2010-01-29} |
13 | s.email = %q{bjohnson@binarylogic.com} | 13 | s.email = %q{bjohnson@binarylogic.com} |
14 | s.extra_rdoc_files = [ | 14 | s.extra_rdoc_files = [ |
15 | "LICENSE", | 15 | "LICENSE", |
@@ -29,6 +29,7 @@ Gem::Specification.new do |s| | @@ -29,6 +29,7 @@ Gem::Specification.new do |s| | ||
29 | "spec/settings.rb", | 29 | "spec/settings.rb", |
30 | "spec/settings.yml", | 30 | "spec/settings.yml", |
31 | "spec/settings2.rb", | 31 | "spec/settings2.rb", |
32 | + "spec/settings3.rb", | ||
32 | "spec/settingslogic_spec.rb", | 33 | "spec/settingslogic_spec.rb", |
33 | "spec/spec_helper.rb" | 34 | "spec/spec_helper.rb" |
34 | ] | 35 | ] |
@@ -41,6 +42,7 @@ Gem::Specification.new do |s| | @@ -41,6 +42,7 @@ Gem::Specification.new do |s| | ||
41 | s.test_files = [ | 42 | s.test_files = [ |
42 | "spec/settings.rb", | 43 | "spec/settings.rb", |
43 | "spec/settings2.rb", | 44 | "spec/settings2.rb", |
45 | + "spec/settings3.rb", | ||
44 | "spec/settingslogic_spec.rb", | 46 | "spec/settingslogic_spec.rb", |
45 | "spec/spec_helper.rb" | 47 | "spec/spec_helper.rb" |
46 | ] | 48 | ] |
@@ -55,3 +57,4 @@ Gem::Specification.new do |s| | @@ -55,3 +57,4 @@ Gem::Specification.new do |s| | ||
55 | else | 57 | else |
56 | end | 58 | end |
57 | end | 59 | end |
60 | + |