googl-api 0.2.2 → 0.2.3

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.
Files changed (4) hide show
  1. data/README.rdoc +3 -3
  2. data/VERSION +1 -1
  3. data/googl-api.gemspec +1 -1
  4. metadata +3 -3
@@ -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(api_key)
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: write tests
28
+ * TODO: implement usage method
29
29
 
30
30
  == ACKNOWLEDGEMENTS
31
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{googl-api}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Allen"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.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: 103747844325206426
129
+ hash: 322120871034844753
130
130
  segments:
131
131
  - 0
132
132
  version: "0"