djspiewak-buildr 1.3.4.1 → 1.3.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +8 -1
  2. data/README.rdoc +2 -2
  3. data/Rakefile +3 -0
  4. metadata +5 -5
data/CHANGELOG CHANGED
@@ -8,6 +8,7 @@
8
8
  * Added: BUILDR-222 Support Git as a version control system
9
9
  * Added BUILDR-223 Release Task: customizable commit message
10
10
  * Added: BUILDR-242 Include Scala-Tools Repository by Default.
11
+ * Added: BUILDR-268 Allow proxying for https connections (Joel Muzzerall).
11
12
  * Added: Info message "Packaging filename.ext" now displayed for packaging tasks
12
13
  * Added: Added Scala.version and Scala.version_str
13
14
  * Change: require 'buildr/scala' is now officially required to use Scala features
@@ -16,7 +17,7 @@
16
17
  * Change: Upgraded to Rubyforge 1.0.1.
17
18
  * Change: Upgraded to use Rake 0.8.4.
18
19
  * Change: Upgraded to use Net-SSH 2.0.11.
19
- * Change: Upgraded to use RSpec 1.1.12.
20
+ * Change: Upgraded to use RSpec 1.2.2.
20
21
  * Change: Upgraded to use JRuby 1.1.6 (when auto-installing).
21
22
  * Change: Buildr, no longer in incubation (hurray!): new site, mailing list, SVN, Git.
22
23
  * Change: BUILDR-171 Eclipse task generates meta-data files for projects with
@@ -24,6 +25,7 @@
24
25
  * Change: BUILDR-177 Moved cobertura and emma extensions to lib directory.
25
26
  * Change: BUILDR-187 Source code attachment for Eclipse .classpath.
26
27
  * Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov).
28
+ * Change: BUILDR-209 Scala Specs Should Use src/specs/scala/
27
29
  * Change: BUILDR-237 Use MacPorts Scala on OS X.
28
30
  * Change: BUILDR-260 Upgrade to Scala 2.7.3 compatible dependencies:
29
31
  ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.5
@@ -64,6 +66,11 @@ for submodules (Rhett Sutphin).
64
66
  * Fixed: BUILDR-255 tasks/*.rake files are loaded more than once.
65
67
  * Fixed: BUILDR-261 ScalaSpecs should be run with Scala dependencies
66
68
  * Fixed: BUILDR-263 package(:war).merge not working correctly with exclude()
69
+ * Fixed: BUILDR-271 Using buildr --environment leads to "Don't know how to
70
+ build task XXX".
71
+ * Fixed: BUILDR-269 rspec bdd is broken (Jeff Hodges)
72
+ * Fixed: BUILDR-272 'rake gem' does not build gem under JRuby (Clinton R.
73
+ Nixon).
67
74
  * Remove: BUILDR-215 buildr:freeze and unfreeze tasks don't work since we're
68
75
  no longer running with the rake command.
69
76
 
data/README.rdoc CHANGED
@@ -34,9 +34,9 @@ http://buildr.apache.org/
34
34
 
35
35
  === Mailing list
36
36
 
37
- Users: http://mail-archives.apache.org/mod_mbox/buildr-users/
37
+ Users: users-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:users
38
38
 
39
- Developers: http://mail-archives.apache.org/mod_mbox/buildr-dev/
39
+ Developers: dev-subscribe@buildr.apache.org http://buildr.markmail.org/search/list:dev
40
40
 
41
41
  Create your own Buildfile and start living the life!
42
42
 
data/Rakefile CHANGED
@@ -35,6 +35,9 @@ def spec(platform = RUBY_PLATFORM[/java/] || 'ruby')
35
35
  @specs[platform]
36
36
  end
37
37
 
38
+ # Right now used for documentation.
39
+ $github_url = 'http://github.com/buildr/buildr'
40
+
38
41
  # Tell us if we need sudo for various commands.
39
42
  def sudo_needed?
40
43
  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.1
4
+ version: 1.3.4.2
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-02-25 00:00:00 -08:00
12
+ date: 2009-04-08 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.10.0
93
+ version: 1.11.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.1.12
123
+ version: 1.2.2
124
124
  version:
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: xml-simple
@@ -142,7 +142,7 @@ dependencies:
142
142
  - !ruby/object:Gem::Version
143
143
  version: 0.5.2
144
144
  version:
145
- description:
145
+ description: Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that's a joy to use.
146
146
  email: users@buildr.apache.org
147
147
  executables:
148
148
  - buildr