public
Fork of defunkt/sake
Description: System wide Rake.
Homepage: http://errtheblog.com/posts/60-sake-bomb
Clone URL: git://github.com/wycats/sake.git
Search Repo:
update to 1.0.14, depend on new ruby2ruby and parsetree
defunkt (author)
Sun Mar 16 22:07:37 -0700 2008
commit  6a28e4615aca41c46406a2b6a21e391b4aace3fd
tree    1aaa266be6afb26c40d58ca4bf964ff6d5f03d38
parent  bb7428356a3c323bdb333422aea7dd834ed00b57
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ begin
0
     p.url = "http://errtheblog.com/"
0
     p.author = 'Chris Wanstrath'
0
     p.email = "chris@ozmm.org"
0
- p.dependencies = ['ParseTree =2.0.1', 'ruby2ruby =1.1.7']
0
+ p.dependencies = ['ParseTree =2.1.1', 'ruby2ruby =1.1.8']
0
   end
0
 
0
 rescue LoadError => boom
...
9
10
11
12
 
13
14
 
15
16
17
...
77
78
79
80
 
81
82
83
...
9
10
11
 
12
13
 
14
15
16
17
...
77
78
79
 
80
81
82
83
0
@@ -9,9 +9,9 @@ require 'rake'
0
 require 'fileutils'
0
 require 'open-uri'
0
 begin
0
- gem 'ParseTree', '=2.0.1'
0
+ gem 'ParseTree', '=2.1.1'
0
   require 'parse_tree'
0
- gem 'ruby2ruby', '=1.1.7'
0
+ gem 'ruby2ruby', '=1.1.8'
0
   require 'ruby2ruby'
0
 rescue LoadError
0
   puts "# Sake requires the ruby2ruby gem and Ruby 1.8.6."
0
@@ -77,7 +77,7 @@ class Sake
0
   module Version #:nodoc:
0
     Major = '1'
0
     Minor = '0'
0
- Tweak = '13'
0
+ Tweak = '14'
0
     String = [ Major, Minor, Tweak ].join('.')
0
   end
0
 

Comments

    No one has commented yet.