forest_liana 1.3.17 → 1.3.18

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: a66b70fea094e9c942d0238d5499d4744b4eef94
4
- data.tar.gz: 2b8a7a92f3dcfc1d38c21ea9319f0c92bad89c4c
3
+ metadata.gz: 955d15f645596627b92e43fe1b7789615234a49b
4
+ data.tar.gz: 22b0a3836b0645ad68fa19993b5dbc23850b406a
5
5
  SHA512:
6
- metadata.gz: d244bd7f17b2053cbfdfcfe6d7bc2135cda3c91bca08d07694f10d3b464722e1685efb18c1294d13537e645bdc41f386fcdfde81b5d4bb99316748f5bfac7f8a
7
- data.tar.gz: 081c2e6a754cdc5ea820c448c6f11b370762a26ea9a10d5da1e47e353ca51aad0dd664b430359a3dd0d7aef3997407df8171d4143d3d02da48cdb76e6a59d15b
6
+ metadata.gz: 42fab6206ac400eb4c5a67feee644a8ed7df4d0c481b38bf4c39c656d7869e99dc0c739cd0e84eb17804170b6d290585b32bd1d981d9a79a70d3c401e42b9bf2
7
+ data.tar.gz: 10a9e4ff18f6c2a1a66e8fde0f63c860476dca03bd96058b7b475bdb67e9c5ae3a87ced73a42b92cb2c6446af7deb02d0dfa6447e3c09101746d8d131419a6e8
@@ -50,7 +50,7 @@ More info at: https://github.com/ForestAdmin/forest-rails/releases/tag/1.2.0"
50
50
  SchemaUtils.tables_names.map do |table_name|
51
51
  model = SchemaUtils.find_model_from_table_name(table_name)
52
52
  if model.try(:table_exists?)
53
- ForestLiana.apimap << SchemaAdapter.new(model).perform
53
+ SchemaAdapter.new(model).perform
54
54
  end
55
55
  end
56
56
 
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.3.17"
2
+ VERSION = "1.3.18"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.17
4
+ version: 1.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails