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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +7 -2
- data/Gemfile.lock +0 -3
- data/README.md +1 -1
- data/lib/mobility/backends/sequel/pg_hash.rb +1 -0
- data/lib/mobility/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d41db6e7a795ddcef9e26a6707ead0b0e292e18a4555851f0c190e9572895f53
|
4
|
+
data.tar.gz: dd1e77bbb86a8bb7f5a5740fdf5b2c3a5096c0474e651691a9c80d5fb3b000d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adc549d6843493f3f711ffa892b2fde61de54077510a6b12a488c25196e8993c2d7b49d16cf851b2deaef551388ed9830db1a8099ba707aba5a5facd868bd4b0
|
7
|
+
data.tar.gz: 6c80e9f23841f09559a4f047dac424a9a0d3f94c918fce9f4ceda80b48391b6774022d9a1936ff67f65cc4942824466ab92632fe18fddcb3ae71a150599d5c48
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -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
|
16
|
-
|
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
|
data/Gemfile.lock
CHANGED
@@ -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
data/lib/mobility/version.rb
CHANGED
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.
|
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
|
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
|