Compare commits

...

2 Commits

Author SHA1 Message Date
David Dollar d0f5b2412c 0.7.4 2010-09-17 09:30:20 -04:00
David Dollar 15ab54bc18 include files from export in the gem 2010-09-17 09:30:09 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,4 +9,5 @@ Parka::Specification.new do |gem|
gem.executables = "foreman"
gem.files << "man/foreman.1"
gem.files << Dir["export/**/*"]
end
+1 -1
View File
@@ -1,6 +1,6 @@
module Foreman
VERSION = "0.7.3"
VERSION = "0.7.4"
class AppDoesNotExist < Exception; end