short_io 0.1.2 → 0.1.6
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 +39 -0
- data/Gemfile.lock +21 -0
- 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: eeae1a268f6b5060f6df86afd2af9156137a49c889fda818774b7e9b285a7c4d
|
|
4
|
+
data.tar.gz: 102a515ab66654bb4e211b158a10c6273a1ffbdc6fa5de628a57c9ea19e5374f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b19f0eb932a6f64fba5f528b4d04380ac103397223cd2618e571baa4c83eec5f982bf74692b6535da7c8092b745f7b55e06e9fc15dd9ef68989d2be2fc1aa324
|
|
7
|
+
data.tar.gz: b6e1734c29a6256a262e322658900c6743352b6a0397ea5427de5fba2fa71a0796e9ad1d4e963a3a22e52a3fa5faf4180674c9ed6830f9513e84498d2551bf30
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
0.1.6 (2021-01-25)
|
|
2
|
+
------------------
|
|
3
|
+
|
|
4
|
+
* fix version on CHANGELOG.md
|
|
5
|
+
* update version to [0.1.6](https://rubygems.org/gems/short_io/versions/0.1.6)
|
|
6
|
+
|
|
7
|
+
0.1.5 (2021-01-25)
|
|
8
|
+
------------------
|
|
9
|
+
|
|
10
|
+
* fix CHANGELOG.md path
|
|
11
|
+
* update version to [0.1.5](https://rubygems.org/gems/short_io/versions/0.1.5)
|
|
12
|
+
|
|
13
|
+
0.1.4 (2021-01-25)
|
|
14
|
+
------------------
|
|
15
|
+
|
|
16
|
+
* add CHANGELOG.md
|
|
17
|
+
* update version to [0.1.4](https://rubygems.org/gems/short_io/versions/0.1.4)
|
|
18
|
+
|
|
19
|
+
0.1.3 (2021-01-25)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* add Gemfile.lock
|
|
23
|
+
* update version to [0.1.3](https://rubygems.org/gems/short_io/versions/0.1.3)
|
|
24
|
+
|
|
25
|
+
0.1.2 (2021-01-25)
|
|
26
|
+
------------------
|
|
27
|
+
|
|
28
|
+
* fix sample usage on README.md
|
|
29
|
+
* update version to [0.1.2](https://rubygems.org/gems/short_io/versions/0.1.2)
|
|
30
|
+
|
|
31
|
+
0.1.1 (2021-01-25)
|
|
32
|
+
------------------
|
|
33
|
+
|
|
34
|
+
* update version to [0.1.1](https://rubygems.org/gems/short_io/versions/0.1.1) (no changes)
|
|
35
|
+
|
|
36
|
+
0.1.0 (2021-01-25)
|
|
37
|
+
------------------
|
|
38
|
+
|
|
39
|
+
* [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.6)
|
|
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/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.6
|
|
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:
|