Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
laserlemon committed Sep 13, 2013
1 parent fdab895 commit 4ad6072
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions periscope-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "periscope-activerecord"
gem.version = "2.0.1"
gem.version = "2.1.0"

gem.author = "Steve Richert"
gem.email = "[email protected]"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_dependency "activerecord", ">= 3", "< 5"
gem.add_dependency "periscope", "~> 2.0.0"
gem.add_dependency "periscope", "~> 2.1.0"

gem.files = %w(
lib/periscope-activerecord.rb
Expand Down
4 changes: 2 additions & 2 deletions periscope-data_mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "periscope-data_mapper"
gem.version = "2.0.1"
gem.version = "2.1.0"

gem.author = "Steve Richert"
gem.email = "[email protected]"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_dependency "dm-core", "~> 1.0"
gem.add_dependency "periscope", "~> 2.0.0"
gem.add_dependency "periscope", "~> 2.1.0"

gem.files = %w(
lib/periscope-data_mapper.rb
Expand Down
4 changes: 2 additions & 2 deletions periscope-mongo_mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "periscope-mongo_mapper"
gem.version = "2.0.1"
gem.version = "2.1.0"

gem.author = "Steve Richert"
gem.email = "[email protected]"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_dependency "mongo_mapper", "~> 0.9"
gem.add_dependency "periscope", "~> 2.0.0"
gem.add_dependency "periscope", "~> 2.1.0"

gem.files = %w(
lib/periscope-mongo_mapper.rb
Expand Down
4 changes: 2 additions & 2 deletions periscope-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "periscope-mongoid"
gem.version = "2.0.1"
gem.version = "2.1.0"

gem.author = "Steve Richert"
gem.email = "[email protected]"
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_dependency "mongoid", ">= 2", "< 4"
gem.add_dependency "periscope", "~> 2.0.0"
gem.add_dependency "periscope", "~> 2.1.0"

gem.files = %w(
lib/periscope-mongoid.rb
Expand Down
2 changes: 1 addition & 1 deletion periscope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = "periscope"
gem.version = "2.0.0"
gem.version = "2.1.0"

gem.author = "Steve Richert"
gem.email = "[email protected]"
Expand Down

0 comments on commit 4ad6072

Please sign in to comment.