atomic 1.1.9-java → 1.1.10-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/atomic.gemspec +1 -1
  3. data/ext/extconf.rb +1 -1
  4. metadata +5 -7
@@ -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
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{atomic}
7
- s.version = "1.1.9"
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"
@@ -15,7 +15,7 @@ extension_name = 'atomic_reference'
15
15
  dir_config(extension_name)
16
16
 
17
17
  case CONFIG["arch"]
18
- when /mswin32|mingw/
18
+ when /mswin32|mingw|solaris/
19
19
  $CFLAGS += " -march=native"
20
20
  end
21
21
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atomic
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
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-05-06 00:00:00.000000000 Z
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: 1.8.24
69
+ rubygems_version: 2.0.3
72
70
  signing_key:
73
- specification_version: 3
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