short_io 0.1.3 → 0.1.4

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: fcfd6e8dec7255a49dcb6d470d5720a8fd7ecd2f8c3beace223b8eddf95b1fd3
4
- data.tar.gz: b196ea60c99c0c9d52b4197dc727fb5237eb162a597a30a029e6bb23c2f6d250
3
+ metadata.gz: d3b1df1b6217060cf630fc97329d90088144e7c16d8a811fee42859278145622
4
+ data.tar.gz: b0c7b8a778694fe65e9064a1bbc0064a214519f628ca61214f6d9115250d7842
5
5
  SHA512:
6
- metadata.gz: 22d26a82876f6c20936d61113b806cc35b8bcbaeb6f4d3c676c12490e1dbdbe6caff63f1651ba47f67eb0c47b388d09537f8a0182a1cde215f2d6a02ec8b23de
7
- data.tar.gz: 51f3dd63b47e9786396e038f7275e6aaa1158c3a6e2f7d2dbeab22ff24587703973dc0a431a6f123c7620fa610cf5fc20b9e139ece2e23c0c3392f1e9486df1e
6
+ metadata.gz: 246036801ad71eda0d3214cf2445fbbba6fc555b15114068e642e1aa7c60753014eb9cfd91e2f7f9b371f3ff7903488a4fa33bdcc1b92a1381528164e3d10f68
7
+ data.tar.gz: 351cc7b7a6e538b0c325b215c47e674103e928cf3fa990b3dd191081fb1ceb210992ea76bc242dda49930c6c0c0016b91b566f8dc05638db9d9a7e66fd58cb8c
data/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ 0.1.4 (2021-01-25)
2
+ ------------------
3
+
4
+ * add CHANGELOG.md
5
+ * update version to [0.1.4](https://rubygems.org/gems/short_io/versions/0.1.4)
6
+
7
+ 0.1.3 (2021-01-25)
8
+ ------------------
9
+
10
+ * add Gemfile.lock
11
+ * update version to [0.1.3](https://rubygems.org/gems/short_io/versions/0.1.3)
12
+
13
+ 0.1.2 (2021-01-25)
14
+ ------------------
15
+
16
+ * fix sample usage on README.md
17
+ * update version to [0.1.2](https://rubygems.org/gems/short_io/versions/0.1.2)
18
+
19
+ 0.1.1 (2021-01-25)
20
+ ------------------
21
+
22
+ * update version to [0.1.1](https://rubygems.org/gems/short_io/versions/0.1.1) (no changes)
23
+
24
+ 0.1.0 (2021-01-25)
25
+ ------------------
26
+
27
+ * [YANKED](https://rubygems.org/gems/short_io/versions/0.1.0) Start create `short_io` gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- short_io (0.1.3)
4
+ short_io (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module ShortIo
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosef Benny Widyokarsono
@@ -19,6 +19,7 @@ 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
24
25
  - Gemfile.lock