Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 15, 2009
1 parent 986e0fc commit 60e1f29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ At the command prompt, type:

In your app, add the following dependency to `config/dependencies.rb`:

dependency "merb-admin", "0.5.4"
dependency "merb-admin", "0.5.5"

Add the following route to `config/router.rb`:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AUTHOR = "Erik Michaels-Ober"
EMAIL = "[email protected]"
HOMEPAGE = "http://github.com/sferik/merb-admin"
SUMMARY = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data."
GEM_VERSION = "0.5.4"
GEM_VERSION = "0.5.5"

spec = Gem::Specification.new do |s|
s.rubyforge_project = "merb"
Expand Down
2 changes: 1 addition & 1 deletion lib/merb-admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module MerbAdmin

# Slice metadata
self.description = "MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data."
self.version = "0.5.4"
self.version = "0.5.5"
self.author = "Erik Michaels-Ober"

# Stub classes loaded hook - runs before LoadClasses BootLoader
Expand Down
4 changes: 2 additions & 2 deletions merb-admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{merb-admin}
s.version = "0.5.4"
s.version = "0.5.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Erik Michaels-Ober"]
s.date = %q{2009-10-07}
s.date = %q{2009-10-15}
s.description = %q{MerbAdmin is a Merb plugin that provides an easy-to-use interface for managing your data.}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README.markdown", "LICENSE"]
Expand Down

0 comments on commit 60e1f29

Please sign in to comment.