attr_digest 2.1.0 → 2.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -2
- data/lib/attr_digest/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77805bd4f573827210d7e9c22cde55efde861976
|
|
4
|
+
data.tar.gz: a6e92ca6dbadd62c8bb7250e1a11872bab7bfd99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca65fc784725ab57f859bc7e58bdda45d812b41636966b0a8d75dffd215745f73c9f46ab4645060897becf6c4091f718f807fdd434df39870a1114c0fc92058a
|
|
7
|
+
data.tar.gz: 7076b8eb18c921368dbf652a0bdbf75ddd51d179138fff30b5ed6e6a5c5b2e888f555f0ee1631a42ede6e771da987507e2a72a036b073c922c169c92ae0e61f2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
##v2.1.1
|
|
4
|
+
- Encountered FFI v1.9.21 build issue on macOS 10.13.3 (High Sierra) so locked Argon at v1.1.3 until this can be resolved. Gem::Ext::BuildError: ERROR: Failed to build gem native extension when installing FFI 1.9.21 with native extensions. See https://github.com/brightcommerce/attr_digest/issues/5 for updates.
|
|
5
|
+
|
|
3
6
|
##v2.1.0
|
|
4
7
|
- Removed upper limit for ActiveSupport and ActiveRecord dependencies.
|
|
5
8
|
- Updated README.
|
data/README.md
CHANGED
|
@@ -28,7 +28,7 @@ And run `bundle install`.
|
|
|
28
28
|
Runtime:
|
|
29
29
|
- activerecord (>= 4.2.6)
|
|
30
30
|
- activesupport (>= 4.2.6)
|
|
31
|
-
- argon2 (
|
|
31
|
+
- argon2 (= 1.1.3) ** See CHANGELOG.md for version lock reason
|
|
32
32
|
|
|
33
33
|
Development/Test:
|
|
34
34
|
- rake (~> 10.5)
|
|
@@ -39,7 +39,7 @@ Development/Test:
|
|
|
39
39
|
|
|
40
40
|
## Compatibility
|
|
41
41
|
|
|
42
|
-
Tested with Ruby 2.
|
|
42
|
+
Tested with Ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16] against ActiveRecord 5.2.0.rc1 on macOS High Sierra 10.13.3 (17D47).
|
|
43
43
|
|
|
44
44
|
Argon2 requires Ruby 2.2 minimum and an OS platform that supports Ruby FFI Bindings, so unfortunately Windows is out.
|
|
45
45
|
|
data/lib/attr_digest/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attr_digest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgen Jocubeit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: argon2
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.1.
|
|
47
|
+
version: 1.1.3
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 1.1.
|
|
54
|
+
version: 1.1.3
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,8 +156,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
version: '0'
|
|
157
157
|
requirements: []
|
|
158
158
|
rubyforge_project:
|
|
159
|
-
rubygems_version: 2.
|
|
159
|
+
rubygems_version: 2.6.13
|
|
160
160
|
signing_key:
|
|
161
161
|
specification_version: 4
|
|
162
|
-
summary: AttrDigest v2.1.
|
|
162
|
+
summary: AttrDigest v2.1.1
|
|
163
163
|
test_files: []
|