syncable_models 0.0.6 → 0.0.7

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Mzg4NDk1NjRjNWFhYWRmOTExYzMyNDY4OTliZWFhZTA2YjUwZTg1MA==
4
+ MDBiNTZlY2I3YTI0YTc1ZmFhYjRiMDEwZWY4NWNiNmJhNGQ2NjczOQ==
5
5
  data.tar.gz: !binary |-
6
- NDFkMDE5YmVlNWZhM2JiZDk2MjVkYjM0ZDczZGQ4MjJjYjFkNjE2Mg==
6
+ MDZiNzZlOTc1YzRkYzYzN2ZhNzM3ZTgwOTAzY2UwODMxYjAzMzQ3MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmIyMGM3Y2I3MGU0N2M4YWMxZjhiYThhZTZiZTI3MWNhNjMwNGE3NTM1MzU5
10
- YjBmOWUzMTI4OTg5OTMyNTE1MWYzMDIzOGY4ZDA2ZDcyNzNiNTE5NjRhMzli
11
- NDA1NmU0OWE3MTI1NjVmMGE2N2MwNDBiOTU5OTJjMzI3MTk2YTU=
9
+ MDQ5NjUwZGM4ODM0ZjE1MDkyNzRlYmYzNDMyYmUxMDk1ZWI1YzQ3MDZlYWYy
10
+ MzEwYTcyOTEyMDY4OGEzOWYxNDc2YmU1NmY5OWY1MmY1YjgyMDFhODcxZGI0
11
+ MDM4YmI5NWFlNDc1ZjE1ZmM5ZWRjZTE5OTFlMDdmMzViYjMxNjc=
12
12
  data.tar.gz: !binary |-
13
- MmM5MmNhYmNkZDUwNmYzODFiMDJhNTUyOTVmOWYwMGY0ZGRiNTBiZmIxZDc1
14
- Njc2MmY4OWEyMDVlZThmYzQwOTJiMTQ5ZjQ0ZGU4ZDc5YmQ2ODc0YmRhMGE5
15
- NjY2MTI0NDA0YTZlYTM3ZDRkMDdhN2M0NDYzY2I4OGViZGE5YWI=
13
+ MDkyNzRjYzYwYTllMDFjY2QyZjczMGExMmY5ZWUwMTY1NmI5NTkzOWYwYjU2
14
+ ZDEzNTk4OTE0OWM1MjZlMmM2YThlZWE0NDdkYTZjZTFhYmVhYWM3MTIzMmFi
15
+ N2U2Y2VhMTY2NzRlNjg5NGFhNzZmOGU4YjdiMzUyYjkwOTNmMWI=
@@ -1,3 +1,3 @@
1
1
  module SyncableModels
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -1,7 +1,7 @@
1
-  (3.8ms) CREATE TABLE "syncs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject_id" integer, "subject_type" varchar, "destination" varchar, "created_at" datetime, "updated_at" datetime) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (1.6ms) CREATE INDEX "index_syncs_on_destination" ON "syncs" ("destination")
4
-  (0.1ms) SELECT sql
1
+  (2.8ms) CREATE TABLE "syncs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject_id" integer, "subject_type" varchar, "destination" varchar, "created_at" datetime, "updated_at" datetime) 
2
+  (0.2ms) select sqlite_version(*)
3
+  (2.4ms) CREATE INDEX "index_syncs_on_destination" ON "syncs" ("destination")
4
+  (0.2ms) SELECT sql
5
5
  FROM sqlite_master
6
6
  WHERE name='index_syncs_on_destination' AND type='index'
7
7
  UNION ALL
@@ -9,14 +9,14 @@
9
9
  FROM sqlite_temp_master
10
10
  WHERE name='index_syncs_on_destination' AND type='index'
11
11
 
12
-  (1.4ms) CREATE INDEX "index_syncs_on_subject_id_and_subject_type_and_destination" ON "syncs" ("subject_id", "subject_type", "destination")
13
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
14
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
12
+  (2.3ms) CREATE INDEX "index_syncs_on_subject_id_and_subject_type_and_destination" ON "syncs" ("subject_id", "subject_type", "destination")
13
+  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
14
+  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15
15
   (0.1ms) SELECT version FROM "schema_migrations"
16
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160225141153')
16
+  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160225141153')
17
17
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
-  (0.1ms) begin transaction
18
+  (0.2ms) begin transaction
19
19
  ------------------------------
20
20
  SyncableModelsTest: test_truth
21
21
  ------------------------------
22
-  (0.0ms) rollback transaction
22
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syncable_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serafim Nenarokov
@@ -10,76 +10,6 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ! '>='
18
- - !ruby/object:Gem::Version
19
- version: 4.2.5
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ! '>='
25
- - !ruby/object:Gem::Version
26
- version: 4.2.5
27
- - !ruby/object:Gem::Dependency
28
- name: sqlite3
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: mysql2
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ! '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: rake
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ! '>='
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
- - !ruby/object:Gem::Dependency
70
- name: travis
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - ! '>='
74
- - !ruby/object:Gem::Version
75
- version: 1.8.2
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - ! '>='
81
- - !ruby/object:Gem::Version
82
- version: 1.8.2
83
13
  - !ruby/object:Gem::Dependency
84
14
  name: activerecord
85
15
  requirement: !ruby/object:Gem::Requirement