github-api-rails 1.0.0 → 1.0.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.
@@ -10,7 +10,7 @@ Javascript bindings for the Github API
10
10
  EOF
11
11
 
12
12
  s.authors = %w(fitzgen GutenYe)
13
- s.email = %w(ywzhaifei@gmail.com)
13
+ s.email = %w(fitzgen@gmail.com 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 = 0
5
+ PATCH = 1
6
6
 
7
7
  IS = [MAJOR, MINOR, PATCH].join(".")
8
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: github-api-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - fitzgen
@@ -18,6 +18,7 @@ description: |
18
18
  Javascript bindings for the Github API
19
19
 
20
20
  email:
21
+ - fitzgen@gmail.com
21
22
  - ywzhaifei@gmail.com
22
23
  executables: []
23
24