albacore 2.0.0.rc.5 → 2.0.0.rc.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -10
- data/albacore-2.0.0.rc.5.gem +0 -0
- data/lib/albacore/cross_platform_cmd.rb +1 -0
- data/lib/albacore/version.rb +1 -1
- metadata +3 -2
data/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
# Albacore
|
|
1
|
+
# Albacore
|
|
2
2
|
|
|
3
3
|
[](http://travis-ci.org/Albacore/albacore)
|
|
4
4
|
|
|
5
5
|
Version 2.0 of Albacore.
|
|
6
6
|
|
|
7
7
|
This branch is the next official version. It is currently being used for
|
|
8
|
-
numerous builds for us and is free of known bugs. It works on RMI 1.9.3
|
|
8
|
+
numerous builds for us and is free of known bugs. It works on RMI 1.9.3 and RMI
|
|
9
|
+
2.0.
|
|
9
10
|
|
|
10
11
|
gem install albacore --prerelease
|
|
11
12
|
|
|
@@ -143,17 +144,11 @@ can append the `--trace` flag to the invocation.
|
|
|
143
144
|
DEBUG=true rake --trace
|
|
144
145
|
```
|
|
145
146
|
|
|
146
|
-
## Tips and Tricks
|
|
147
|
-
|
|
148
|
-
rake script:
|
|
149
|
-
|
|
150
|
-
```
|
|
151
|
-
source "https://rubygems.org"
|
|
152
|
-
|
|
153
147
|
## Task Types
|
|
154
148
|
|
|
155
149
|
Task types are the pre-built factories for rake tasks. They often take care of
|
|
156
|
-
what's slightly more complex, beyond just invoking commands.
|
|
150
|
+
what's slightly more complex, beyond just invoking commands. They are available
|
|
151
|
+
and methods in the DSL you get when you do `require 'albacore'`
|
|
157
152
|
|
|
158
153
|
### Docs: build
|
|
159
154
|
|
|
Binary file
|
data/lib/albacore/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: albacore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.rc.
|
|
4
|
+
version: 2.0.0.rc.6
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -189,6 +189,7 @@ files:
|
|
|
189
189
|
- Guardfile
|
|
190
190
|
- README.md
|
|
191
191
|
- Rakefile
|
|
192
|
+
- albacore-2.0.0.rc.5.gem
|
|
192
193
|
- albacore.gemspec
|
|
193
194
|
- lib/albacore.rb
|
|
194
195
|
- lib/albacore/albacore_module.rb
|
|
@@ -323,7 +324,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
323
324
|
version: '0'
|
|
324
325
|
segments:
|
|
325
326
|
- 0
|
|
326
|
-
hash:
|
|
327
|
+
hash: -4498584903254051555
|
|
327
328
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
328
329
|
none: false
|
|
329
330
|
requirements:
|