flextures 4.2.5 → 4.2.6

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: 870fce518adeab3fb618a929620ad7c4587ecc6f
4
- data.tar.gz: a346e2943258c49a61446858ca5bff894924ffbe
3
+ metadata.gz: 586bd776775ce59421b01bc6e66ec98bba53c2dd
4
+ data.tar.gz: cb64f026f8dcbe862a6a1c5a7e8bfa52f5668325
5
5
  SHA512:
6
- metadata.gz: 4a1fddb3a2f5c05be348a212547e98a11308e6de575aa6c802fda1340008ff92eb3d7abc911b537bb2cca0390e262dd4ba89695e7dc1dba591502aa9e876e6d8
7
- data.tar.gz: 43a72d97cf388f93b9b3f288664ac59cd6423331c3b0adbebcc2c1138d5993c5d39ab31e1ce0bf49321e70c66b8b7b7d0461aae0e192c4a0c295399e9b68632e
6
+ metadata.gz: 56acf4fe25ba3f12b4ba7209f4826b32ac04611530d47c425003673053e6ff4a09df07ce82b1ff1128374d55285b7ae812a3ca8c9272c6612b0fc51e2cedb53d
7
+ data.tar.gz: 9fcd86bf0a47028d31f7fbe182d4b15c7e2f06b4872be530efd242e731f735358dd2516a5e63a44eb5459b5e7d145cb0b0bdb4fb09395ab335325be6458fa99e
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- ruby ">=2.1.0"
3
+ ruby ">= 2.1.0"
4
4
 
5
5
  # Specify your gem's dependencies in flextures.gemspec
6
6
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flextures (4.2.5)
4
+ flextures (4.2.6)
5
5
  activerecord
6
6
  activesupport
7
7
 
@@ -20,8 +20,8 @@ GEM
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
22
  arel (7.1.4)
23
- concurrent-ruby (1.0.4)
24
- i18n (0.8.0)
23
+ concurrent-ruby (1.0.5)
24
+ i18n (0.8.1)
25
25
  minitest (5.4.0)
26
26
  minitest-bang (0.1.1)
27
27
  minitest (>= 4.7.5, <= 5.4.0)
@@ -34,7 +34,7 @@ GEM
34
34
  power_assert
35
35
  power_assert (0.2.2)
36
36
  rake (0.9.2.2)
37
- thread_safe (0.3.5)
37
+ thread_safe (0.3.6)
38
38
  tzinfo (1.2.2)
39
39
  thread_safe (~> 0.1)
40
40
 
@@ -37,7 +37,7 @@ module Flextures
37
37
 
38
38
  # @return [Array] flextures useable table names
39
39
  def self.deletable_tables
40
- tables = ActiveRecord::Base.connection.tables
40
+ tables = ActiveRecord::Base.connection.data_sources
41
41
  Flextures::Configuration.ignore_tables.each { |name| tables.delete(name.to_s) }
42
42
  tables
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module Flextures
2
- VERSION="4.2.5"
2
+ VERSION="4.2.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flextures
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.5
4
+ version: 4.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - baban
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-22 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord