targit 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/targit +1 -1
- data/lib/targit/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f6a709ec2674f96ad653510731da876a40141ec
|
4
|
+
data.tar.gz: 381a145f43438600745ae4245cf1bebcd1e301b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8df4c3919ae0f1bda174c89774eb444d33ca49b3b12bfb60cd05c143cd58be6dfbde9eab990587bc3b6f8a90a1510524f9357532ab6e97e7ae6a1f06487852b4
|
7
|
+
data.tar.gz: 6d8d29a35e5ba0ac7372b4c92811f41733629d73eeb6e229ab5aa351c8d45a4dff7a8e065946f6996018799e175aa0bbe5504f229e8c886ab9721f46ea60a607
|
data/bin/targit
CHANGED
@@ -16,7 +16,7 @@ Mercenary.program(:targit) do |p|
|
|
16
16
|
|
17
17
|
# rubocop:disable Style/LineLength
|
18
18
|
p.option :force, '-f', '--force', 'Replace the asset if it already exists'
|
19
|
-
p.option :create, '-c
|
19
|
+
p.option :create, '-c', '--create [NAME]', 'Create release if it does not exist'
|
20
20
|
p.option :prerelease, '-p', '--prerelease', 'With -c, create as a dev release'
|
21
21
|
p.option :authfile, '-a FILE', '--authfile FILE', 'Set the auth file for GitHub credentials'
|
22
22
|
p.option :name, '-n NAME', '--name NAME', 'Set the name for the release asset'
|
data/lib/targit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: targit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Les Aker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octokit
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
version: '0'
|
233
233
|
requirements: []
|
234
234
|
rubyforge_project:
|
235
|
-
rubygems_version: 2.
|
235
|
+
rubygems_version: 2.2.2
|
236
236
|
signing_key:
|
237
237
|
specification_version: 4
|
238
238
|
summary: Tool for adding GitHub release assets
|