mobility 0.7.5 → 0.7.6

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
  SHA256:
3
- metadata.gz: 75c6d13f3793915b26354a3a5348244b042b90a3f5cbd6c4d5077a8ef5e27e0d
4
- data.tar.gz: 39702a5d131bdfe0bad6801fe761fff1c5b6d01cc4b52021814ab21fb79b9d41
3
+ metadata.gz: d41db6e7a795ddcef9e26a6707ead0b0e292e18a4555851f0c190e9572895f53
4
+ data.tar.gz: dd1e77bbb86a8bb7f5a5740fdf5b2c3a5096c0474e651691a9c80d5fb3b000d0
5
5
  SHA512:
6
- metadata.gz: 474d9c356036d4c097755174c0e1184ed4de9b0f100813f520519f931994139c24efcf106d5f4f478c2978f3252f7398cbba008590dfc57a29b83616e9179c69
7
- data.tar.gz: 158952a7c152e2239cc48e58b889881bf50dfb66ce3c244d04aedcab05242b1c35d5c0ee2907a925fdc96ca76d41ba4d9aedbe45afc2a5bf5da609b19fb6389c
6
+ metadata.gz: adc549d6843493f3f711ffa892b2fde61de54077510a6b12a488c25196e8993c2d7b49d16cf851b2deaef551388ed9830db1a8099ba707aba5a5facd868bd4b0
7
+ data.tar.gz: 6c80e9f23841f09559a4f047dac424a9a0d3f94c918fce9f4ceda80b48391b6774022d9a1936ff67f65cc4942824466ab92632fe18fddcb3ae71a150599d5c48
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## 0.7
4
4
 
5
+ ### 0.7.6 (July 6, 2018)
6
+ * Sequel pg_hash require hash_initializer
7
+ ([#260](https://github.com/shioyama/mobility/pull/260)). Thanks
8
+ [@Recca](https://github.com/Recca)!
9
+
5
10
  ### 0.7.5 (June 8, 2018)
6
11
  * Only return unique names from mobility_attributes
7
12
  ([#256](https://github.com/shioyama/mobility/pull/256))
@@ -12,8 +17,8 @@
12
17
  ([#253](https://github.com/shioyama/mobility/pull/253))
13
18
 
14
19
  ### 0.7.3 (June 7, 2018)
15
- * Fix uniqueness on Mobility model with no translated attributes ([#252](Fix
16
- uniqueness on Mobility model with no translated attributes))
20
+ * Fix uniqueness on Mobility model with no translated attributes
21
+ ([#252](https://github.com/shioyama/mobility/pull/252))
17
22
 
18
23
  ### 0.7.2 (June 3, 2018)
19
24
  * Normalize locale in table aliases
@@ -71,7 +71,6 @@ GEM
71
71
  rspec-support (~> 3.7.0)
72
72
  rspec-support (3.7.1)
73
73
  ruby_dep (1.5.0)
74
- sequel (5.9.0)
75
74
  shellany (0.0.1)
76
75
  sqlite3 (1.3.13)
77
76
  thor (0.20.0)
@@ -82,7 +81,6 @@ PLATFORMS
82
81
 
83
82
  DEPENDENCIES
84
83
  benchmark-ips
85
- bundler (~> 1.12)
86
84
  database_cleaner (~> 1.5, >= 1.5.3)
87
85
  guard-rspec
88
86
  mobility!
@@ -91,7 +89,6 @@ DEPENDENCIES
91
89
  pry-byebug
92
90
  rake (~> 12, >= 12.2.1)
93
91
  rspec (~> 3.0)
94
- sequel (>= 5.0.0, < 6.0.0)
95
92
  sqlite3
96
93
  yard (~> 0.9.0)
97
94
 
data/README.md CHANGED
@@ -51,7 +51,7 @@ Installation
51
51
  Add this line to your application's Gemfile:
52
52
 
53
53
  ```ruby
54
- gem 'mobility', '~> 0.7.5'
54
+ gem 'mobility', '~> 0.7.6'
55
55
  ```
56
56
 
57
57
  Mobility is cryptographically signed. To be sure the gem you install hasn't
@@ -3,6 +3,7 @@ require "mobility/util"
3
3
  require "mobility/backends/sequel"
4
4
  require "mobility/backends/hash_valued"
5
5
  require "mobility/sequel/column_changes"
6
+ require "mobility/sequel/hash_initializer"
6
7
 
7
8
  module Mobility
8
9
  module Backends
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mobility
4
- VERSION = "0.7.5"
4
+ VERSION = "0.7.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Salzberg
@@ -30,7 +30,7 @@ cert_chain:
30
30
  eGDROPZoL5RXwiOnRbexxa7dcAxMrDfGB/hpiunIPWPsi4n5P7K/6OO/sGVMl9xv
31
31
  SZBPXjzrHdyOFLBYXB+PG7s3F/4=
32
32
  -----END CERTIFICATE-----
33
- date: 2018-06-08 00:00:00.000000000 Z
33
+ date: 2018-07-06 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: request_store
metadata.gz.sig CHANGED
Binary file