github-api-rails 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ Javascript bindings for the Github API
11
11
 
12
12
  s.authors = %w(fitzgen)
13
13
  s.email = %w(ywzhaifei@gmail.com)
14
- s.homepage = "http://github.com/fitzgen/github-api-rails"
14
+ s.homepage = "http://github.com/GutenYe/github-api-rails"
15
15
  s.rubyforge_project = "xx"
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
@@ -2,7 +2,7 @@ module GithubAPI
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
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.2
5
+ version: 1.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - fitzgen
@@ -32,7 +32,7 @@ files:
32
32
  - lib/github-api/rails.rb
33
33
  - lib/github-api/version.rb
34
34
  - vender/assets/javascripts/github.js
35
- homepage: http://github.com/fitzgen/github-api-rails
35
+ homepage: http://github.com/GutenYe/github-api-rails
36
36
  licenses: []
37
37
 
38
38
  post_install_message: