to_short 0.2.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a4b6979a10698cf26115e671db48ec0f7988e58
4
- data.tar.gz: cbd82ac385f3fe4f812e6517d4cd1772ae146361
3
+ metadata.gz: 3cb5854dce1f941aee8066dbd9359dffc92aefde
4
+ data.tar.gz: b06d70b71c1406aacf7c46e75ba8c2cecca2faf7
5
5
  SHA512:
6
- metadata.gz: e11d0781944def8d6df17e85eb3cce18203cf3eee98e19307849d9205fdf36241e833dc67d08c74d85c20446fa9452d0cf306c4e42e4e216a4e98cecc642bafb
7
- data.tar.gz: 0b1cbca2d683a4b08c51bf0dfbc2039a72d3dba78f25973579c2f6354813cb93f4afb6c14ce993228e02c666d2d094f74a222f4be9dba5efd35961aa00fc7dc6
6
+ metadata.gz: 465d7b18a422594d4ac228adb2f49624aa4678c2df1b671680a467ac527f0d4f1707403c5581dc015a2d6a9da149ed2ba1b30262c824729756381538fad6d090
7
+ data.tar.gz: 24036861432097cb7c11664fed3bffcbc07c8186c0df3590325a844e91ffd824684abc23dac30e1baef74dbf310e6aee89ce9e3503c2d7b6974ddd8e0ed67ab8
@@ -2,6 +2,10 @@
2
2
 
3
3
  Shortens links using the bit.ly service.
4
4
 
5
+ ---
6
+
7
+ {<img src="https://badge.fury.io/rb/to_short.png" alt="Gem Version" />}[http://badge.fury.io/rb/to_short]
8
+
5
9
  == Installation
6
10
 
7
11
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module ShortUrl
2
- VERSION = '0.2.0'
2
+ VERSION = '0.9.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_short
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - niki-timofe
@@ -63,8 +63,10 @@ files:
63
63
  homepage: https://github.com/niki-timofe/short_url
64
64
  licenses:
65
65
  - MIT
66
- metadata: {}
67
- post_install_message:
66
+ metadata:
67
+ Source code: https://github.com/niki-timofe/short_url
68
+ How to: https://github.com/niki-timofe/short_url#installation
69
+ post_install_message: Get API-key at https://bitly.com/a/oauth_apps
68
70
  rdoc_options: []
69
71
  require_paths:
70
72
  - lib