atomic 1.1.6-java → 1.1.7-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
- data/ext/extconf.rb +1 -1
- metadata +7 -3
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.7"
|
|
5
|
+
old_version = "1.1.6"
|
|
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")
|
data/ext/extconf.rb
CHANGED
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.7
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Charles Oliver Nutter
|
|
@@ -11,14 +11,18 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-04-
|
|
14
|
+
date: 2013-04-11 00:00:00.000000000 Z
|
|
15
15
|
dependencies: []
|
|
16
16
|
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.6
|
|
21
21
|
|
|
22
|
+
* fa74e58 Bump version to 1.1.7.
|
|
23
|
+
* 9b58cf0 Merge pull request #20 from lazyspark/master
|
|
24
|
+
* 14fc4a9 Removed compiled gem from src
|
|
25
|
+
* 7d0ade6 Changing the arch to native, to make it successfully compile using mingw
|
|
22
26
|
|
|
23
27
|
== Summary
|
|
24
28
|
|