in_threads 1.5.2 → 1.5.3
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.markdown +4 -0
- data/in_threads.gemspec +1 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ebe4a6d33ed8fc2827b9a20409407ef75e67942b8a32ad19bba8ecfcdd2460d
|
|
4
|
+
data.tar.gz: '06999b5635d13894260b71e33b01858f902e19aa5953e8bd7444731dc204e928'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 196a647289a80b9f43659a63f629f92dba72bb44ded0b51d2c787e5f8d63f63497c28025fdef818928d61193b0b86ae8700954a9f66f414d761e6e4a4e41b2ea
|
|
7
|
+
data.tar.gz: 18f2c5b6dc257f61cccc950d0ad5563099cc741bfc6bff92a4368e59082e1d6764d566fcaf7b1d1526021905440313e28b0e3a631b67f092399d7b6c0dcd316e
|
data/CHANGELOG.markdown
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## unreleased
|
|
4
4
|
|
|
5
|
+
## v1.5.3 (2019-07-14)
|
|
6
|
+
|
|
7
|
+
* Remove deprecated `rubyforge_project` attribute from gemspec [rubygems/rubygems#2436](https://github.com/rubygems/rubygems/pull/2436) [@toy](https://github.com/toy)
|
|
8
|
+
|
|
5
9
|
## v1.5.2 (2019-05-25)
|
|
6
10
|
|
|
7
11
|
* Enable frozen string literals [@toy](https://github.com/toy)
|
data/in_threads.gemspec
CHANGED
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'in_threads'
|
|
5
|
-
s.version = '1.5.
|
|
5
|
+
s.version = '1.5.3'
|
|
6
6
|
s.summary = %q{Run all possible enumerable methods in concurrent/parallel threads}
|
|
7
7
|
s.homepage = "http://github.com/toy/#{s.name}"
|
|
8
8
|
s.authors = ['Ivan Kuchin']
|
|
9
9
|
s.license = 'MIT'
|
|
10
10
|
|
|
11
|
-
s.rubyforge_project = s.name
|
|
12
|
-
|
|
13
11
|
s.metadata = {
|
|
14
12
|
'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
|
|
15
13
|
'changelog_uri' => "https://github.com/toy/#{s.name}/blob/master/CHANGELOG.markdown",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: in_threads
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Kuchin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -74,7 +74,7 @@ licenses:
|
|
|
74
74
|
metadata:
|
|
75
75
|
bug_tracker_uri: https://github.com/toy/in_threads/issues
|
|
76
76
|
changelog_uri: https://github.com/toy/in_threads/blob/master/CHANGELOG.markdown
|
|
77
|
-
documentation_uri: https://www.rubydoc.info/gems/in_threads/1.5.
|
|
77
|
+
documentation_uri: https://www.rubydoc.info/gems/in_threads/1.5.3
|
|
78
78
|
source_code_uri: https://github.com/toy/in_threads
|
|
79
79
|
post_install_message:
|
|
80
80
|
rdoc_options: []
|