Rakefile in textmate-0.9.2 vs Rakefile in textmate-0.9.6
- old
+ new
@@ -1,11 +1,11 @@
require 'rubygems'
require 'rake/gempackagetask'
require 'date'
GEM = "textmate"
-GEM_VERSION = "0.9.2"
+GEM_VERSION = "0.9.6"
AUTHOR = "Yehuda Katz"
EMAIL = "wycats@gmail.com"
HOMEPAGE = "http://yehudakatz.com"
SUMMARY = "Command-line textmate package manager"
@@ -20,10 +20,11 @@
s.author = AUTHOR
s.email = EMAIL
s.homepage = HOMEPAGE
s.add_dependency "thor", ">= 0.9.2"
-
+
+ s.require_path = 'bin' # Yes, it's a hack, but otherwise gem complains on install
s.autorequire = GEM
s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob("{bin,specs}/**/*")
s.bindir = "bin"
s.executables = %w( textmate )
end
\ No newline at end of file