mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
a bit of a cleanup for the gem version
This commit is contained in:
parent
193ccc4493
commit
df86a85fe4
2 changed files with 3 additions and 3 deletions
|
@ -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 ##
|
||||
|
|
|
@ -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/}
|
||||
|
|
Loading…
Reference in a new issue