glasner-bitly 0.1.2 → 0.1.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 +5 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/bitly/api.rb +0 -2
  4. metadata +1 -1
@@ -5,6 +5,11 @@ RestClient based wrapper of bit.ly API. Currently supports..
5
5
  - shortening a url
6
6
  - expanding a bit.ly url
7
7
 
8
+ Have to declare the following constants..
9
+
10
+ Bitly::API::LOGIN = 'your_login
11
+ Bitly::API::KEY = 'your_api_key'
12
+
8
13
  == Copyright
9
14
 
10
15
  Copyright (c) 2009 Jordan Glasner. See LICENSE for details.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 1
@@ -1,8 +1,6 @@
1
1
  module Bitly
2
2
  module API
3
3
 
4
- LOGIN = 'concerthash'
5
- KEY = 'R_0fd8ec1ba81bee526dc9043f443eafb1'
6
4
 
7
5
  VERSION = '2.0.1'
8
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glasner-bitly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Glasner