github-api-rails 1.0.1 → 1.0.2

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.
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  Javascript bindings for the Github API
10
10
  EOF
11
11
 
12
- s.authors = %w(fitzgen GutenYe)
13
- s.email = %w(fitzgen@gmail.com ywzhaifei@gmail.com)
12
+ s.authors = %w(fitzgen)
13
+ s.email = %w(ywzhaifei@gmail.com)
14
14
  s.homepage = "http://github.com/fitzgen/github-api-rails"
15
15
  s.rubyforge_project = "xx"
16
16
 
@@ -2,7 +2,7 @@ module GithubAPI
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  IS = [MAJOR, MINOR, PATCH].join(".")
8
8
  end
metadata CHANGED
@@ -2,11 +2,10 @@
2
2
  name: github-api-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - fitzgen
9
- - GutenYe
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
@@ -18,7 +17,6 @@ description: |
18
17
  Javascript bindings for the Github API
19
18
 
20
19
  email:
21
- - fitzgen@gmail.com
22
20
  - ywzhaifei@gmail.com
23
21
  executables: []
24
22