Logoj0ke.net Open Build Service > Projects > devel:ruby > rubygem-rake > rubygem-rake.changes
Sign Up | Log In

File rubygem-rake.changes of Package rubygem-rake

 
1
-------------------------------------------------------------------
2
Mon May 14 13:18:50 CEST 2007 - mrueckert@suse.de
3
4
- upodate to version 0.7.3
5
  * Added existing and existing! methods to FileList
6
  * FileLists now claim to be Arrays (via is_a?) to get better
7
    support from the FileUtil module.
8
  * Added init and top_level for custom rake applications.
9
- additional changes from 0.7.2
10
  * Error messages are now send to stderr rather than stdout
11
    (from Payton Quackenbush).
12
  * Better error handling on invalid command line arguments
13
    (from Payton Quackenbush).
14
  * Added rcov task and updated unit testing for better code
15
    coverage.
16
  * Fixed some bugs where the application object was going to the
17
    global appliation instead of using its own data.
18
  * Added square and curly bracket patterns to FileList#include
19
    (Tilman Sauerbeck).
20
  * Added plain filename support to rule dependents (suggested by
21
    Nobu Nakada).
22
  * Added pathmap support to rule dependents.
23
  * Added a 'tasks' method to a namespace to get a list of tasks
24
    associated with the namespace.
25
  * Fixed the method name leak from FileUtils (bug found by Glenn
26
    Vanderburg).
27
  * Added rake_extension to handle detection of extension
28
    collisions.
29
  * Added test for noop, bad_option and verbose flags to sh
30
    command.
31
  * Removed dependency on internal fu_xxx functions from FileUtils.
32
  * Added a 'shame' task to the Rakefile.
33
  * Added tar_command and zip_command options to the Package task.
34
  * Added a description to the gem task in GemPackageTask.
35
  * Fixed a bug when rules have multiple prerequisites (patch by
36
    Joel VanderWerf)
37
  * Added a protected 'require "rubygems"' to test/test_application
38
    to unbreak cruisecontrol.rb.
39
  * Added the handful of RakeFileUtils to the private method as
40
    well.
41
  * Added block based exclusion.
42
  * The clean task will no longer delete 'core' if it is a
43
    directory.
44
  * Removed rake_dup.  Now we just simply rescue a bad dup.
45
  * Refactored the FileList reject logic to remove duplication.
46
  * Removed if __FILE__ at the end of the rake.rb file.
47
48
-------------------------------------------------------------------
49
Wed Jun 21 01:11:41 CEST 2006 - mrueckert@suse.de
50
51
- use rubygems_with_buildroot_patch instead of the versioned
52
  buildrequires
53
54
-------------------------------------------------------------------
55
Mon Jun 19 19:08:33 CEST 2006 - mrueckert@suse.de
56
57
- Update to version 0.7.1
58
- Switched to gem based rake.
59
60
-------------------------------------------------------------------
61
Wed Jan 25 21:41:04 CET 2006 - mls@suse.de
62
63
- converted neededforbuild to BuildRequires
64
65
-------------------------------------------------------------------
66
Fri Jan 20 17:22:37 CET 2006 - mrueckert@suse.de
67
68
- Update to version 0.7.0
69
70
-------------------------------------------------------------------
71
Mon Oct 17 03:36:52 CEST 2005 - mrueckert@suse.de
72
73
- Initial package of version 0.6.2
74
75