contact_sync 0.4.7 → 0.4.8
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 387f3b7febb5ba5e7a78e41920b667a1a0d89aa7
|
4
|
+
data.tar.gz: 877992cc5047c07398078360b43b519ef5d71988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac251fed601ce9b6f9ad8ce5571f15851778e8a19d0b9abbc9b6a867d1f7ecff27cd3d98a74ef749116e2ca49edb9b44b313ff6e0addcb0c4c70b698776978b6
|
7
|
+
data.tar.gz: 84e87516482f0c8933c5aea790e685c8758a7dafe3ac2f7fd30ba7f98a34a2467a787d56ef698058fe7f0c9de5766e920a0700eecd1030196dafdea681e6f126
|
data/lib/contact_sync/version.rb
CHANGED
@@ -14,10 +14,6 @@ class InstallContactSyncGenerator < Rails::Generators::Base
|
|
14
14
|
if !self.class.migration_exists?('db/migrate', 'create_contact_sync_schema')
|
15
15
|
migration_template "create_contact_sync_schema.rb", "db/migrate/create_contact_sync_schema.rb"
|
16
16
|
end
|
17
|
-
|
18
|
-
if !self.class.migration_exists?('db/migrate', 'change_emails_schema')
|
19
|
-
migration_template "change_email_encrypted_from_emails.rb", "db/migrate/change_emails_schema.rb"
|
20
|
-
end
|
21
17
|
end
|
22
18
|
|
23
19
|
def generate_encrypted_strings_config
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contact_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Saad Masood
|
@@ -103,7 +103,6 @@ files:
|
|
103
103
|
- lib/generators/install_contact_sync/USAGE
|
104
104
|
- lib/generators/install_contact_sync/install_contact_sync_generator.rb
|
105
105
|
- lib/generators/install_contact_sync/templates/address.rb
|
106
|
-
- lib/generators/install_contact_sync/templates/change_email_encrypted_from_emails.rb
|
107
106
|
- lib/generators/install_contact_sync/templates/contact.rb
|
108
107
|
- lib/generators/install_contact_sync/templates/create_contact_sync_schema.rb
|
109
108
|
- lib/generators/install_contact_sync/templates/email.rb
|