jquery-gmap3-rails 0.1.0 → 0.1.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/jquery-gmap3-rails.gemspec +1 -1
- data/lib/jquery/gmap3/rails/version.rb +1 -1
- metadata +4 -4
data/jquery-gmap3-rails.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["erick.dennis@gmail.com"]
|
7
7
|
gem.description = "This gem provides your Rails 3 application with the GMAP3 Plugin for JQuery."
|
8
8
|
gem.summary = "Use GMAP3 Plugin for JQuery with Rails 3"
|
9
|
-
gem.homepage = "http://github.com/
|
9
|
+
gem.homepage = "http://github.com/edennis/jquery-gmap3-rails"
|
10
10
|
|
11
11
|
# todo: add the correct jquery-rails version
|
12
12
|
gem.add_dependency "jquery-rails", ">= 1.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-gmap3-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-04-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jquery-rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70156759995420 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '1.0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70156759995420
|
25
25
|
description: This gem provides your Rails 3 application with the GMAP3 Plugin for
|
26
26
|
JQuery.
|
27
27
|
email:
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- lib/jquery/gmap3/rails/version.rb
|
44
44
|
- vendor/assets/javascripts/gmap3.js
|
45
45
|
- vendor/assets/javascripts/gmap3.min.js
|
46
|
-
homepage: http://github.com/
|
46
|
+
homepage: http://github.com/edennis/jquery-gmap3-rails
|
47
47
|
licenses: []
|
48
48
|
post_install_message:
|
49
49
|
rdoc_options: []
|