forked from djberg96/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
30 lines (25 loc) · 1.02 KB
/
CHANGES
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
== 1.0.4 - 8-Jan-2016
* This gem is now signed.
* The gem related tasks in the Rakefile now assume Rubygems 2.x.
== 1.0.3 - 12-Oct-2014
* Rakefile, gemspec and README updates.
== 1.0.2 - 7-Oct-2009
* Fixed packaging bug in the gemspec, and made some other minor changes.
* Added the 'gem' rake task.
* Updated copyright and license in the README.
== 1.0.1 - 29-Jul-2009
* Now compatible with Ruby 1.9.x.
* Replaced the install.rb with a Rakefile and various tasks.
* Updated the license to Artistic 2.0.
* Added test-unit 2.x as a development dependency and refactored the test
suite to take advantage of some of its features.
* Renamed the test file to test_interface.rb.
* Renamed the example programs to all start with 'example_' to avoid any
possible confusion with actual test suites.
* Added rake tasks for running the example programs.
* Updated and refactored the gemspec.
== 1.0.0 - 5-Jun-2005
* Re-released on RubyForge.
* Some test suite and doc changes.
== 0.1.0 - 9-May-2004
* Initial release