rake 10.1.0 → 10.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rake might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.rdoc +5 -5
- data/Rakefile +2 -3
- data/lib/rake/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8081a9768430f5df088497941ad26db0fcfb760
|
4
|
+
data.tar.gz: 3e5addb3948e8a28c9b9a2a0b2c5e42eccb63a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c727b5e89c63bdf6a49ef9ed7d848cd81354410412c8eec447d10af8f34e1b22530cba04ab7964375a515e6e1a722aeb5ef837907b21ed6e12fcc5e62cb0c21
|
7
|
+
data.tar.gz: dc8b70f2dac677280968ea0552bed44f1953c0ff8d364230adf14b4edcfc206362b0a132ec87129813c36dc3c19c63ff5fdb179beee7f18e44adc941f1971075
|
data/README.rdoc
CHANGED
@@ -112,8 +112,8 @@ Issues and bug reports can also be tracked here:
|
|
112
112
|
=== Rake References
|
113
113
|
|
114
114
|
* Rake Documentation Home: http://docs.rubyrake.org
|
115
|
-
* Rake Project Page: http://
|
116
|
-
* Rake API Documents: http://
|
115
|
+
* Rake Project Page: http://github.com/jimweirich/rake
|
116
|
+
* Rake API Documents: http://onestepback.org/software/rake/
|
117
117
|
* Rake Source Code Repo: http://github.com/jimweirich/rake
|
118
118
|
* Rake Git Repo Clone URL: git://github.com/jimweirich/rake.git
|
119
119
|
* Rake Bug Reports: https://github.com/jimweirich/rake/issues
|
@@ -138,7 +138,7 @@ other projects with similar (and not so similar) goals.
|
|
138
138
|
* http://ppt.perl.org/commands/make/index.html -- Make from the Perl
|
139
139
|
Power Tools implementation.
|
140
140
|
* http://search.cpan.org/search?query=PerlBuildSystem -- The Perl Build System
|
141
|
-
* http://
|
141
|
+
* http://rubydoc.info/gems/rant/0.5.7/frames -- Rant, another Ruby make tool.
|
142
142
|
|
143
143
|
== Credits
|
144
144
|
|
@@ -158,8 +158,8 @@ Rake is available under an MIT-style license.
|
|
158
158
|
|
159
159
|
== Support
|
160
160
|
|
161
|
-
The Rake homepage is http://
|
162
|
-
|
161
|
+
The Rake homepage is http://onestepback.org/software/rake/. You can find the Rake
|
162
|
+
GitHub page at http://github.com/jimweirich/rake.
|
163
163
|
|
164
164
|
Feel free to submit commits or feature requests. If you send a patch,
|
165
165
|
remember to update the corresponding unit tests. In fact, I prefer
|
data/Rakefile
CHANGED
@@ -188,9 +188,8 @@ specified in standard Ruby syntax.
|
|
188
188
|
s.rdoc_options = BASE_RDOC_OPTIONS
|
189
189
|
|
190
190
|
s.author = "Jim Weirich"
|
191
|
-
s.email = "jim@
|
192
|
-
s.homepage = "http://rake
|
193
|
-
s.rubyforge_project = "rake"
|
191
|
+
s.email = "jim.weirich@gmail.com"
|
192
|
+
s.homepage = "http://github.com/jimweirich/rake"
|
194
193
|
end
|
195
194
|
|
196
195
|
Gem::PackageTask.new(SPEC) do |pkg|
|
data/lib/rake/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.1.
|
4
|
+
version: 10.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Weirich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
version: '2.1'
|
27
27
|
description: Rake is a Make-like program implemented in Ruby. Tasks and dependencies
|
28
28
|
arespecified in standard Ruby syntax.
|
29
|
-
email: jim@
|
29
|
+
email: jim.weirich@gmail.com
|
30
30
|
executables:
|
31
31
|
- rake
|
32
32
|
extensions: []
|
@@ -226,7 +226,7 @@ files:
|
|
226
226
|
- doc/release_notes/rake-10.0.2.rdoc
|
227
227
|
- doc/release_notes/rake-10.0.3.rdoc
|
228
228
|
- doc/release_notes/rake-10.1.0.rdoc
|
229
|
-
homepage: http://rake
|
229
|
+
homepage: http://github.com/jimweirich/rake
|
230
230
|
licenses:
|
231
231
|
- MIT
|
232
232
|
metadata: {}
|
@@ -251,8 +251,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
251
|
- !ruby/object:Gem::Version
|
252
252
|
version: 1.3.2
|
253
253
|
requirements: []
|
254
|
-
rubyforge_project:
|
255
|
-
rubygems_version: 2.
|
254
|
+
rubyforge_project:
|
255
|
+
rubygems_version: 2.1.11
|
256
256
|
signing_key:
|
257
257
|
specification_version: 4
|
258
258
|
summary: Ruby based make-like utility.
|