Commit 5f55b9404a1f543a48261d799f08e76013a0322e

Authored by Binary Logic
1 parent c006f9c4
Exists in master

Regenerate gemspec for version 2.0.7

Showing 1 changed file with 40 additions and 35 deletions   Show diff stats
settingslogic.gemspec
1 1 # Generated by jeweler
2 2 # DO NOT EDIT THIS FILE DIRECTLY
3   -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
  3 +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4 4 # -*- encoding: utf-8 -*-
5 5  
6 6 Gem::Specification.new do |s|
7   - s.name = %q{settingslogic}
8   - s.version = "2.0.6"
  7 + s.name = "settingslogic"
  8 + s.version = "2.0.7"
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{2010-02-12}
13   - s.email = %q{bjohnson@binarylogic.com}
  12 + s.date = "2012-01-06"
  13 + s.email = "bjohnson@binarylogic.com"
14 14 s.extra_rdoc_files = [
15 15 "LICENSE",
16   - "README.rdoc"
  16 + "README.rdoc"
17 17 ]
18 18 s.files = [
19   - ".gitignore",
20   - "CHANGELOG.rdoc",
21   - "LICENSE",
22   - "README.rdoc",
23   - "Rakefile",
24   - "VERSION.yml",
25   - "init.rb",
26   - "lib/settingslogic.rb",
27   - "rails/init.rb",
28   - "settingslogic.gemspec",
29   - "spec/settings.rb",
30   - "spec/settings.yml",
31   - "spec/settings2.rb",
32   - "spec/settings3.rb",
33   - "spec/settingslogic_spec.rb",
34   - "spec/spec_helper.rb"
35   - ]
36   - s.homepage = %q{http://github.com/binarylogic/settingslogic}
37   - s.rdoc_options = ["--charset=UTF-8"]
38   - s.require_paths = ["lib"]
39   - s.rubygems_version = %q{1.3.5}
40   - s.summary = %q{A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.}
41   - s.test_files = [
  19 + "CHANGELOG.rdoc",
  20 + "Gemfile",
  21 + "Gemfile.lock",
  22 + "LICENSE",
  23 + "README.rdoc",
  24 + "Rakefile",
  25 + "VERSION.yml",
  26 + "init.rb",
  27 + "lib/settingslogic.rb",
  28 + "rails/init.rb",
  29 + "settingslogic.gemspec",
42 30 "spec/settings.rb",
43   - "spec/settings2.rb",
44   - "spec/settings3.rb",
45   - "spec/settingslogic_spec.rb",
46   - "spec/spec_helper.rb"
  31 + "spec/settings.yml",
  32 + "spec/settings2.rb",
  33 + "spec/settings3.rb",
  34 + "spec/settings4.rb",
  35 + "spec/settingslogic_spec.rb",
  36 + "spec/spec_helper.rb"
47 37 ]
  38 + s.homepage = "http://github.com/binarylogic/settingslogic"
  39 + s.require_paths = ["lib"]
  40 + s.rubygems_version = "1.8.10"
  41 + s.summary = "A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern."
48 42  
49 43 if s.respond_to? :specification_version then
50   - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
51 44 s.specification_version = 3
52 45  
53   - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
  46 + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  47 + s.add_runtime_dependency(%q<rake>, [">= 0"])
  48 + s.add_runtime_dependency(%q<jeweler>, [">= 0"])
  49 + s.add_runtime_dependency(%q<rspec>, [">= 0"])
  50 + s.add_runtime_dependency(%q<ruby-debug19>, [">= 0"])
54 51 else
  52 + s.add_dependency(%q<rake>, [">= 0"])
  53 + s.add_dependency(%q<jeweler>, [">= 0"])
  54 + s.add_dependency(%q<rspec>, [">= 0"])
  55 + s.add_dependency(%q<ruby-debug19>, [">= 0"])
55 56 end
56 57 else
  58 + s.add_dependency(%q<rake>, [">= 0"])
  59 + s.add_dependency(%q<jeweler>, [">= 0"])
  60 + s.add_dependency(%q<rspec>, [">= 0"])
  61 + s.add_dependency(%q<ruby-debug19>, [">= 0"])
57 62 end
58 63 end
59 64  
... ...