concurrent-ruby-ext 1.0.1-x86-mingw32 → 1.0.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef3ac52251375e3ff287ce1db398ffbecd956acf
4
- data.tar.gz: 254a3f7303cc829c3e0f2f3d97004e3a0fabfb30
3
+ metadata.gz: bc7de882269bbcd967d39dc228c8598c19ad33e7
4
+ data.tar.gz: 8782cd300dc40f2529a399fd3b51d09c8779d176
5
5
  SHA512:
6
- metadata.gz: 2f1a20b447b7f08c83feab20278f5fedec85ccd5ee54c33fb2aa3e09a6db1d8701d4ae868cdca37d0db264620be9db8d1d907ead8e922cb8e62a35949036064e
7
- data.tar.gz: 38abb123bb94cbc49c725577d913d5b89c1fd48ece22887af2794b556ae54cd186eb3a2d1301d170a717c89240d41d3ca0d0071dc2d773355bbb0d65f56ad9d2
6
+ metadata.gz: cd17d5428a0af91e36072e0fea231313aaf47623c70f1b1c90dfeade207b431b168177f69c3e5b5cb715b9a356f5b8ef4fd59a411f971ea486beb3cf1fe033ec
7
+ data.tar.gz: eec65b716e9363b7518c5902880d18a3eab00b290aff1e20fddc66d4b1062f7451b03976ca301f9f7d8e864ec251c099481ebd237f05951714861478b1c28354
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- ## Current Release v1.0.1 (27 February 2016)
1
+ ## Current Release v1.0.2 (2 May 2016)
2
+
3
+ * Fix bug with `Concurrent::Map` MRI backend `#inspect` method
4
+ * Fix bug with `Concurrent::Map` MRI backend using `Hash#value?`
5
+ * Improved documentation and examples
6
+ * Minor updates to Edge
7
+
8
+ ### Release v1.0.1 (27 February 2016)
2
9
 
3
10
  * Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
4
11
  * Better handling of `autoload` vs. `require`.
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concurrent-ruby-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Jerry D'Antonio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-27 00:00:00.000000000 Z
12
+ date: 2016-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: concurrent-ruby
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.1
20
+ version: 1.0.2
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.1
27
+ version: 1.0.2
28
28
  description: |2
29
29
  C extensions to optimize the concurrent-ruby gem when running under MRI.
30
30
  Please see http://concurrent-ruby.com for more information.