atomic 1.1.9-java → 1.1.10-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/atomic.gemspec +1 -1
- data/ext/extconf.rb +1 -1
- metadata +5 -7
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 738066c1096967b314d8c48b754c77a568219f66
|
4
|
+
data.tar.gz: 1a37ca7292dc006ee3453cc0ae60ec9de55ec260
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6cdbc70e21db82e5f56e8df3c7e51501e0fca5e80b41b86561b39b27d59588fa4090cb23b2bb0f5e007c16af77ffa1c94cc8761d7a5152670e6f74727340d867
|
7
|
+
data.tar.gz: 9d3f6fb503ccabf831df2ae439d8d9dc0a618535e30e3394eda0b683279020fc16e0b38d693df678c633960dae0939e90a33734714f892bac5b177f7e35683da
|
data/atomic.gemspec
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{atomic}
|
7
|
-
s.version = "1.1.
|
7
|
+
s.version = "1.1.10"
|
8
8
|
s.authors = ["Charles Oliver Nutter", "MenTaLguY", "Sokolov Yura"]
|
9
9
|
s.date = Time.now.strftime('%Y-%m-%d')
|
10
10
|
s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
|
data/ext/extconf.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atomic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 1.1.9
|
4
|
+
version: 1.1.10
|
6
5
|
platform: java
|
7
6
|
authors:
|
8
7
|
- Charles Oliver Nutter
|
@@ -11,7 +10,7 @@ authors:
|
|
11
10
|
autorequire:
|
12
11
|
bindir: bin
|
13
12
|
cert_chain: []
|
14
|
-
date: 2013-
|
13
|
+
date: 2013-06-26 00:00:00.000000000 Z
|
15
14
|
dependencies: []
|
16
15
|
description: An atomic reference implementation for JRuby, Rubinius, and MRI
|
17
16
|
email:
|
@@ -50,6 +49,7 @@ files:
|
|
50
49
|
homepage: http://github.com/headius/ruby-atomic
|
51
50
|
licenses:
|
52
51
|
- Apache-2.0
|
52
|
+
metadata: {}
|
53
53
|
post_install_message:
|
54
54
|
rdoc_options: []
|
55
55
|
require_paths:
|
@@ -59,18 +59,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
59
|
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
|
-
none: false
|
63
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
63
|
requirements:
|
65
64
|
- - '>='
|
66
65
|
- !ruby/object:Gem::Version
|
67
66
|
version: '0'
|
68
|
-
none: false
|
69
67
|
requirements: []
|
70
68
|
rubyforge_project:
|
71
|
-
rubygems_version:
|
69
|
+
rubygems_version: 2.0.3
|
72
70
|
signing_key:
|
73
|
-
specification_version:
|
71
|
+
specification_version: 4
|
74
72
|
summary: An atomic reference implementation for JRuby, Rubinius, and MRI
|
75
73
|
test_files:
|
76
74
|
- test/test_atomic.rb
|