public
Description: An extremely simple way to create a RubyGem
Homepage: http://dojo.rubyforge.org/gemify
Clone URL: git://github.com/judofyr/gemify.git
Search Repo:
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