googl-api 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/googl-api.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -13,7 +13,7 @@ A very simple Ruby wrapper for the Google Url Shortener.
|
|
13
13
|
|
14
14
|
Create a googl client using your API key:
|
15
15
|
|
16
|
-
googl = GooglApi.new(
|
16
|
+
googl = GooglApi.new('your api key')
|
17
17
|
|
18
18
|
Then use the client to shorten, extend or review the analytics for a URL.
|
19
19
|
|
@@ -23,9 +23,9 @@ Then use the client to shorten, extend or review the analytics for a URL.
|
|
23
23
|
|
24
24
|
These methods will return a response object containing the short/long url and other values provide by the API
|
25
25
|
|
26
|
-
* TODO: fix api key usage (broken in api?)
|
26
|
+
* TODO: fix api key usage (broken in goo.gl api?)
|
27
27
|
* TODO: implement analytics object
|
28
|
-
* TODO:
|
28
|
+
* TODO: implement usage method
|
29
29
|
|
30
30
|
== ACKNOWLEDGEMENTS
|
31
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
data/googl-api.gemspec
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 3
|
9
|
+
version: 0.2.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- John Allen
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
126
126
|
requirements:
|
127
127
|
- - ">="
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
hash:
|
129
|
+
hash: 322120871034844753
|
130
130
|
segments:
|
131
131
|
- 0
|
132
132
|
version: "0"
|