djspiewak-buildr 1.3.5 → 1.3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG +4 -2
  2. metadata +5 -5
data/CHANGELOG CHANGED
@@ -1,6 +1,7 @@
1
1
  1.3.5 (Pending)
2
- =======
3
- * Change: To access Release object (e.g. to set tag_name) use Release.find.
2
+ * Added: Mandriva (urpmi) installation support (with help from Franck Villaume).
3
+ * Added: BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak).
4
+ * Change: Updated to Rake 0.8.7, RSpec 1.2.6 and JRuby-openssl 0.5.1.
4
5
 
5
6
  1.3.4 (2009-04-21)
6
7
  * Added: BUILDR-93 Add specs for ScalaCheck integration
@@ -36,6 +37,7 @@
36
37
  * Change: Buildr now uses Jekyll to generate Web site/documentation:
37
38
  http://github.com/mojombo/jekyll/ This replaces Docter so less code to
38
39
  maintain and the same Textile/Liquid mechanism as when using Github pages.
40
+ * Change: To access Release object (e.g. to set tag_name) use Release.find.
39
41
  * Fixed: Removed double complete/fail messages showing up on console.
40
42
  * Fixed: BUILDR-140 Get rid of const_defined? all across the board.
41
43
  * Fixed: BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djspiewak-buildr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Buildr
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.8.4
23
+ version: 0.8.7
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: builder
@@ -70,7 +70,7 @@ dependencies:
70
70
  requirements:
71
71
  - - "="
72
72
  - !ruby/object:Gem::Version
73
- version: 1.5.0
73
+ version: 1.5.1
74
74
  version:
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: rubyforge
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - "="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.12.2
93
+ version: 2.1.0
94
94
  version:
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: rjb
@@ -120,7 +120,7 @@ dependencies:
120
120
  requirements:
121
121
  - - "="
122
122
  - !ruby/object:Gem::Version
123
- version: 1.2.4
123
+ version: 1.2.6
124
124
  version:
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: xml-simple