public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
Releasing 0.2.4
judofyr (author)
Sun Apr 06 11:35:48 -0700 2008
commit  ab49f2fff6b0cd2fbb6a8576a16da06716d77582
tree    a5e38b06ae825dbd469ddddb1440b45d2c298a4d
parent  57ba5ea7e611e140e8ec9af89f3004b833b408ac
...
2
3
4
5
 
6
7
8
9
...
2
3
4
 
5
6
7
8
 
0
@@ -2,8 +2,7 @@
0
 :rubyforge_project: dojo
0
 :author: Magnus Holm
0
 :name: gemify
0
-:version: 0.2.3
0
+:version: 0.2.4
0
 :summary: An extremely simple way to create a RubyGem
0
 :email: judofyr@gmail.com
0
 :homepage: http://dojo.rubyforge.org
0
-:has_rdoc: true
...
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0
@@ -1,3 +1,16 @@
0
+== 0.2.4 - 2008-04-06
0
+* Added Sake-task
0
+* Added has_rdoc to the options (Ben Wyrosdick)
0
+* Windows-support?
0
+* Little re-write of lib/gemify.rb
0
+* Added bin/gemify-manifest (David A. Cuadrad)
0
+* Added option to disable interactivity (David A. Cuadrad)
0
+* Binaries will now read from the manifest
0
+* Added an option parser (David A. Cuadrad)
0
+* Added option to build the gem using the VCS tree (David A. Cuadrad)
0
+* The settings from .gemified will now read as correct type (David A. Cuadrad)
0
+* Rubinius-support (no test/spec = can't verify, but I think so)
0
+
0
 == 0.2.3 - 2008-03-23
0
 * Require rubygems/builder (defunkt)
0
 * Made it simpler to test in developement
...
1
2
3
4
5
6
7
8
9
10
11
12
13
...
1
 
 
 
 
 
 
 
 
 
 
 
2
0
@@ -1,12 +1 @@
0
 == Should be merged with CHANGELOG before release
0
-* Added Sake-task
0
-* Added has_rdoc to the options (Ben Wyrosdick)
0
-* Windows-support?
0
-* Little re-write of lib/gemify.rb
0
-* Added bin/gemify-manifest (David A. Cuadrad)
0
-* Added option to disable interactivity (David A. Cuadrad)
0
-* Binaries will now read from the manifest
0
-* Added an option parser (David A. Cuadrad)
0
-* Added option to build the gem using the VCS tree (David A. Cuadrad)
0
-* The settings from .gemified will now read as correct type (David A. Cuadrad)
0
-* Rubinius-support (no test/spec = can't verify, but I think so)
0
\ No newline at end of file

Comments

    No one has commented yet.