public
Description: newgem - New Gem Generator for RubyGems
Homepage: http://newgem.rubyforge.org
Clone URL: git://github.com/drnic/newgem.git
Search Repo:
RedCloth dependency - changed to =3.0.3 as 3.0.4 is dodgy apparently 
[Roger Pack]
drnic (author)
Mon Jun 23 19:09:54 -0700 2008
commit  916da69bda524f22fe7af972c0a50879cd50a0ce
tree    8a486dab5218e7654412ba95c0b58e9b6420bb68
parent  302aa06b7d43b278a2c84a7ebcc6bfefe6ef585d
...
1
2
3
 
4
5
6
...
1
2
3
4
5
6
7
0
@@ -1,6 +1,7 @@
0
 == 0.26.0 2008-06-21 NOT RELEASED
0
 
0
 * README.rdoc is the name of generated and internal README root files, since github makes them look pretty
0
+* RedCloth dependency - changed to =3.0.3 as 3.0.4 is dodgy apparently [Roger Pack]
0
 
0
 DO NOT RELEASE UNTIL HOE IS PATCHED
0
 
...
47
48
49
50
 
51
52
53
...
47
48
49
 
50
51
52
53
0
@@ -47,7 +47,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
0
   p.extra_deps = [
0
- ['RedCloth','>=3.0.4'],
0
+ ['RedCloth','=3.0.3'],
0
     ['syntax','>=1.0.0'],
0
     ['activesupport','>=2.0.2'],
0
     ['rubigen','>=1.3.0']

Comments

    No one has commented yet.