short_io 0.1.1 → 0.1.2

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. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/lib/short_io/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4531d0e29437b48d740b413f08be13b92a7e127a93361be9c992af8d91bf24f
4
- data.tar.gz: 1e5271c07e91f7276a2b595ad3df7bf23eeda30c814b2ff7de14a2cf84b1fb72
3
+ metadata.gz: b1761fe69c599dd067500bc694be5f4428097645b6745339da5871a427e2d435
4
+ data.tar.gz: 050b18527493ed0d8ef97b3074a16bb5bf8aca52036c7952e11b32a6c73c98b8
5
5
  SHA512:
6
- metadata.gz: '08176aebe13275bc1352351ffc75c6e526c3e654da14565f479817445df58064d337b118e6d7066e364965131d78e1e8b7dddf1b1d05ab24add1644c0ecb2a37'
7
- data.tar.gz: 4ca7f9cb3e51b7222ce2af44bfcb6ee2d23ee2086a53d29bbfb8e1443622de29e44e808b5b569c6fb69e041efbc1e180571c27dbfa163b1442f2a46dcd5c1e64
6
+ metadata.gz: 3132f917074a892c87ca24fb8a1fa84e1c2114ff802fc2a6d903db4bac9bedbe5c0bd88f12d9169552dd9a64c5fefa2b74788923bccf1c65c433778c2efb42da
7
+ data.tar.gz: 725fa2e76c32df2da8f960c920fba2bd790539c819d662fd8a310a7d3d3050aed294fe1110862d3e49751637c689993812e7921bce056ca6e724933c1b254322
data/README.md CHANGED
@@ -22,11 +22,12 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- '''ruby
25
+ ```ruby
26
26
  require 'short_io'
27
27
 
28
28
  ShortIo::ShortUrl.new('kreasi-guna-semesta.co.id', 'API_KEY',)
29
- '''
29
+ ```
30
+
30
31
  ## Development
31
32
 
32
33
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -1,3 +1,3 @@
1
1
  module ShortIo
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: short_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosef Benny Widyokarsono