google_url_signatures 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -5,8 +5,8 @@ begin
|
|
5
5
|
require 'jeweler'
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "google_url_signatures"
|
8
|
-
gem.summary = %Q{Sign your urls for Google
|
9
|
-
gem.description = %Q{Lets you create a signature for accessing Google
|
8
|
+
gem.summary = %Q{Sign your urls for the Google Places and Maps V3 APIs}
|
9
|
+
gem.description = %Q{Lets you create a signature for accessing the Google Places API and Maps V3 API}
|
10
10
|
gem.email = "gitcommit@6brand.com"
|
11
11
|
gem.homepage = "http://github.com/JackDanger/google_url_signatures"
|
12
12
|
gem.authors = ["Jack Danger Canty"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.1
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 1
|
9
|
+
version: 0.5.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jack Danger Canty
|
@@ -41,7 +41,7 @@ dependencies:
|
|
41
41
|
version: "0"
|
42
42
|
type: :development
|
43
43
|
version_requirements: *id002
|
44
|
-
description: Lets you create a signature for accessing Google
|
44
|
+
description: Lets you create a signature for accessing the Google Places API and Maps V3 API
|
45
45
|
email: gitcommit@6brand.com
|
46
46
|
executables: []
|
47
47
|
|
@@ -87,7 +87,7 @@ rubyforge_project:
|
|
87
87
|
rubygems_version: 1.3.6
|
88
88
|
signing_key:
|
89
89
|
specification_version: 3
|
90
|
-
summary: Sign your urls for Google
|
90
|
+
summary: Sign your urls for the Google Places and Maps V3 APIs
|
91
91
|
test_files:
|
92
92
|
- test/helper.rb
|
93
93
|
- test/test_google_url_signatures.rb
|