Skip to content

Commit

Permalink
regenerate gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
christospappas committed Mar 29, 2011
1 parent da0f3dc commit d86d53a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions streama.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{streama}
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christos Pappas"]
s.date = %q{2011-02-15}
s.date = %q{2011-03-29}
s.description = %q{Streama is a simple activity stream gem for use with the Mongoid ODM framework.}
s.email = %q{christos.pappas@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/christospappas/streama}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Streama is a simple activity stream gem for use with the Mongoid ODM framework.}
s.test_files = [
"spec/lib/activity_spec.rb",
Expand All @@ -61,19 +61,18 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mongoid>, ["= 2.0.0.rc.7"])
s.add_runtime_dependency(%q<mongoid>, ["~> 2.0.0.rc"])
s.add_runtime_dependency(%q<bson_ext>, ["~> 1.2"])
s.add_runtime_dependency(%q<will_paginate>, ["~> 3.0.pre2"])
s.add_development_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rcov>, [">= 0"])
else
s.add_dependency(%q<mongoid>, ["= 2.0.0.rc.7"])
s.add_dependency(%q<mongoid>, ["~> 2.0.0.rc"])
s.add_dependency(%q<bson_ext>, ["~> 1.2"])
s.add_dependency(%q<will_paginate>, ["~> 3.0.pre2"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
Expand All @@ -82,7 +81,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rcov>, [">= 0"])
end
else
s.add_dependency(%q<mongoid>, ["= 2.0.0.rc.7"])
s.add_dependency(%q<mongoid>, ["~> 2.0.0.rc"])
s.add_dependency(%q<bson_ext>, ["~> 1.2"])
s.add_dependency(%q<will_paginate>, ["~> 3.0.pre2"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
Expand Down

0 comments on commit d86d53a

Please sign in to comment.