samus 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/commands/publish/github-release +1 -2
- data/lib/samus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a3d8755d36607bc5af17c52a506a71d56d2c012
|
4
|
+
data.tar.gz: f98f0b7fb11d61db3b9fa90302509eea0c820418
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c78546ff112af1449037e2c1eb43fd20228461fc9b438efcc867685a16b7c286729006e92ca55214dc470c62eca2478b635aef7ef8b053a46e6fd3dec23a1f0d
|
7
|
+
data.tar.gz: 06b5123b4f12d818195acc10b79e721dc774057fb406a30ef41bde897da0210f01cc171c68ff49d6048bbeeed5c713d50d9c804a0a7b3d2fb4cecaa5054b3b85
|
@@ -1,7 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
3
|
require "json"
|
4
|
-
require "date"
|
5
4
|
require "net/https"
|
6
5
|
require "uri"
|
7
6
|
|
@@ -41,7 +40,7 @@ key = ENV["__creds_secret"]
|
|
41
40
|
repository = ENV["_repository"]
|
42
41
|
tag = ENV["_tag"]
|
43
42
|
changelog = ENV["_changelog"]
|
44
|
-
title = ENV["_title"] || "Release #{tag}
|
43
|
+
title = ENV["_title"] || "Release #{tag}"
|
45
44
|
out_file = ENV["_out_file"]
|
46
45
|
assets = ARGV
|
47
46
|
|
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.4.
|
4
|
+
version: 1.4.1
|
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-
|
11
|
+
date: 2014-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: lsegal@soen.ca
|