public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
judofyr (author)
Fri May 02 07:03:15 -0700 2008
commit  2aba59da8a3cdeb77ebdcd740d7d975f60836e49
tree    6617d442001ff93212e56c48b34caa8c4a3e33a8
parent  c895f045aa266272b0ba85c7e9a2f28e7ed28ffb
gemify / CHANGELOG
100644 35 lines (30 sloc) 1.126 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
== 0.2.4 - 2008-04-06
* Added Sake-task
* Added has_rdoc to the options (Ben Wyrosdick)
* Windows-support?
* Little re-write of lib/gemify.rb
* Added bin/gemify-manifest (David A. Cuadrad)
* Added option to disable interactivity (David A. Cuadrad)
* Binaries will now read from the manifest
* Added an option parser (David A. Cuadrad)
* Added option to build the gem using the VCS tree (David A. Cuadrad)
* The settings from .gemified will now read as correct type (David A. Cuadrad)
* Rubinius-support (no test/spec = can't verify, but I think so)
 
== 0.2.3 - 2008-03-23
* Require rubygems/builder (defunkt)
* Made it simpler to test in developement
* Dependencies should work properly
* Custom manifest
 
== 0.2.2 - 2008-02-15
* Quick-release to fix an error in 0.2.1
 
== 0.2.1 - 2008-02-15
* Added error-handing of .gemfied
* Fixed some dependecies-bugs
 
== 0.2.0 - 2008-02-09
* Added support for dependencies
* Raises Exit in stead of exiting
* Read/write changes in .gemified
* Skinny bin, fat lib
* Added a very fancy CLI
 
== 0.1.0 - 2008-02-07
* The first release. More like a POC-code