signinable 2.0.6 → 2.0.7

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
  SHA1:
3
- metadata.gz: 55794149ad1cc0c4a7be9a08d2cefbb0e1d10d61
4
- data.tar.gz: e59d8ae956f9d4833c58ffb674358b1e4d4cba79
3
+ metadata.gz: a1da8211a792e1ff4e21a506ec01c0cad70f7d14
4
+ data.tar.gz: 5d1f20a9cadf7025aab7065dcac924902471d357
5
5
  SHA512:
6
- metadata.gz: 8331f8045d7b3bbfeac9bc0c52239b0db9ee21e23a3616308dbc70a21bc6179e13b7894575c69fa55c8c119c302b37fec739d93badf0c74be57748d79404d0a6
7
- data.tar.gz: 598d52c18fe092f3e59f6e781d9c34e9aeff4f5a81ac0825d25f616bf74c2fc929239f21f6bb9c4ab36841c69fec8d8dc3185b93c420b11ccaca0d076388c2c8
6
+ metadata.gz: 0a3c80990d4226d94cf73312230d08244b0937fced1f31c6bcfb0f4983161b6c29defab4b89ace141e42f2d6ad4903c88dac8a7ea98846ce3839a3d7944ab7ea
7
+ data.tar.gz: 795347736ef5aaeaa425eed3b086265add239d3847ced59bc1170445b4136ad9f97f6e809f550fd99eee4fc389ba15c80d4ba628b41c798942b5d7e7d00472b2
@@ -1,4 +1,5 @@
1
- class CreateSignins < ActiveRecord::Migration
1
+ migration_kls = Rails::VERSION::MAJOR > 4 ? ActiveRecord::Migration[5.0] : ActiveRecord::Migration
2
+ class CreateSignins < migration_kls
2
3
  def self.up
3
4
  create_table :signins do |t|
4
5
  t.integer :signinable_id, null: false
@@ -1,3 +1,3 @@
1
1
  module Signinable
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signinable
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Novozhenets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails