samus 1.4.2 → 1.4.3

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: 464a4326184056319c7567b5ac46a983d5428dd9
4
- data.tar.gz: 2c86ec8b72c7132e8392320aff450ebf9b9c51a2
3
+ metadata.gz: 668e1055b0f05d543aef7b5116ea55d2d968148a
4
+ data.tar.gz: 44e79c221a6dc6f8cdb0ea2e3913b559f76af06e
5
5
  SHA512:
6
- metadata.gz: f7571279aced2d05e223ac5306574a0c59c2d72427a75b251e4a3b8851277d15f39a1fe8ba03f1fa9a783d6b0360df764d22049db693c5d586507f5331033c21
7
- data.tar.gz: f6fa06436b63bc20fdcf51e556a8a7291a9bfdde8e5f555a3133181684049bcb5a1316d512f03a743b4f12d8a315ad1812cb1ae8e52eb8251a8d1e03e67afb75
6
+ metadata.gz: 9da926c2c776ff63125c1ba9d4b80de0b1184893a1825f0a663f6ed2944c2b3fceb267e3fe0c3fa64970a26d5a183085d163bdde89db3b2cf49e02491080251b
7
+ data.tar.gz: 9d7fde0de6c7aa044b9393cccac3c544e83bf04b453d33ac5fa773764f5bc1c7f39d5a5221f2eb4ea083854c3fadd8e2d466d6d8c44e691048b4d36885b265df
@@ -0,0 +1,3 @@
1
+ #!/bin/sh
2
+
3
+ make $_task
@@ -0,0 +1,7 @@
1
+ Runs a Make task.
2
+
3
+ Files:
4
+ * (none)
5
+
6
+ Arguments:
7
+ * task: the task to execute.
data/lib/samus/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Samus
2
- VERSION = '1.4.2'
2
+ VERSION = '1.4.3'
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.4.2
4
+ version: 1.4.3
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-10-26 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lsegal@soen.ca
@@ -47,6 +47,8 @@ files:
47
47
  - commands/build/git-commit.help.md
48
48
  - commands/build/git-merge
49
49
  - commands/build/git-merge.help.md
50
+ - commands/build/make-task
51
+ - commands/build/make-task.help.md
50
52
  - commands/build/npm-pack
51
53
  - commands/build/npm-pack.help.md
52
54
  - commands/build/npm-task
@@ -103,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
105
  version: '0'
104
106
  requirements: []
105
107
  rubyforge_project:
106
- rubygems_version: 2.4.1
108
+ rubygems_version: 2.4.3
107
109
  signing_key:
108
110
  specification_version: 4
109
111
  summary: Samus helps you release Open Source Software.