Skip to content

Commit

Permalink
a bit of a cleanup for the gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Aug 31, 2011
1 parent 193ccc4 commit df86a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The latest AASM can currently be pulled from the git repository on github.

```sh
% rake build
% sudo gem install pkg/aasm-2.2.1.gem
% sudo gem install pkg/aasm-x.y.z.gem
```

## Simple Example ##
Expand Down
4 changes: 2 additions & 2 deletions aasm.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
# require "aasm/version"
require "aasm/version"

Gem::Specification.new do |s|
s.name = "aasm"
s.version = "2.2.1" #AASM::VERSION
s.version = AASM::VERSION
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "Thorsten Böttger"]
s.email = %q{scott@elitists.net, ttilley@gmail.com}
s.homepage = %q{http://rubyist.github.com/aasm/}
Expand Down

0 comments on commit df86a85

Please sign in to comment.