url_shorty 0.0.12 → 0.0.13

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
  SHA256:
3
- metadata.gz: 89cbc4dccdf950f2821a1924b53471f1432182f295d610d6fce3ade277f4a3c3
4
- data.tar.gz: 745852055b7873d5705745833dcd3e17a747c8dc4ebca4d2b98c0f94f12f8c97
3
+ metadata.gz: adb295cbcf3e1f79dcdd09134ad3e39d9323408af90e3969ab94889c481fc411
4
+ data.tar.gz: b366b960dffe381b2b6f6722792045d91a7d7da220df30db043fed3f3526fd7b
5
5
  SHA512:
6
- metadata.gz: 3cf7ed0087e287f3299f9fd59c508309e82633bef03c3d74e73a64585df631163f4c6a3302532bd33339fbe693d63722cc837922f0306518f7479c5f2b65b66b
7
- data.tar.gz: 3df8316345e1df345deae69252b8951f5ac01b3d04fc12e03bafe2ee1cc8f679f52192dc1583ab97d6f49ff8c6679b86db3b8bc893eaed1d7bdf7c496bcccecd
6
+ metadata.gz: c325e582d4570a93ab3af622b11d69c161263c47254d3aeac07fa9121599f916ee959f37a7f80058735e2d4939f6faa7be6939678dde46dbda86b6965c84fffc
7
+ data.tar.gz: 8c0da3c42c82148b4b19fe3a925de010de51a0e5123dd29aeb6fd57e285f8baceaac390ce68e1de0f9c625df9d5f55b8cfcf8d3c8dc4dbb86c28216d29ebac4f
data/README.md CHANGED
@@ -31,11 +31,11 @@ Refer [Google URL Shortener](https://developers.google.com/url-shortener/v1/gett
31
31
  ## Setting up API key:
32
32
 
33
33
  ```ruby
34
- UrlShorty.api_key("<Your API KEY>")
34
+ UrlShorty.api_key("<Your_API_KEY>")
35
35
  ```
36
36
  ## Shorten URL:
37
37
  ```ruby
38
- UrlShorty.shorten_url("<Long URL>")
38
+ UrlShorty.shorten_url("<Long_URL>")
39
39
  ```
40
40
 
41
41
  **Example:**
@@ -47,7 +47,7 @@ Refer [Google URL Shortener](https://developers.google.com/url-shortener/v1/gett
47
47
 
48
48
  ## Expand URL:
49
49
  ```ruby
50
- UrlShorty.expand_url("<Shorten URL>")
50
+ UrlShorty.expand_url("<Shorten_URL>")
51
51
  ```
52
52
 
53
53
  **Example:**
@@ -59,7 +59,7 @@ Refer [Google URL Shortener](https://developers.google.com/url-shortener/v1/gett
59
59
  ## Get Analytics:
60
60
  To get summary of the analytics for the shortened URL,
61
61
  ```ruby
62
- UrlShorty.get_analytics("<shorten URL>")
62
+ UrlShorty.get_analytics("<Shorten_URL>")
63
63
  ```
64
64
  #### Basics Info:
65
65
 
@@ -1,3 +1,3 @@
1
1
  module UrlShorty
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: url_shorty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Balaji
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-26 00:00:00.000000000 Z
11
+ date: 2017-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler