samus 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3de12a6065d5699aba5c95b08bdce58aae14279e
4
- data.tar.gz: c0e9f870f82a855d66fbfd0b0fc9b4cec6d07f32
3
+ metadata.gz: 8d81e007bb1f2c12cc555e2fa509a1bce3b57655
4
+ data.tar.gz: c112090ea7023b73eb7b40ac6debdd833ddb7c14
5
5
  SHA512:
6
- metadata.gz: f383e7f72b7faee4f3c681abb27b05824aef368356f6de6e3502aeef939c0b8bd99230601aabc39631f9d6c097641b16d5ba9c9204f9d740cac93a5ebe7a6a75
7
- data.tar.gz: 5860da816580213d6c55572b3cb099a69d685030fe36aa7ab10d28128613193d3381c16f3e3a2b15411a81e266f3e0af27e19a4630aca93e23f1b403b1d47568
6
+ metadata.gz: 2f4883959aac0436a1c29106fb32e60ffb0cb237699abcb5eb9657cd84e9d9b761825db2e77e6be51545d14dd85edae641c7566898788c5c3d521cc28609f0ac
7
+ data.tar.gz: a2a052cc2be918eb175d0e48a78b1d4a483d58b386a5882887a3e0ae57f7de54b7785f7a16cf2eb8a15f5bcf2b84398d976db5fd8509450e9dbd3a4e2d82d605
@@ -0,0 +1,4 @@
1
+ #!/bin/sh
2
+
3
+ set -e
4
+ mv `npm pack` $__build_dir/$1
@@ -0,0 +1,7 @@
1
+ Builds an npm package.
2
+
3
+ Files:
4
+ * The output name of the npm package (with .tgz suffix)
5
+
6
+ Arguments:
7
+ * (none)
@@ -1,3 +1,3 @@
1
1
  module Samus
2
- VERSION = '1.2.4'
2
+ VERSION = '1.2.5'
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.4
4
+ version: 1.2.5
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-13 00:00:00.000000000 Z
11
+ date: 2014-06-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lsegal@soen.ca
@@ -42,6 +42,8 @@ files:
42
42
  - commands/build/git-commit.help.md
43
43
  - commands/build/git-merge
44
44
  - commands/build/git-merge.help.md
45
+ - commands/build/npm-pack
46
+ - commands/build/npm-pack.help.md
45
47
  - commands/build/npm-task
46
48
  - commands/build/npm-task.help.md
47
49
  - commands/build/npm-test