shortybit 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f06ca59c9e086ac5eca1f1a8806c13ad33a7cec
4
- data.tar.gz: 77861d0214498823350e46aa12ee2477d2332fcb
3
+ metadata.gz: 86d0f5bbe3ab79d5e017f09edef8ae98430041d8
4
+ data.tar.gz: daa067cd6bae30a66f67466d93dd37f3cffca3bd
5
5
  SHA512:
6
- metadata.gz: e00468372ddff7c96a8637bb81443cbab12161756174c9606663b3abdbf7489a79107ca2ffdea9febae3a4e687a778fe9b2a171f171f49aca8947fd0782d6ada
7
- data.tar.gz: 2add83cb4c190a286e4a584e3594f4ecde78c9cefd941c284af046040a637402da43859fa21bffea23c168605becde72cda259a00e33e762e0ff9b416c6b7bf7
6
+ metadata.gz: 290805f3725aabc6d8eeb869ccb493309c7bc1b060ca16348d9f18fa05e65f2f4af6cc121c44b9ee37a74b994076d834ef6b2dd234e33ebfec37c304e71464e8
7
+ data.tar.gz: 67d0d3499605f513170a0af1d70a7dcafc6a228b6d04d48c2c0c2eb740ab3879ddd3fe52e393deb8f6b2e2d666ba140c37f393ebfabadcddde410f0f3491bdbc
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Shortybit
2
2
 
3
- Ruby Library for accessing Bitly's REST API
3
+ Ruby Library for accessing Bitly's API for these specific endpoints:
4
+ - /v3/user/link_save
5
+ - /v3/user/link_history
6
+ - /v3/user/clicks
4
7
 
5
8
  To use this gem, you need a bit.ly access token. To register go to [bitly.com](https://bitly.com/a/sign_up?utm_content=site-free-button&utm_source=organic&utm_medium=website&utm_campaign=null&utm_cta=site-free-button).
6
9
  If you already have a bit.ly account:
@@ -12,6 +15,9 @@ If you already have a bit.ly account:
12
15
  - If you clicked on 'OAuth' then click on 'Generic Access Token'
13
16
  - Put in your password then click the orange 'Generate Token' button at the bottom
14
17
 
18
+ ## Dependencies
19
+ - [bundler](http://bundler.io/)
20
+ - [RubyGems](https://github.com/rubygems/rubygems)
15
21
  ## Installation
16
22
 
17
23
  Add this line to your application's Gemfile:
@@ -119,4 +125,5 @@ Tests can be run with this command:
119
125
 
120
126
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
121
127
 
122
- # shortybit
128
+ ## That's a wrap
129
+ ![Alt Text](https://i.imgur.com/XeOpXai.gif)
@@ -1,3 +1,3 @@
1
1
  module Shortybit
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shortybit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lani Berry
@@ -144,6 +144,7 @@ files:
144
144
  - shortybit-0.1.0.gem
145
145
  - shortybit-0.1.1.gem
146
146
  - shortybit-0.1.2.gem
147
+ - shortybit-0.1.3.gem
147
148
  - shortybit.gemspec
148
149
  homepage: https://github.com/Lani1321/shortybit
149
150
  licenses: