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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c84301d2ecd421dcefc6f2783adf3256e8c4764
4
- data.tar.gz: b3469da9b842c321e1dd6241e1f7f3b61f171fa7
3
+ metadata.gz: fc2df8397e85a1748dabf599e88d5e351a67cb8e
4
+ data.tar.gz: 53329705a4e2f67cd9934cb3c791e43e7f32b5f2
5
5
  SHA512:
6
- metadata.gz: 9bd9d7c183fd82404f59b2c9c797628f061bba52ba788e02abde15519ce9694ee73e17f5906eb3972f8e4f255ffb580711d9fb8d522365f649fe89d0855b34a6
7
- data.tar.gz: 397f40c255c47e8f79f62eac57bcce2372e4ee7ed5031d38d47503367ef9f712a300b4d8727a258b16f6b89834d73ce24fef9f3c44dfbd5e04388a04dbf0f024
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
@@ -54,7 +54,7 @@ Installation
54
54
  Add this line to your application's Gemfile:
55
55
 
56
56
  ```ruby
57
- gem 'mobility', '~> 0.3.5'
57
+ gem 'mobility', '~> 0.3.6'
58
58
  ```
59
59
 
60
60
  Mobility is cryptographically signed. To be sure the gem you install hasn't
@@ -122,7 +122,6 @@ AR::Dirty plugin adds support for the following persistence-specific methods
122
122
  mobility_changed_attributes.include?(attr) ? __send__(attr) : super
123
123
  end
124
124
  end
125
- private :_read_attribute
126
125
  end
127
126
  end
128
127
  end
@@ -1,3 +1,3 @@
1
1
  module Mobility
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  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.3.5
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-24 00:00:00.000000000 Z
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