atomic 1.1.5-java → 1.1.6-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.
- data/atomic.gemspec +2 -2
- metadata +3 -5
data/atomic.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
# Update these to get proper version and commit history
|
|
4
|
-
new_version = "1.1.
|
|
5
|
-
old_version = "1.1.
|
|
4
|
+
new_version = "1.1.6"
|
|
5
|
+
old_version = "1.1.5"
|
|
6
6
|
|
|
7
7
|
git_lines = `git log --oneline #{old_version}...#{new_version}`.lines.map {|str| "* #{str}"}.join
|
|
8
8
|
doc_lines = File.readlines("README.rdoc")
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: atomic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.1.
|
|
5
|
+
version: 1.1.6
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Charles Oliver Nutter
|
|
@@ -17,11 +17,8 @@ description: |
|
|
|
17
17
|
= An atomic reference implementation for JRuby, Rubinius, and MRI.
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
== Changes since 1.1.
|
|
20
|
+
== Changes since 1.1.5
|
|
21
21
|
|
|
22
|
-
* e269463 Fix #15 by explicitly testing for GCC's CAS.
|
|
23
|
-
* b8858f9 More formatting for description.
|
|
24
|
-
* a574b34 More formatting for description.
|
|
25
22
|
|
|
26
23
|
== Summary
|
|
27
24
|
|
|
@@ -112,6 +109,7 @@ executables: []
|
|
|
112
109
|
extensions: []
|
|
113
110
|
extra_rdoc_files: []
|
|
114
111
|
files:
|
|
112
|
+
- lib/atomic_reference.jar
|
|
115
113
|
- test/test_atomic.rb
|
|
116
114
|
- .gitignore
|
|
117
115
|
- .travis.yml
|