From 220b8f84e47ea39a0ed22e10b722696d6beee346 Mon Sep 17 00:00:00 2001 From: Joao Vitor Date: Sat, 23 May 2009 05:00:20 -0300 Subject: [PATCH] Removing lib/version.rb of package list --- aasm.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aasm.gemspec b/aasm.gemspec index 350fc1fc..8a2d99ef 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -1,4 +1,4 @@ -PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib/aasm.rb", "lib/event.rb", "lib/persistence/active_record_persistence.rb", "lib/persistence.rb", "lib/state.rb", "lib/state_machine.rb", "lib/state_transition.rb", "lib/version.rb", "doc/jamis.rb"] +PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib/aasm.rb", "lib/event.rb", "lib/persistence/active_record_persistence.rb", "lib/persistence.rb", "lib/state.rb", "lib/state_machine.rb", "lib/state_transition.rb", "doc/jamis.rb"] Gem::Specification.new do |s| s.name = 'aasm'