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 +4 -4
- data/README.md +9 -2
- data/lib/shortybit/version.rb +1 -1
- data/shortybit-0.1.3.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86d0f5bbe3ab79d5e017f09edef8ae98430041d8
|
|
4
|
+
data.tar.gz: daa067cd6bae30a66f67466d93dd37f3cffca3bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
-
|
|
128
|
+
## That's a wrap
|
|
129
|
+

|
data/lib/shortybit/version.rb
CHANGED
data/shortybit-0.1.3.gem
ADDED
|
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.
|
|
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:
|