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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b2857ec331a0b12dc94b2df171266c079ecf5e5
4
- data.tar.gz: 7141978a882fd0026d6dd7652b9ee3865ad0b44a
3
+ metadata.gz: 6984735fa12a08266153b674aba539ba9326d0b0
4
+ data.tar.gz: e73418144d4706415162a5e1583aaff9598cc6b9
5
5
  SHA512:
6
- metadata.gz: c0d68a751a89087765bcb3ad17a6329d2862707dd8b02c0eb7d4135f7eb456dc5b4a055f6f80bb5042ab9d33f41dafbfd36bb986a29afa315e84cca615ca8c72
7
- data.tar.gz: 763293a9e53e451b1d218de0aeb3007649d09d8dc503e33c10e332173c845b627c645bb2c8d0d0d949f513bc6079d37f33cc8ea0f295cac57831bf6a2bcbea08
6
+ metadata.gz: 7de261f234d4e6e44544e5af09ab52d3e1284ce9ba522d676175a708fba846b17230efe2f85e619d271ea72470675478882ae21b92cc0f09310f7917765d6dca
7
+ data.tar.gz: 83c4db75563fc26b3b03d052459e88d2d8f7b3106e84b48ea0f7810fb61aa9f74bbcaae81257432a81c10c3ebe4a0ed5cb3f4100afed84e869cba94720390073
@@ -0,0 +1,4 @@
1
+ #!/bin/sh
2
+
3
+ git clone -q --branch ${_branch-master} \
4
+ ${_repository-.} $__build_dir/$1 2>/dev/null
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Samus
2
- VERSION = '1.2.6'
2
+ VERSION = '1.2.7'
3
3
  end
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.6
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-06-20 00:00:00.000000000 Z
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