Skip to content

Commit

Permalink
version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Oct 25, 2010
1 parent 4413d8a commit c076c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
arturo (1.1.0) arturo (1.1.1)
rails (~> 3.0) rails (~> 3.0)


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion arturo.gemspec
@@ -1,6 +1,6 @@
# my_rails_engine.gemspec # my_rails_engine.gemspec
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.version = '1.1.0' gem.version = '1.1.1'
gem.name = 'arturo' gem.name = 'arturo'
gem.files = Dir["lib/**/*", "app/**/*", "config/**/*"] + %w(README.md HISTORY.md) gem.files = Dir["lib/**/*", "app/**/*", "config/**/*"] + %w(README.md HISTORY.md)
gem.summary = "Feature sliders, wrapped up in an engine" gem.summary = "Feature sliders, wrapped up in an engine"
Expand Down

0 comments on commit c076c40

Please sign in to comment.