aw 0.1.4 → 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/.travis.yml +0 -1
- data/LICENSE.md +1 -1
- data/README.md +3 -3
- data/Rakefile +1 -1
- data/VERSION.semver +1 -1
- data/checksum/aw-0.1.4.gem.sha512 +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4edf3c89904d22f23225c58e2fa39ea9db1be4622a73bc889c65ae341882df1
|
|
4
|
+
data.tar.gz: 99afc75f7bf96b70b5f90e5c30a4a82c8d164a2c759d95865bfa4606166048f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37f9fed2b4eb57624e8b4c300145effe5e1570cd5e3d1c7d3a659100ce29f0e1cd0f57496c10906fe1643c9c1ad6097bcbe601605d1f437bded2f696c5b1d351
|
|
7
|
+
data.tar.gz: 25604751571be415208b707c6c921aebd16640e1f0a5a0a8596671a4aa16ba49da4cd44fbb82413bfbb2a5822584fd0dcbe37e20284372e43752e4107940893e
|
data/.travis.yml
CHANGED
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Creates a subprocess to execute a block inside.
|
|
|
19
19
|
## Rubies
|
|
20
20
|
|
|
21
21
|
* [MRI](https://www.ruby-lang.org/)
|
|
22
|
-
* [Rubinius](
|
|
22
|
+
* [Rubinius](https://rubinius.com/)
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
@@ -70,7 +70,7 @@ example:
|
|
|
70
70
|
|
|
71
71
|
## Versioning
|
|
72
72
|
|
|
73
|
-
__Aw__ follows [Semantic Versioning 2.0](
|
|
73
|
+
__Aw__ follows [Semantic Versioning 2.0](https://semver.org/).
|
|
74
74
|
|
|
75
75
|
## Contributing
|
|
76
76
|
|
|
@@ -94,4 +94,4 @@ See `LICENSE.md` file.
|
|
|
94
94
|
|
|
95
95
|
This project is sponsored by:
|
|
96
96
|
|
|
97
|
-
[](https://sashite.com/)
|
data/Rakefile
CHANGED
data/VERSION.semver
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
45e77c7139991cb235955cd2815afbab237a73208cf066446e09f182af401d6b9c3770034c05bdf9caded95351c0508f869b0ff2496681c914f9f80d167d838f
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aw
|
|
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
|
- Cyril Kato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -103,6 +103,7 @@ files:
|
|
|
103
103
|
- checksum/aw-0.1.1.gem.sha512
|
|
104
104
|
- checksum/aw-0.1.2.gem.sha512
|
|
105
105
|
- checksum/aw-0.1.3.gem.sha512
|
|
106
|
+
- checksum/aw-0.1.4.gem.sha512
|
|
106
107
|
- lib/aw.rb
|
|
107
108
|
- lib/aw/fork.rb
|
|
108
109
|
- pkg_checksum
|