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 | 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 | 4 | # -*- encoding: utf-8 -*- |
5 | 5 | |
6 | 6 | Gem::Specification.new do |s| |
7 | 7 | s.name = %q{settingslogic} |
8 | - s.version = "2.0.3" | |
8 | + s.version = "2.0.4" | |
9 | 9 | |
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | 11 | s.authors = ["Ben Johnson of Binary Logic"] |
12 | - s.date = %q{2009-09-01} | |
12 | + s.date = %q{2010-01-29} | |
13 | 13 | s.email = %q{bjohnson@binarylogic.com} |
14 | 14 | s.extra_rdoc_files = [ |
15 | 15 | "LICENSE", |
... | ... | @@ -29,6 +29,7 @@ Gem::Specification.new do |s| |
29 | 29 | "spec/settings.rb", |
30 | 30 | "spec/settings.yml", |
31 | 31 | "spec/settings2.rb", |
32 | + "spec/settings3.rb", | |
32 | 33 | "spec/settingslogic_spec.rb", |
33 | 34 | "spec/spec_helper.rb" |
34 | 35 | ] |
... | ... | @@ -41,6 +42,7 @@ Gem::Specification.new do |s| |
41 | 42 | s.test_files = [ |
42 | 43 | "spec/settings.rb", |
43 | 44 | "spec/settings2.rb", |
45 | + "spec/settings3.rb", | |
44 | 46 | "spec/settingslogic_spec.rb", |
45 | 47 | "spec/spec_helper.rb" |
46 | 48 | ] |
... | ... | @@ -55,3 +57,4 @@ Gem::Specification.new do |s| |
55 | 57 | else |
56 | 58 | end |
57 | 59 | end |
60 | + | ... | ... |