google_plus_helper 0.0.1 → 0.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.
- data/google_plus_helper.gemspec +1 -1
- data/lib/google_plus_helper/version.rb +1 -1
- metadata +4 -4
data/google_plus_helper.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["chitsaou@techbang.com.tw"]
|
|
7
7
|
gem.description = %q{Google+ Social Plugins Helpers for Rails}
|
|
8
8
|
gem.summary = %q{Easily generate Google+ Social Plugins in Rails application}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/techbang/google_plus_helper"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_plus_helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-05-02 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2160571500 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '3.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2160571500
|
|
25
25
|
description: Google+ Social Plugins Helpers for Rails
|
|
26
26
|
email:
|
|
27
27
|
- chitsaou@techbang.com.tw
|
|
@@ -40,7 +40,7 @@ files:
|
|
|
40
40
|
- lib/google_plus_helper/railtie.rb
|
|
41
41
|
- lib/google_plus_helper/settings.rb
|
|
42
42
|
- lib/google_plus_helper/version.rb
|
|
43
|
-
homepage:
|
|
43
|
+
homepage: https://github.com/techbang/google_plus_helper
|
|
44
44
|
licenses: []
|
|
45
45
|
post_install_message:
|
|
46
46
|
rdoc_options: []
|