samus 1.2.6 → 1.2.7
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.
- checksums.yaml +4 -4
- data/commands/build/git-clone +4 -0
- data/commands/build/git-clone.help.md +8 -0
- data/lib/samus/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6984735fa12a08266153b674aba539ba9326d0b0
|
|
4
|
+
data.tar.gz: e73418144d4706415162a5e1583aaff9598cc6b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7de261f234d4e6e44544e5af09ab52d3e1284ce9ba522d676175a708fba846b17230efe2f85e619d271ea72470675478882ae21b92cc0f09310f7917765d6dca
|
|
7
|
+
data.tar.gz: 83c4db75563fc26b3b03d052459e88d2d8f7b3106e84b48ea0f7810fb61aa9f74bbcaae81257432a81c10c3ebe4a0ed5cb3f4100afed84e869cba94720390073
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Clones the Git working copy into the build directory.
|
|
2
|
+
|
|
3
|
+
Files:
|
|
4
|
+
* The path inside the build directory to clone into.
|
|
5
|
+
|
|
6
|
+
Arguments:
|
|
7
|
+
* repository: the location of the working copy repository, defaults to ".".
|
|
8
|
+
* branch: the branch to clone, defaults to "master"
|
data/lib/samus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: samus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Loren Segal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: lsegal@soen.ca
|
|
@@ -38,6 +38,8 @@ files:
|
|
|
38
38
|
- commands/build/gem-build.help.md
|
|
39
39
|
- commands/build/git-archive
|
|
40
40
|
- commands/build/git-archive.help.md
|
|
41
|
+
- commands/build/git-clone
|
|
42
|
+
- commands/build/git-clone.help.md
|
|
41
43
|
- commands/build/git-commit
|
|
42
44
|
- commands/build/git-commit.help.md
|
|
43
45
|
- commands/build/git-merge
|