quack_concurrency 0.3.0 → 0.3.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -0
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 164e219c34134cf836d5a4169272a1f6185d832790ae69c29ad4dd4496a2af0f
4
- data.tar.gz: e4f01597b27e39da0e1d916228abe30764b5b8b30a3d68d90fabea53635a5d10
3
+ metadata.gz: c54a140614cc505337efaaab611c8bb6d8e19bc794b0204fbd6630dcabe742a9
4
+ data.tar.gz: '0568def469ea6c5be8645b53f8ccc9aa8a07b18ee072d6b72a88c0717519629b'
5
5
  SHA512:
6
- metadata.gz: 94ffaae9048528509d569619625ce1288ac16de3015f70fd92f08f52309ee3c15f91b07f1d1eb5bb5fb3b4ab6edd5022cd919c84f9a98672b04adb2e91d40686
7
- data.tar.gz: 26da3552b5b6b17d4f60f0427f7fa9a1b081edeab9df71cd7760c236e5edb69bad1a491d3185aa91e79329a688279ac21062fc0882566f927f1cb9b35850dc6e
6
+ metadata.gz: 9b52245506a8d0102c74b0160536c575e9e6784a4201776e0a9f4ac3b3975f6c93f0c376a7879529e2f1d6e19272e7b417bea57e77db3114da69daef62e6dcf8
7
+ data.tar.gz: 6dc0136c93ad3918c68e7c80deb142db0f81760a995a984dfff77537d7f4e3699f95d7b31c9bd1980c8c8bce3981d1840ea63b086b0c095bfea0885a3dbddba4
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require 'rake'
2
+ require 'rspec/core/rake_task'
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :test => :spec
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quack_concurrency
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Fors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-18 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Offers concurrency tools that could also be found in the 'Concurrent
14
- Ruby'. However, all these tools will also accept core class ducktypes to build off
15
- of.
14
+ Ruby'. However, all these tools will also accept core class duck types to build
15
+ off of.
16
16
  email: mail@robfors.com
17
17
  executables: []
18
18
  extensions: []
@@ -20,6 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - LICENSE
22
22
  - README.md
23
+ - Rakefile
23
24
  - lib/quack_concurrency.rb
24
25
  - lib/quack_concurrency/concurrency_tool.rb
25
26
  - lib/quack_concurrency/error.rb