attr_cipher 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a896f093962e62296aec6818f68b36736daff46
4
- data.tar.gz: 37ef1ffb2afbd1c8d5754c470ca7626897f8dd57
3
+ metadata.gz: c87b0d9afabd3b0a380cd69537161244a9d1bb25
4
+ data.tar.gz: 4c1a4dd96803ccda04fda32cc28f88d9c14f8c9f
5
5
  SHA512:
6
- metadata.gz: dbb6c823857f19d4d9fd51ca1f5b2e2a6bd1a9d08c03bf17ea4469d3ec476115baf855f0e021f2600c62bd3870a440add418bcfc028129ac4a23f721e33070e3
7
- data.tar.gz: 0fc52af26991b33c20c25345a342012d630df41cb8650e79e94242e9e785db31ea23ed96b9549d2fe90fe5ce8e4903a2419260e8a03237134d8491746459b5ed
6
+ metadata.gz: c95d014c00f9ae57e701d7e32e2e62f3d9647f46e7e08f80175131914cf651917075680688fd2e4a00fb1a7e7e4a7d1c0603b29d167127767f27c07c5fbdfb4b
7
+ data.tar.gz: 3c305b9b6f303b4b3e525e803705c5644db94c7bbd5dd564eac84ae7c99439ee5b9b1446d6b430c9c94d23fe094681337a0dbc62a4024022b225094e393cba1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ##v1.3.1
4
+ - Fixed failing spec.
5
+
3
6
  ##v1.3.0
4
7
  - Loosened ActiveRecord version to >= 4.2.6 only.
5
8
  - Loosened ActiveSupport version to >= 4.2.6 only.
@@ -2,7 +2,7 @@ module AttrCipher
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- TINY = 0
5
+ TINY = 1
6
6
  PRE = nil
7
7
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
8
8
  SUMMARY = "AttrCipher v#{STRING}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_cipher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.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: 2017-08-10 00:00:00.000000000 Z
11
+ date: 2017-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -147,5 +147,5 @@ rubyforge_project:
147
147
  rubygems_version: 2.5.1
148
148
  signing_key:
149
149
  specification_version: 4
150
- summary: AttrCipher v1.3.0
150
+ summary: AttrCipher v1.3.1
151
151
  test_files: []