From 0f950a67084e2f4a861e29c67d39d064e89ebb8f Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Tue, 29 Apr 2008 18:32:28 -0400 Subject: [PATCH] some more gemspec changes --- aasm.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aasm.gemspec b/aasm.gemspec index 631265f..3deb6fe 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.description = <<-EOF AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects. EOF - s.files = PKG_FILES.to_a + s.files = PKG_FILES s.require_path = 'lib' s.has_rdoc = true s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG'] @@ -15,5 +15,5 @@ EOF s.author = 'Scott Barron' s.email = 'scott@elitists.net' - s.homepage = 'http://rubyi.st/aasm' + s.homepage = 'http://github.com/rubyist/aasm' end