atomic 0.0.9-java → 1.0.0-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/atomic.gemspec +1 -1
  2. data/lib/atomic_reference.jar +0 -0
  3. metadata +53 -47
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{atomic}
5
- s.version = "0.0.9"
5
+ s.version = "1.0.0"
6
6
  s.authors = ["Charles Oliver Nutter", "MenTaLguY"]
7
7
  s.date = Time.now.strftime('%Y-%m-%d')
8
8
  s.description = "An atomic reference implementation for JRuby, Rubinius, and MRI"
Binary file
metadata CHANGED
@@ -1,64 +1,70 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: atomic
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.0.9
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 1.0.0
6
6
  platform: java
7
- authors:
8
- - Charles Oliver Nutter
9
- - MenTaLguY
10
- autorequire:
7
+ authors:
8
+ - Charles Oliver Nutter
9
+ - MenTaLguY
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
-
14
- date: 2011-12-03 00:00:00 Z
13
+ date: 2012-02-01 00:00:00.000000000 Z
15
14
  dependencies: []
16
-
17
15
  description: An atomic reference implementation for JRuby, Rubinius, and MRI
18
- email:
19
- - headius@headius.com
20
- - mental@rydia.net
16
+ email:
17
+ - headius@headius.com
18
+ - mental@rydia.net
21
19
  executables: []
22
-
23
20
  extensions: []
24
-
25
21
  extra_rdoc_files: []
26
-
27
- files:
28
- - lib/atomic.rb
29
- - examples/atomic_example.rb
30
- - examples/bench_atomic.rb
31
- - examples/bench_atomic_1.rb
32
- - examples/graph_atomic_bench.rb
33
- - test/test_atomic.rb
34
- - atomic.gemspec
35
- - Rakefile
22
+ files:
23
+ - !binary |-
24
+ bGliL2F0b21pYy5yYg==
25
+ - !binary |-
26
+ bGliL2F0b21pY19yZWZlcmVuY2UuamFy
27
+ - !binary |-
28
+ ZXhhbXBsZXMvYXRvbWljX2V4YW1wbGUucmI=
29
+ - !binary |-
30
+ ZXhhbXBsZXMvYmVuY2hfYXRvbWljLnJi
31
+ - !binary |-
32
+ ZXhhbXBsZXMvYmVuY2hfYXRvbWljXzEucmI=
33
+ - !binary |-
34
+ ZXhhbXBsZXMvZ3JhcGhfYXRvbWljX2JlbmNoLnJi
35
+ - !binary |-
36
+ dGVzdC90ZXN0X2F0b21pYy5yYg==
37
+ - !binary |-
38
+ YXRvbWljLmdlbXNwZWM=
39
+ - !binary |-
40
+ UmFrZWZpbGU=
36
41
  homepage: http://github.com/headius/ruby-atomic
37
42
  licenses: []
38
-
39
- post_install_message:
43
+ post_install_message:
40
44
  rdoc_options: []
41
-
42
- require_paths:
43
- - lib
44
- required_ruby_version: !ruby/object:Gem::Requirement
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: !binary |-
52
+ MA==
45
53
  none: false
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: "0"
50
- required_rubygems_version: !ruby/object:Gem::Requirement
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: !binary |-
59
+ MA==
51
60
  none: false
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- version: "0"
56
61
  requirements: []
57
-
58
- rubyforge_project:
59
- rubygems_version: 1.8.9
60
- signing_key:
62
+ rubyforge_project:
63
+ rubygems_version: 1.8.15
64
+ signing_key:
61
65
  specification_version: 3
62
66
  summary: An atomic reference implementation for JRuby, Rubinius, and MRI
63
- test_files:
64
- - test/test_atomic.rb
67
+ test_files:
68
+ - !binary |-
69
+ dGVzdC90ZXN0X2F0b21pYy5yYg==
70
+ ...