Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Oct 22, 2010
1 parent e761173 commit f8596f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static_model.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{static_model}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Quint"]
s.date = %q{2010-05-06}
s.date = %q{2009-12-03}
s.description = %q{StaticModel provides a Base class much like ActiveRecord which supports reading from a YAML file and basic associations to ActiveRecord}
s.email = %q{aaron at quirkey dot com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -54,7 +54,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{quirkey}
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{ActiveRecord like functionalities for reading from YAML with a simple class implementation}
s.test_files = [
"test/test_generator_helper.rb",
Expand All @@ -69,17 +69,17 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.2.0"])
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["~> 2.3.8"])
s.add_runtime_dependency(%q<rubigen>, [">= 1.5.1"])
s.add_development_dependency(%q<Shoulda>, [">= 1.2.0"])
else
s.add_dependency(%q<activesupport>, [">= 2.2.0"])
s.add_dependency(%q<activesupport>, ["~> 2.3.8"])
s.add_dependency(%q<rubigen>, [">= 1.5.1"])
s.add_dependency(%q<Shoulda>, [">= 1.2.0"])
end
else
s.add_dependency(%q<activesupport>, [">= 2.2.0"])
s.add_dependency(%q<activesupport>, ["~> 2.3.8"])
s.add_dependency(%q<rubigen>, [">= 1.5.1"])
s.add_dependency(%q<Shoulda>, [">= 1.2.0"])
end
Expand Down

0 comments on commit f8596f5

Please sign in to comment.