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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d56cb84e514d5e4bd23ecdc71f9bb2ea306f8d46ef74c61419820ac13fbddd4
4
- data.tar.gz: 374d0528770cdbab211087feca6198ce075afc963b50ad99a9062d88d8f3484b
3
+ metadata.gz: d4edf3c89904d22f23225c58e2fa39ea9db1be4622a73bc889c65ae341882df1
4
+ data.tar.gz: 99afc75f7bf96b70b5f90e5c30a4a82c8d164a2c759d95865bfa4606166048f3
5
5
  SHA512:
6
- metadata.gz: 7dcd4bca77427b3bc71a410f554e1350a48af41fe16a84693c65cb157a86c8c20a15bc6bb8e312829291f3a3a51726c48799278b6302550201d2faf3af0e9fb5
7
- data.tar.gz: eb0ecbc0634cfc23aa2a5304920ca946687a87749c2a6784cf08174d13cdb0743a85b1fdc77663d1d1cdf75f687fb635654373f39e3160b2077cb5fca4426ae7
6
+ metadata.gz: 37f9fed2b4eb57624e8b4c300145effe5e1570cd5e3d1c7d3a659100ce29f0e1cd0f57496c10906fe1643c9c1ad6097bcbe601605d1f437bded2f696c5b1d351
7
+ data.tar.gz: 25604751571be415208b707c6c921aebd16640e1f0a5a0a8596671a4aa16ba49da4cd44fbb82413bfbb2a5822584fd0dcbe37e20284372e43752e4107940893e
@@ -4,7 +4,6 @@ cache: bundler
4
4
  before_install:
5
5
  - gem install bundler
6
6
  script:
7
- - bundle exec rubocop
8
7
  - bundle exec rake test
9
8
  rvm:
10
9
  - 2.2
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Cyril Kato
3
+ Copyright (c) 2015-2018 Cyril Kato
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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](http://rubini.us/)
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](http://semver.org/).
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
- [![Sashite](http://sashite.com/img/sashite.png)](http://sashite.com/)
97
+ [![Sashite](https://sashite.com/img/sashite.png)](https://sashite.com/)
data/Rakefile CHANGED
@@ -19,4 +19,4 @@ namespace :test do
19
19
  end
20
20
 
21
21
  task(:doc_stats) { ruby '-S yard stats' }
22
- task default: %i[test doc_stats]
22
+ task default: %i[test doc_stats rubocop]
@@ -1 +1 @@
1
- 0.1.4
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
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-28 00:00:00.000000000 Z
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