Author: assaf
Date: Fri Apr 25 17:48:50 2008
New Revision: 651759
URL: http://svn.apache.org/viewvc?rev=651759&view=rev
Log:
Fixing RJB to whatever version
Modified:
incubator/buildr/trunk/Rakefile
incubator/buildr/trunk/buildr.gemspec
Modified: incubator/buildr/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=651759&r1=651758&r2=651759&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Fri Apr 25 17:48:50 2008
@@ -26,8 +26,7 @@
if platform =~ /java/
spec.add_dependency 'ci_reporter', '~> 1.5'
else
- #spec.add_dependency 'rjb', '1.1.2'
- spec.add_dependency 'rjb', '~>1.1', '!=1.1.3' # 1.1.3 is missing Windows
Gem.
+ spec.add_dependency 'rjb', '~>1.1'
end
spec
end
@@ -53,7 +52,6 @@
ENV['staging'] = "people.apache.org:~/public_html/#{spec.name}/#{spec.version}"
task 'apache:license'=>spec.files
-# TODO: Switch fully to our own coloring scheme.
task('apache:license').prerequisites.exclude('doc/css/syntax.css')
task 'spec:check' do
Modified: incubator/buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=651759&r1=651758&r2=651759&view=diff
==============================================================================
--- incubator/buildr/trunk/buildr.gemspec (original)
+++ incubator/buildr/trunk/buildr.gemspec Fri Apr 25 17:48:50 2008
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with this
+# work for additional information regarding copyright ownership. The ASF
+# licenses this file to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.
+
+
Gem::Specification.new do |spec|
spec.name = 'buildr'
spec.version = '1.3.0'
@@ -31,5 +47,4 @@
spec.add_dependency 'xml-simple', '~> 1.0'
spec.add_dependency 'archive-tar-minitar', '~> 0.5'
spec.add_dependency 'rubyforge', '~> 0.4'
- spec.add_dependency 'rjb', '~>1.1', '!=1.1.3' # 1.1.3 is missing Windows Gem.
end