barrier 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. metadata +13 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 041c77885598ef1260ab465f7e703f38c28eb287
4
+ data.tar.gz: 0b2d4afcd9dc54223c84a9bd8fce85887ea42c4f
5
+ SHA512:
6
+ metadata.gz: fd34ff66ef0ff2a5d258fa4e9bc2ab929c50655ff94f2c0d5c9164eea1a3aee2410aeb5ff63ddd914a75c234836df38f114d2d189ff1807af0335164fc4f8cb6
7
+ data.tar.gz: 01821df77dbe9fb14944357dbf737da0e564b2bcccf6fc9382f0e237e7fb7fea9f5f23c2da8d31eaaa6b9795877a15b8d945efcc772528b5ae758d650bde050a
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) Aleksey Vereshchagin, 2015
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
metadata CHANGED
@@ -1,47 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barrier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Aleksey Vereshchagin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-04-26 00:00:00.000000000 Z
11
+ date: 2015-02-12 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! " A synchronization barrier enables multiple threads to wait until
15
- all threads\n have all reached a particular point of execution before any thread\n
16
- \ continues.\n"
13
+ description: A synchronization barrier enables multiple threads to wait until all
14
+ threads have all reached a particular point of execution before any thread continues.
17
15
  email: alexeyv.90@gmail.com
18
16
  executables: []
19
17
  extensions: []
20
18
  extra_rdoc_files: []
21
19
  files:
20
+ - LICENSE
22
21
  - lib/barrier.rb
23
22
  homepage: http://rubygems.org/gems/barrier
24
- licenses: []
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
25
26
  post_install_message:
26
27
  rdoc_options: []
27
28
  require_paths:
28
29
  - lib
29
30
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
31
  requirements:
32
- - - ! '>='
32
+ - - '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: 1.8.6
35
35
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
36
  requirements:
38
- - - ! '>='
37
+ - - '>='
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
40
  requirements: []
42
41
  rubyforge_project:
43
- rubygems_version: 1.8.11
42
+ rubygems_version: 2.2.2
44
43
  signing_key:
45
- specification_version: 3
44
+ specification_version: 4
46
45
  summary: A barrier for threads synchronization
47
46
  test_files: []
47
+ has_rdoc: