mobility 0.3.5 → 0.3.6
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/mobility/plugins/active_record/dirty.rb +0 -1
- 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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc2df8397e85a1748dabf599e88d5e351a67cb8e
|
|
4
|
+
data.tar.gz: 53329705a4e2f67cd9934cb3c791e43e7f32b5f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0df70deea72e9a4698c2946da51a069a8cd46b42c222bbe7a67b9549c407fa02b994c76e5ad8a02c4527fedd6035c670a9766dda3458350a7e02883daf979eb1
|
|
7
|
+
data.tar.gz: 8e67332a56f03d5ae6aa261ebdd9daa171105f85e254a0c10702af072a24314458c196967ef0edfa125af096d9dd03e9f8154d677cc2bb2701dd98792450dcf8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 0.3
|
|
4
4
|
|
|
5
|
+
### 0.3.6 (December 25, 2017)
|
|
6
|
+
* Make `_read_attribute` public in AR Dirty plugin
|
|
7
|
+
([#150](https://github.com/shioyama/mobility/pull/150))
|
|
8
|
+
|
|
5
9
|
### 0.3.5 (December 24, 2017)
|
|
6
10
|
* Make Default plugin handle Procs more gracefully
|
|
7
11
|
([#137](https://github.com/shioyama/mobility/pull/137))
|
|
@@ -34,6 +38,7 @@
|
|
|
34
38
|
([#104](https://github.com/shioyama/mobility/pull/102)) Thanks
|
|
35
39
|
[@pwim](https://github.com/pwim)!
|
|
36
40
|
* Update dependency versions ([#107](https://github.com/shioyama/mobility/pull/107))
|
|
41
|
+
* Fix AM/AR Dirty plugin issues with Rails 5.2 ([#116](https://github.com/shioyama/mobility/pull/116))
|
|
37
42
|
* Support new AR::Dirty methods ([#111](https://github.com/shioyama/mobility/pull/111))
|
|
38
43
|
* Use `public_send` in LocaleAccessors plugin ([#117](https://github.com/shioyama/mobility/pull/117))
|
|
39
44
|
* Deprecate setting value of `default_options` directly ([#113](https://github.com/shioyama/mobility/pull/113))
|
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.3.
|
|
4
|
+
version: 0.3.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: 2017-12-
|
|
33
|
+
date: 2017-12-25 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
|