short_io 0.1.1 → 0.1.5
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/CHANGELOG.md +33 -0
- data/Gemfile.lock +21 -0
- data/README.md +3 -2
- data/lib/short_io/version.rb +1 -1
- data/short_io.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6346ca31672e979ac234744e9119b29cc07986ce270fcd7178801ac0a35f9fe
|
|
4
|
+
data.tar.gz: 9ffbe3bbeea7ec37b12731a93dc14e340bc9d072021dc3802aeeba4aee59934d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
data/lib/short_io/version.rb
CHANGED
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.
|
|
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:
|