travis-cli-gh 0.1.0 → 0.1.1.travis.6.1
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 +13 -5
- metadata +9 -10
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
OWNiNWE1MDFmNDBkZTZlZmU4MWM4YWYzMzQ3NTRlMDdhMDZhZjc2Mw==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NGQwOTgyMTRkZDdkZTc1OWI0NWJkMzg0ZjgwMzkwOGIzYjA1OGUyMA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NDAxMWQ2NDUzMWU1MzAxYmVhMmM0YzhmZjc1MDNkNTM5YmZhMTIwOTVmM2Zk
|
10
|
+
OGUwNDNlYWRjYzUyYTA3NTVlMzRiOWUwMjVkMzYyNGQ5ZWRlMDZhYjA3YWMx
|
11
|
+
ZjgxMWY5YTZmMmVmMzc1MzMxZGY5OTU1MDRkMjdlODQwODc1M2U=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NjIyZDQ1ZjllMmY5NjJkZGE2OTEzZmYwMDJjNjJjODRiYTFiYzlkZmEwOGI0
|
14
|
+
MzRiYmM5OThkZjMzNmE0OTdiNTRhNDk3ZThjNmNhOGU4NmEzM2U0Y2MwZWM3
|
15
|
+
MTcxMjhkNWQ4NmM0NDRkY2Y2MzVhZjMxZDFiMWNhZTQxZTZmMGY=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis-cli-gh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1.travis.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -42,28 +42,28 @@ dependencies:
|
|
42
42
|
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - '>='
|
45
|
+
- - ! '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - '>='
|
52
|
+
- - ! '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rake
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - '>='
|
59
|
+
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - '>='
|
66
|
+
- - ! '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
description: Adds commands to interact with the GitHub API
|
@@ -103,19 +103,18 @@ require_paths:
|
|
103
103
|
- lib
|
104
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
105
105
|
requirements:
|
106
|
-
- - '>='
|
106
|
+
- - ! '>='
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: 2.0.0
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
|
-
- - '
|
111
|
+
- - ! '>'
|
112
112
|
- !ruby/object:Gem::Version
|
113
|
-
version:
|
113
|
+
version: 1.3.1
|
114
114
|
requirements: []
|
115
115
|
rubyforge_project:
|
116
116
|
rubygems_version: 2.2.0
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: GitHub plugin for Travis CI command line client
|
120
|
-
test_files:
|
121
|
-
- spec/subcommands_spec.rb
|
120
|
+
test_files: []
|