concurrent-ruby-edge 0.4.0.pre2 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +6 -2
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e482068cf55c4c1fc70e75e13365b5e6b28e233904889d008258489ac3273685
4
- data.tar.gz: 6bbc06bed3afeedb9b1267166f409703d95e42f31d688fbdfd17e440d0c459fa
3
+ metadata.gz: 7fbdcb68284676b68b0826e622fbf09d4c5582791155d43a7ecfd2bb13c580e4
4
+ data.tar.gz: eb6b90d57d7c81b4f53bb1916fd8ecb38756574b85927a3f27cb19a6ba949476
5
5
  SHA512:
6
- metadata.gz: 7ed7276a40039da9213a6a348d3c74cd4143567f7541623af0342d78be0bbe56dec57d18d066255b1afa8159e09055beace88a7b0af1eef2bfebc3d3e907321f
7
- data.tar.gz: bf3d850afcde0f092b666d9638d2f36822c0a1a6dce8f59b4af8903f690c89f0bebbd5ed920a870526c34bed12b4911c2cd24920d84ea98649a43c5794d4be41
6
+ metadata.gz: '00384bbf0fef2ede15415470ba56bd433565142dbd174e2a9c4fa244e14acbd75eeaa806f190c3f43139c459ebcc9ef61f874911dce917c4e395727ad8053db3'
7
+ data.tar.gz: 53ce62dd73f9b3b4524ad591bf580c2fca45b3e47961b939845d05a35e38afcca29a535c9ce8062fad59932b0f118df6afa1fa9a4bf52d597743917ec9108470
@@ -1,9 +1,30 @@
1
1
  ## Current
2
2
 
3
+ ## Release v1.1.1, edge v0.4.1 (1 Nov 2018)
4
+
5
+ * (#768) add support for 1.9.3 back
6
+
7
+ ## Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked)
8
+
9
+ * (#768) yanked because of issues with removed 1.9.3 support
10
+
11
+ ## Release v1.1.0.pre2, edge v0.4.0.pre2 (18 Sep 2018)
12
+
13
+ concurrent-ruby:
14
+
15
+ * fixed documentation and README links
16
+ * fix Set for TruffleRuby and Rubinius
17
+ * use properly supported TruffleRuby APIs
18
+
19
+ concurrent-ruby-edge:
20
+
21
+ * add Promises.zip_futures_over_on
22
+
3
23
  ## Release v1.1.0.pre1, edge v0.4.0.pre1 (15 Aug 2018)
4
24
 
5
25
  concurrent-ruby:
6
26
 
27
+ * requires at least Ruby 2.0
7
28
  * [Promises](http://ruby-concurrency.github.io/concurrent-ruby/1.1.0/Concurrent/Promises.html)
8
29
  are moved from `concurrent-ruby-edge` to `concurrent-ruby`
9
30
  * Add support for TruffleRuby
data/README.md CHANGED
@@ -227,8 +227,12 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
227
227
 
228
228
  ## Supported Ruby versions
229
229
 
230
- MRI 2.0 and above, JRuby 9000, TruffleRuby are supported.
231
- This gem should be fully compatible with any interpreter that is compliant with Ruby 2.0 or newer.
230
+ * MRI 2.0 and above
231
+ * JRuby 9000
232
+ * TruffleRuby are supported.
233
+ * Any Ruby interpreter that is compliant with Ruby 2.0 or newer.
234
+
235
+ Actually we still support mri 1.9.3 and jruby 1.7.27 but we are looking at ways how to drop the support.
232
236
  Java 8 is preferred for JRuby but every Java version on which JRuby 9000 runs is supported.
233
237
 
234
238
  The legacy support for Rubinius is kept but it is no longer maintained, if you would like to help
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concurrent-ruby-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre2
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerry D'Antonio
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-09-17 00:00:00.000000000 Z
13
+ date: 2018-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: concurrent-ruby
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.0.pre2
21
+ version: 1.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: 1.1.0.pre2
28
+ version: 1.1.1
29
29
  description: |
30
30
  These features are under active development and may change frequently. They are expected not to
31
31
  keep backward compatibility (there may also lack tests and documentation). Semantic versions will
@@ -110,12 +110,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 2.0.0
113
+ version: 1.9.3
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 1.3.1
118
+ version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
121
  rubygems_version: 2.7.3