samus 1.4.3 → 1.4.4
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/CHANGELOG.md +4 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/commands/build/archive-git-full.help.md +0 -0
- data/commands/build/archive-tgz.help.md +0 -0
- data/commands/build/archive-zip.help.md +0 -0
- data/commands/build/changelog-parse.help.md +0 -0
- data/commands/build/fs-copy.help.md +0 -0
- data/commands/build/fs-mkdir.help.md +0 -0
- data/commands/build/fs-rmrf.help.md +0 -0
- data/commands/build/fs-sedfiles.help.md +0 -0
- data/commands/build/gem-build.help.md +0 -0
- data/commands/build/git-archive.help.md +0 -0
- data/commands/build/git-clone.help.md +0 -0
- data/commands/build/git-commit.help.md +0 -0
- data/commands/build/git-merge.help.md +0 -0
- data/commands/build/make-task.help.md +0 -0
- data/commands/build/npm-pack.help.md +0 -0
- data/commands/build/npm-task.help.md +0 -0
- data/commands/build/npm-test.help.md +0 -0
- data/commands/build/rake-task.help.md +0 -0
- data/commands/build/samus-build.help.md +0 -0
- data/commands/publish/cf-invalidate.help.md +0 -0
- data/commands/publish/gem-push.help.md +0 -0
- data/commands/publish/git-push +1 -1
- data/commands/publish/git-push.help.md +0 -0
- data/commands/publish/github-release +1 -1
- data/commands/publish/github-release.help.md +0 -0
- data/commands/publish/npm-publish.help.md +0 -0
- data/commands/publish/s3-put.help.md +0 -0
- data/commands/publish/samus-publish.help.md +0 -0
- data/lib/samus.rb +0 -0
- data/lib/samus/action.rb +0 -0
- data/lib/samus/build_action.rb +0 -0
- data/lib/samus/builder.rb +0 -0
- data/lib/samus/command.rb +0 -0
- data/lib/samus/credentials.rb +0 -0
- data/lib/samus/publish_action.rb +0 -0
- data/lib/samus/publisher.rb +0 -0
- data/lib/samus/version.rb +1 -1
- data/samus.gemspec +0 -0
- data/samus.json +0 -0
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21da3590ab5fd3b3ed8a08f62d31d79f27d7be8b
|
|
4
|
+
data.tar.gz: 3f601ad43e65b65ae9bbcbe59f668e861d92911c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c93fba8ec90631c8b00e182432ef0cabee78120a248a47256706671e461ec84fe36e6b7fc75b8b1d2b412ac554a32808ee9d4f1ce2400ff34308b101a5f7e52
|
|
7
|
+
data.tar.gz: 77e70209f5c2abbb794e6862d1f4923b8f5825ad5a206abcc11280e9493e83af62e62e26c3fea684ea20bf9aa2242c2810a502834e83d082dba581823d57f62e
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/commands/publish/git-push
CHANGED
|
File without changes
|
|
@@ -60,7 +60,7 @@ begin
|
|
|
60
60
|
assets.each do |asset|
|
|
61
61
|
local_name, remote_name = *asset.split(':', 2)
|
|
62
62
|
remote_name ||= local_name
|
|
63
|
-
uri = json["upload_url"].sub(/\{\?name\}$/, "?name=#{remote_name}")
|
|
63
|
+
uri = json["upload_url"].sub(/\{\?name,label\}$/, "?name=#{remote_name}")
|
|
64
64
|
File.open(local_name, "r") do |file|
|
|
65
65
|
begin
|
|
66
66
|
https_request uri: uri, key: key,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/samus.rb
CHANGED
|
File without changes
|
data/lib/samus/action.rb
CHANGED
|
File without changes
|
data/lib/samus/build_action.rb
CHANGED
|
File without changes
|
data/lib/samus/builder.rb
CHANGED
|
File without changes
|
data/lib/samus/command.rb
CHANGED
|
File without changes
|
data/lib/samus/credentials.rb
CHANGED
|
File without changes
|
data/lib/samus/publish_action.rb
CHANGED
|
File without changes
|
data/lib/samus/publisher.rb
CHANGED
|
File without changes
|
data/lib/samus/version.rb
CHANGED
data/samus.gemspec
CHANGED
|
File without changes
|
data/samus.json
CHANGED
|
File without changes
|
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.
|
|
4
|
+
version: 1.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Loren Segal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: lsegal@soen.ca
|
|
@@ -105,9 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
107
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.
|
|
108
|
+
rubygems_version: 2.5.1
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: Samus helps you release Open Source Software.
|
|
112
112
|
test_files: []
|
|
113
|
-
has_rdoc:
|