mobility 0.2.2 → 0.2.3

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: 623c245fa34a8c5db263bfe11d0c25a5a740095b
4
- data.tar.gz: d1a22043816743b1791e815542847eac7541270d
3
+ metadata.gz: 2476bba0d2ac7649a1fa88b936c4cb51935d4b84
4
+ data.tar.gz: a15090756064bce65bc9c7554f331fa63378b5ce
5
5
  SHA512:
6
- metadata.gz: 31241f20d2dc9bee3394859c5436a551af4e9aceb325ae2041c033382c9195b3acde7721e38d4517ed3af260ba9e17a479534067b623cee59034750829f70c63
7
- data.tar.gz: '059a9d0e35c7a2b937a7c0c9913b2bdaeab0178d5d5b4358f8db29bac3b47da00230ceb5abbd6087837a32368a4858e72e189bf7bb6d43128bfcf376d8810fbb'
6
+ metadata.gz: 7d93ae6f961fe488dc877dee008f8152b0390e8b485a4e34a558b49c9b9642bee79c7df60fd456732fdbc9c19aa9506e97295caba2d4014e1f834ea2e046faae
7
+ data.tar.gz: 8d4f4e0404691953173798542fb6d2021b206b42a1e2fea5d4ca7350414281261c86eb2610ef4cb8f6d2efd2def2630dfb40c92c0d1b7f071d66eeae9f252da4
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.2
4
4
 
5
+ ### 0.2.3 (September 14, 2017)
6
+ * Fix inheritance error when inheriting
7
+ ([#83](https://github.com/shioyama/mobility/pull/83)). Thanks
8
+ [pwim](https://github.com/pwim)!
9
+
5
10
  ### 0.2.2 (August 23, 2017)
6
11
  * Set default values in Sequel Jsonb/Hstore backends ([#80](https://github.com/shioyama/mobility/pull/80))
7
12
 
data/Gemfile CHANGED
@@ -17,7 +17,7 @@ group :development, :test do
17
17
  if ENV['SEQUEL_VERSION'] == '4.41'
18
18
  gem 'sequel', '>= 4.41.0', '< 4.46.0'
19
19
  else
20
- gem 'sequel', '>= 4.46.0'
20
+ gem 'sequel', '>= 4.46.0', '< 5.0'
21
21
  end
22
22
  end
23
23
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mobility (0.2.1)
4
+ mobility (0.2.2)
5
5
  i18n (>= 0.6.10, < 0.9)
6
6
  request_store (~> 1.0)
7
7
 
data/README.md CHANGED
@@ -47,7 +47,7 @@ Installation
47
47
  Add this line to your application's Gemfile:
48
48
 
49
49
  ```ruby
50
- gem 'mobility', '~> 0.2.2'
50
+ gem 'mobility', '~> 0.2.3'
51
51
  ```
52
52
 
53
53
  Mobility is cryptographically signed. To be sure the gem you install hasn't
data/lib/mobility.rb CHANGED
@@ -254,7 +254,7 @@ module Mobility
254
254
  end
255
255
 
256
256
  def inherited(subclass)
257
- subclass.instance_variable_set(:@mobility, @mobility.dup)
257
+ subclass.instance_variable_set(:@mobility, mobility.dup)
258
258
  super
259
259
  end
260
260
  end
@@ -1,3 +1,3 @@
1
1
  module Mobility
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2.2
4
+ version: 0.2.3
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-08-23 00:00:00.000000000 Z
33
+ date: 2017-09-14 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: request_store
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  version: '0'
278
278
  requirements: []
279
279
  rubyforge_project:
280
- rubygems_version: 2.6.11
280
+ rubygems_version: 2.6.13
281
281
  signing_key:
282
282
  specification_version: 4
283
283
  summary: Pluggable Ruby translation framework
metadata.gz.sig CHANGED
Binary file