Skip to content

Commit

Permalink
version bump to 0.2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Nov 2, 2010
1 parent 931d705 commit b93ebcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
arturo (0.2.3.2) arturo (0.2.3.3)
rails (~> 2.3.8) rails (~> 2.3.8)


GEM GEM
Expand Down
4 changes: 2 additions & 2 deletions arturo.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# the principles of semantic versioning. Ah well, another day # the principles of semantic versioning. Ah well, another day
# another battle. # another battle.
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.version = '0.2.3.2' gem.version = '0.2.3.3'
gem.name = 'arturo' gem.name = 'arturo'
gem.files = Dir["lib/**/*", "app/**/*", "config/**/*"] + %w(README.md HISTORY.md) gem.files = Dir["lib/**/*", "app/**/*", "config/**/*", "rails/*"] + %w(README.md HISTORY.md)
gem.summary = "Feature sliders, wrapped up in an engine" gem.summary = "Feature sliders, wrapped up in an engine"
gem.description = "Deploy features incrementally to your users" gem.description = "Deploy features incrementally to your users"
gem.email = "james.a.rosen@gmail.com" gem.email = "james.a.rosen@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion test/dummy_app/Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: /Users/jamesrosen/Projects/rmu/arturo remote: /Users/jamesrosen/Projects/rmu/arturo
specs: specs:
arturo (0.2.3.2) arturo (0.2.3.3)
rails (~> 2.3.8) rails (~> 2.3.8)


GEM GEM
Expand Down

0 comments on commit b93ebcd

Please sign in to comment.