travis-cli-gh 0.0.2.travis.5.1 → 0.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +10 -3
  3. data/lib/travis/cli/gh/version.rb +1 -1
  4. metadata +10 -9
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzBiZGVjNzE1MmI5YTA3NDgyMDlkZDZjNjM4MDU5NTliMTFmMTY5NA==
5
- data.tar.gz: !binary |-
6
- NDdlYzJkZTE1OTVkMzBhMjA3MzhjNTU4YWEzMmE4NTc1YzAyN2UwNQ==
2
+ SHA1:
3
+ metadata.gz: d5cd2a2ad810953951e06b1e265b627940ecb64e
4
+ data.tar.gz: b758ceeacca2466aab40b7eaf0888fcbee7f43d4
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODY5OTJiZWFlZjBmYmI4NmM1ZmExODRjMjNiYzVkMWU4MDAxZGFlYjJjZGMw
10
- MGVjMWYwZWI0ZDdmZjU4YzNmZmZkNTFlYTA4N2YyMzdlNTY1ZmVjZTgwN2Nm
11
- MzU2YTE3M2ZkYmY4Y2RkMjU3YmNmZjBkOWU4NGM2ZmY5MjY0OTY=
12
- data.tar.gz: !binary |-
13
- YjRhNDBhYjJkMDQ5NzcyN2E2MWUyZTM0OTMzNjNiZjkyODI1ZmY0NGRkYmZi
14
- NDM0ODRlYmQ1ZjM3YTE2ZDA4NmI0MGYyM2NiNjc5YmQ3NDIwNDhhOThmYzU4
15
- NDAxMzllZjQ0OWQxNjM3YjRlZWUzMDdhZjAzMWNmYzVkZmJhMjU=
6
+ metadata.gz: f07bbb9db25bf7190c5f0abe96739493cdf3cda2fd5ba55a643f29fbd4700229d638411a5efff55d1e83259b4dec00c2c914669733cd3399840f3003ed2808dc
7
+ data.tar.gz: 087e50e99ed46269cc7b94d386a4d68571b5b95667149dba1b7db97d5795d360da0edb32a620a7fd8a85bf06b071ef8e63b82d8b58797000214965cc19f27383
data/README.md CHANGED
@@ -114,6 +114,13 @@ Here's an example:
114
114
 
115
115
  ## Version History
116
116
 
117
- **0.1.0** (not yet released)
118
-
119
- * Initial release
117
+ **0.1.0** (December 29, 2013)
118
+
119
+ * Initial release
120
+ * Add `travis gh-cat` (displays the contents of a file on GitHub)
121
+ * Add `travis gh-fetch` (download a file from a repository)
122
+ * Add `travis gh-login` (authenticates against GitHub and stores the token)
123
+ * Add `travis gh-signature` (generates the signature used to verify Travis CI web hooks)
124
+ * Add `travis gh-upload` (upload one or more files to the repository)
125
+ * Add `travis gh-whoami` (displays the user you are logged in as on GitHub)
126
+ * Add `travis gh-write` (write stdin to the given path in the repository)
@@ -1,7 +1,7 @@
1
1
  module Travis
2
2
  module CLI
3
3
  module Gh
4
- VERSION = '0.0.1'
4
+ VERSION = '0.1.0'
5
5
  end
6
6
  end
7
7
  end
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.0.2.travis.5.1
4
+ version: 0.1.0
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,18 +103,19 @@ 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: 1.3.1
113
+ version: '0'
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: []
120
+ test_files:
121
+ - spec/subcommands_spec.rb