djspiewak-buildr 1.3.4.2 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +5 -1
  2. data/Rakefile +3 -6
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
- 1.3.4 (Pending)
1
+ 1.3.5 (Pending)
2
+ =======
3
+ * Change: To access Release object (e.g. to set tag_name) use Release.find.
4
+
5
+ 1.3.4 (2009-04-21)
2
6
  * Added: BUILDR-93 Add specs for ScalaCheck integration
3
7
  * Added: BUILDR-94 Add specs for Scala Specs integration
4
8
  * Added: BUILDR-136 Support Scala/Java Joint Compiler (Daniel Spiewak).
data/Rakefile CHANGED
@@ -28,16 +28,13 @@ end
28
28
 
29
29
  # Load the Gem specification for the current platform (Ruby or JRuby).
30
30
  def spec(platform = RUBY_PLATFORM[/java/] || 'ruby')
31
- @specs ||= ['ruby', 'java'].inject({}) { |hash, platform|
32
- $platform = platform
33
- hash.update(platform=>Gem::Specification.load('buildr.gemspec'))
31
+ @specs ||= ['ruby', 'java'].inject({}) { |hash, spec_platform|
32
+ $platform = spec_platform
33
+ hash.update(spec_platform=>Gem::Specification.load('buildr.gemspec'))
34
34
  }
35
35
  @specs[platform]
36
36
  end
37
37
 
38
- # Right now used for documentation.
39
- $github_url = 'http://github.com/buildr/buildr'
40
-
41
38
  # Tell us if we need sudo for various commands.
42
39
  def sudo_needed?
43
40
  Config::CONFIG['host_os'] !~ /windows|cygwin|bccwin|cygwin|djgpp|mingw|mswin|wince/i && !ENV['GEM_HOME']
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.4.2
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apache Buildr
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-08 00:00:00 -07:00
12
+ date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - "="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.11.0
93
+ version: 1.12.2
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.2
123
+ version: 1.2.4
124
124
  version:
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: xml-simple