short_io 0.1.1 → 0.1.5

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
  SHA256:
3
- metadata.gz: e4531d0e29437b48d740b413f08be13b92a7e127a93361be9c992af8d91bf24f
4
- data.tar.gz: 1e5271c07e91f7276a2b595ad3df7bf23eeda30c814b2ff7de14a2cf84b1fb72
3
+ metadata.gz: e6346ca31672e979ac234744e9119b29cc07986ce270fcd7178801ac0a35f9fe
4
+ data.tar.gz: 9ffbe3bbeea7ec37b12731a93dc14e340bc9d072021dc3802aeeba4aee59934d
5
5
  SHA512:
6
- metadata.gz: '08176aebe13275bc1352351ffc75c6e526c3e654da14565f479817445df58064d337b118e6d7066e364965131d78e1e8b7dddf1b1d05ab24add1644c0ecb2a37'
7
- data.tar.gz: 4ca7f9cb3e51b7222ce2af44bfcb6ee2d23ee2086a53d29bbfb8e1443622de29e44e808b5b569c6fb69e041efbc1e180571c27dbfa163b1442f2a46dcd5c1e64
6
+ metadata.gz: e1956a2e4f68e837cdaeba4041de51c1bef13487cabc676f55e5545071cf6919bd0737e48b0167e6bbf426e9e43920c3fd857ec585f56c00f7da6e8c9fb8022a
7
+ data.tar.gz: 0eb85ba43c57eddfb3776a9a2eae2dc193ffd45e3511c90c2cc46d165b54f89d64a82f07f8a6b7b4a23aee9ef3a3e4dfca053f25b757f9d3f0abf516f35873f6
data/CHANGELOG.md ADDED
@@ -0,0 +1,33 @@
1
+ 0.1.4 (2021-01-25)
2
+ ------------------
3
+
4
+ * fix CHANGELOG.md path
5
+ * update version to [0.1.5](https://rubygems.org/gems/short_io/versions/0.1.5)
6
+
7
+ 0.1.4 (2021-01-25)
8
+ ------------------
9
+
10
+ * add CHANGELOG.md
11
+ * update version to [0.1.4](https://rubygems.org/gems/short_io/versions/0.1.4)
12
+
13
+ 0.1.3 (2021-01-25)
14
+ ------------------
15
+
16
+ * add Gemfile.lock
17
+ * update version to [0.1.3](https://rubygems.org/gems/short_io/versions/0.1.3)
18
+
19
+ 0.1.2 (2021-01-25)
20
+ ------------------
21
+
22
+ * fix sample usage on README.md
23
+ * update version to [0.1.2](https://rubygems.org/gems/short_io/versions/0.1.2)
24
+
25
+ 0.1.1 (2021-01-25)
26
+ ------------------
27
+
28
+ * update version to [0.1.1](https://rubygems.org/gems/short_io/versions/0.1.1) (no changes)
29
+
30
+ 0.1.0 (2021-01-25)
31
+ ------------------
32
+
33
+ * [YANKED](https://rubygems.org/gems/short_io/versions/0.1.0) Start create `short_io` gem
data/Gemfile.lock ADDED
@@ -0,0 +1,21 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ short_io (0.1.5)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ minitest (5.15.0)
10
+ rake (12.3.3)
11
+
12
+ PLATFORMS
13
+ ruby
14
+
15
+ DEPENDENCIES
16
+ minitest (~> 5.0)
17
+ rake (~> 12.0)
18
+ short_io!
19
+
20
+ BUNDLED WITH
21
+ 2.1.4
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.5"
3
3
  end
data/short_io.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/yosefbennywidyo/short_io"
19
- spec.metadata["changelog_uri"] = "https://github.com/yosefbennywidyo/short_io/CHANGELOG.md"
19
+ spec.metadata["changelog_uri"] = "https://github.com/yosefbennywidyo/short_io/blob/main/CHANGELOG.md"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosef Benny Widyokarsono
@@ -19,8 +19,10 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
21
  - ".travis.yml"
22
+ - CHANGELOG.md
22
23
  - CODE_OF_CONDUCT.md
23
24
  - Gemfile
25
+ - Gemfile.lock
24
26
  - LICENSE.txt
25
27
  - README.md
26
28
  - Rakefile
@@ -36,7 +38,7 @@ licenses:
36
38
  metadata:
37
39
  homepage_uri: https://github.com/yosefbennywidyo/short_io
38
40
  source_code_uri: https://github.com/yosefbennywidyo/short_io
39
- changelog_uri: https://github.com/yosefbennywidyo/short_io/CHANGELOG.md
41
+ changelog_uri: https://github.com/yosefbennywidyo/short_io/blob/main/CHANGELOG.md
40
42
  post_install_message:
41
43
  rdoc_options: []
42
44
  require_paths: