public
Rubygem
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm
Clone URL: git://github.com/rubyist/aasm.git
Search Repo:
Click here to lend your support to: aasm and make a donation at www.pledgie.com !
some more gemspec changes
rubyist (author)
Tue Apr 29 15:32:28 -0700 2008
commit  0f950a67084e2f4a861e29c67d39d064e89ebb8f
tree    b2984ab0463dda82a442d18fe7bf913267bb1b0f
parent  48e660a5feb7a69b6b8d7c5a2ba0c6c0b2b41b67
...
7
8
9
10
 
11
12
13
...
15
16
17
18
 
19
...
7
8
9
 
10
11
12
13
...
15
16
17
 
18
19
0
@@ -7,7 +7,7 @@
0
   s.description = <<-EOF
0
 AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.
0
 EOF
0
- s.files = PKG_FILES.to_a
0
+ s.files = PKG_FILES
0
   s.require_path = 'lib'
0
   s.has_rdoc = true
0
   s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG']
0
@@ -15,6 +15,6 @@
0
   
0
   s.author = 'Scott Barron'
0
   s.email = 'scott@elitists.net'
0
- s.homepage = 'http://rubyi.st/aasm'
0
+ s.homepage = 'http://github.com/rubyist/aasm'
0
 end

Comments

    No one has commented yet.