zuora_connect 0.0.6.8 → 0.0.6.9

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: 480279ad676023979ebc7cf84f69ecc8c3b032fd
4
- data.tar.gz: 1d0c228fc18e4d1cd06389e33618ac7a8f54608c
3
+ metadata.gz: 9c942530cf1a692ce0c9ff3e1f0519715e837e2b
4
+ data.tar.gz: 313d6a13d07d3f6b3ad4a73df4abfd89b22afd08
5
5
  SHA512:
6
- metadata.gz: 93689c72909edcbadd5b686e03f2108adf247390c9a7805fedb6fb45c667fdb0e728810d3f89ab3cfdee173e4af961e469dde53126fce79edc97e074f7c10646
7
- data.tar.gz: 8614f4553f97d15d0b48d9469acd5f143cc41fde4d29901fc444ce320e013c89988db2d91e3ef71eb9bc1d4e17bb237ad2bd65ac2657b4b8531682b1bc86ca4b
6
+ metadata.gz: dca970f266e2cd66ada8dd769daa4c8507add0937e286979d8e623aaf44346ace25c531711257feda53f78edf11196185269adfa3b20d9e28fccec5ac28db41a
7
+ data.tar.gz: ccfd2fba8d3df879246c364323869d2ab8a9a7b3d563f693ca379d993d5c13c93a7c3728108e1f5f1039edf406dfc80c59f06c6bc9602090b1f0cdb50e7a6326
@@ -1,7 +1,9 @@
1
1
  class CreateConnectAppInstances < ActiveRecord::Migration
2
2
  def change
3
- create_table :zuora_connect_app_instances do |t|
4
- t.timestamps null: false
3
+ if !ActiveRecord::Base.connection.table_exists?('zuora_connect_app_instances')
4
+ create_table :zuora_connect_app_instances do |t|
5
+ t.timestamps null: false
6
+ end
5
7
  end
6
8
  end
7
9
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "0.0.6.8"
2
+ VERSION = "0.0.6.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.8
4
+ version: 0.0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-05 00:00:00.000000000 Z
11
+ date: 2016-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment