hybridgroup-octokit 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/octokit/version.rb +1 -1
  2. data/octokit.gemspec +2 -2
  3. metadata +5 -5
@@ -1,3 +1,3 @@
1
1
  module Octokit
2
- VERSION = "0.6.1".freeze unless defined?(Octokit::VERSION)
2
+ VERSION = "0.6.2".freeze unless defined?(Octokit::VERSION)
3
3
  end
data/octokit.gemspec CHANGED
@@ -18,9 +18,9 @@ Gem::Specification.new do |s|
18
18
  s.add_runtime_dependency('multi_json', '~> 0.0.5')
19
19
  s.add_runtime_dependency('multi_xml', '~> 0.2.0')
20
20
  s.name = 'hybridgroup-octokit'
21
- s.authors = ["Wynn Netherland", "Adam Stacoviak", "Erik Michaels-Ober"]
21
+ s.authors = ["Wynn Netherland", "Adam Stacoviak", "Erik Michaels-Ober, Ron Evans"]
22
22
  s.description = %q{Simple wrapper for the GitHub API v2}
23
- s.email = ['wynn.netherland@gmail.com']
23
+ s.email = ['ron.evans@gmail.com']
24
24
  s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
25
25
  s.files = `git ls-files`.split("\n")
26
26
  s.homepage = 'http://wynnnetherland.com/projects/octokit/'
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hybridgroup-octokit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wynn Netherland
14
14
  - Adam Stacoviak
15
- - Erik Michaels-Ober
15
+ - Erik Michaels-Ober, Ron Evans
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
@@ -223,7 +223,7 @@ dependencies:
223
223
  version_requirements: *id013
224
224
  description: Simple wrapper for the GitHub API v2
225
225
  email:
226
- - wynn.netherland@gmail.com
226
+ - ron.evans@gmail.com
227
227
  executables: []
228
228
 
229
229
  extensions: []