syncable_models 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTljODg1ZWE4ODdkNjM2N2IxODQ4ODUyMzAzMzBiOTA1MjkzYjc0ZQ==
4
+ Mzg4NDk1NjRjNWFhYWRmOTExYzMyNDY4OTliZWFhZTA2YjUwZTg1MA==
5
5
  data.tar.gz: !binary |-
6
- MGNmNzNjYmQxMzY3NzBiZGNkNmMwZjkyNGZkMjQ2NjM5Y2ZkZmYyMA==
6
+ NDFkMDE5YmVlNWZhM2JiZDk2MjVkYjM0ZDczZGQ4MjJjYjFkNjE2Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Nzk4ZWIxODJiNjdhNjFlZDBiNDQ3Y2Y4NmY1ZTAwZThlYmY2YzgzOWNkZWY4
10
- ZWE1ZmIwODU3ZGY3MWFjNDhkMWE0OGFjNDQzNTAzYmE2OWIyOTc2ZjJiMzBi
11
- MDYwYTFjMWUyMjlkYTY2ZWU2ODEzMTg4MTdhYTg1YjM3N2U0Nzk=
9
+ NmIyMGM3Y2I3MGU0N2M4YWMxZjhiYThhZTZiZTI3MWNhNjMwNGE3NTM1MzU5
10
+ YjBmOWUzMTI4OTg5OTMyNTE1MWYzMDIzOGY4ZDA2ZDcyNzNiNTE5NjRhMzli
11
+ NDA1NmU0OWE3MTI1NjVmMGE2N2MwNDBiOTU5OTJjMzI3MTk2YTU=
12
12
  data.tar.gz: !binary |-
13
- ZDc4NzZiNmRlNGU4YTgxZmFmYTRmYjE2N2IwNWMyNWQyMTBkZGVkMTJkNDVl
14
- OTE1OGZlYTAxZGUwYjA5MGMyMjAzNDQ3NWZlNmZlZDEwYzY4MmQ3Zjk3ZWU5
15
- YTBmOWMzN2VkZDAwNDg2MjA4NTcyNjE2MWQyNTYzM2I5NWUwZDU=
13
+ MmM5MmNhYmNkZDUwNmYzODFiMDJhNTUyOTVmOWYwMGY0ZGRiNTBiZmIxZDc1
14
+ Njc2MmY4OWEyMDVlZThmYzQwOTJiMTQ5ZjQ0ZGU4ZDc5YmQ2ODc0YmRhMGE5
15
+ NjY2MTI0NDA0YTZlYTM3ZDRkMDdhN2M0NDYzY2I4OGViZGE5YWI=
@@ -1,3 +1,3 @@
1
1
  module SyncableModels
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,6 +1,6 @@
1
-  (2.7ms) 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
-  (1.8ms) CREATE INDEX "index_syncs_on_destination" ON "syncs" ("destination")
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
4
   (0.1ms) SELECT sql
5
5
  FROM sqlite_master
6
6
  WHERE name='index_syncs_on_destination' AND type='index'
@@ -9,11 +9,11 @@
9
9
  FROM sqlite_temp_master
10
10
  WHERE name='index_syncs_on_destination' AND type='index'
11
11
 
12
-  (1.9ms) CREATE INDEX "index_syncs_on_subject_id_and_subject_type_and_destination" ON "syncs" ("subject_id", "subject_type", "destination")
13
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
14
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
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")
15
15
   (0.1ms) SELECT version FROM "schema_migrations"
16
-  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160225141153')
16
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160225141153')
17
17
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
18
   (0.1ms) begin transaction
19
19
  ------------------------------
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.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serafim Nenarokov
@@ -84,56 +84,56 @@ dependencies:
84
84
  name: activerecord
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: 4.2.5
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - ! '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: 4.2.5
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: activesupport
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ~>
101
+ - - ! '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: 4.2.5
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ~>
108
+ - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: 4.2.5
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: railties
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ~>
115
+ - - ! '>='
116
116
  - !ruby/object:Gem::Version
117
117
  version: 4.2.5
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ~>
122
+ - - ! '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: 4.2.5
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: faraday
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ~>
129
+ - - ! '>='
130
130
  - !ruby/object:Gem::Version
131
131
  version: 0.9.2
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ~>
136
+ - - ! '>='
137
137
  - !ruby/object:Gem::Version
138
138
  version: 0.9.2
139
139
  description: The gem provides tagged syncing functionality and API methods.