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.
- data/github-api-rails.gemspec +1 -1
- data/lib/github-api/version.rb +1 -1
- metadata +2 -1
data/github-api-rails.gemspec
CHANGED
|
@@ -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
|
|
data/lib/github-api/version.rb
CHANGED
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.
|
|
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
|
|