public
Fork of rubys/mars
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/technomancy/mars.git
gem actually builds now; heh
technomancy (author)
Thu Jul 10 21:10:43 -0700 2008
commit  1c09788948356b683e73cc83335b427c53b06886
tree    8de0e6f7e5d324132127b8ca3a30aa01eeb13b74
parent  81be333d61b44ab40e16e1bc1c5f4514456c19e8
...
1
2
3
4
 
5
6
7
...
46
47
48
49
50
51
52
53
54
55
...
1
2
3
 
4
5
6
7
...
46
47
48
 
49
50
 
51
52
53
0
@@ -1,7 +1,7 @@
0
 Manifest.txt
0
 README
0
 Rakefile.rb
0
-bin/planet
0
+bin/mars
0
 bin/reconstitute
0
 lib/planet.rb
0
 lib/planet/erb.rb
0
@@ -46,10 +46,8 @@ test/cache/entry/technomancy.us,2007,bus%20scheme
0
 test/cache/entry/technomancy.us,2007,concerning%20a%20number%20of%20tools
0
 test/cache/entry/technomancy.us,2007,getting%20started%20with%20bus%20scheme
0
 test/cache/entry/technomancy.us,2007,in%20which%20a%20newly%20shaven%20yak%20is%20presented
0
-test/cache/entry/technomancy.us,2007,in%20which%20light%20is%20shed%20upon%20some%20previously%20unexplored%20frontiers
0
 test/cache/entry/technomancy.us,2007,in%20which%20the%20benefits%20of%20contribution%20are%20discussed
0
 test/cache/entry/technomancy.us,2007,in%20which%20the%20cake%20is%20found%20to%20be%20delicious%20and%20moist
0
-test/cache/entry/technomancy.us,2007,in%20which%20the%20events%20of%20and%20surrounding%20cabooseconf%20are%20recapitulated
0
 test/cache/entry/technomancy.us,2007,lame%20logos
0
 test/cache/entry/technomancy.us,2007,new%20project
0
 test/cache/entry/technomancy.us,2007,octo-redux
...
10
11
12
 
13
14
15
16
17
 
18
19
20
...
10
11
12
13
14
15
16
17
 
18
19
20
21
0
@@ -10,11 +10,12 @@ require 'rake/testtask'
0
 Hoe.new('mars', Planet::VERSION) do |p|
0
   p.developer('Sam Ruby', '')
0
   p.url = 'http://github.com/rubys/mars'
0
+ p.summary = 'A feed aggregator.'
0
 
0
   p.extra_deps << ['addressable']
0
   p.extra_deps << ['idn']
0
   # p.extra_deps << ['rfeedparser']
0
- p.extra_deps << ['html5lib', '>=0.10.1']
0
+ p.extra_deps << ['html5', '>=0.10.1']
0
   # p.add_development_dependency 'test-spec'
0
   p.extra_deps << ['test-spec']
0
 

Comments

    No one has commented yet.