a bit of a cleanup for the gem version

This commit is contained in:
Thorsten Böttger 2011-08-31 23:56:57 +02:00
parent 193ccc4493
commit df86a85fe4
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ The latest AASM can currently be pulled from the git repository on github.
```sh ```sh
% rake build % rake build
% sudo gem install pkg/aasm-2.2.1.gem % sudo gem install pkg/aasm-x.y.z.gem
``` ```
## Simple Example ## ## Simple Example ##

View File

@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__) $:.push File.expand_path("../lib", __FILE__)
# require "aasm/version" require "aasm/version"
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "aasm" 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.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "Thorsten Böttger"]
s.email = %q{scott@elitists.net, ttilley@gmail.com} s.email = %q{scott@elitists.net, ttilley@gmail.com}
s.homepage = %q{http://rubyist.github.com/aasm/} s.homepage = %q{http://rubyist.github.com/aasm/}