cmor_system_backend 0.0.15.pre → 0.0.16.pre

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
  SHA256:
3
- metadata.gz: 129b2f353dab6175ca62e4c56d028a4bf8956804d4605627a3273e41d889b1eb
4
- data.tar.gz: fc42783c12d43839f1aefbc0f13a492f3c302e00efb8a47961a271a7ee2c127d
3
+ metadata.gz: 7fa0cb7b2728a978058738c73993373cf7f973c6d6937f0706dfce3a8ceb59ae
4
+ data.tar.gz: d0210fb6c866be722d4da680c786b3a2024917f5a5655b0cb10a244ef0389c79
5
5
  SHA512:
6
- metadata.gz: a7c6390cc2c2326ab26407c774b8a55226e85535548133f629685e6f44b9741c7222f5dfd09258b42b24637cc6cecfc644f315dcc6b74751735349781bd6562f
7
- data.tar.gz: 6f30da2085bd34aa6a0b0a1637c9531172e07c6125fba041b121f6852501b30698ec9fd5994704f80ed946c42400e8839e73453acdad3abf6bb9aac338e1e8c6
6
+ metadata.gz: 6bb3d0b0237f4d80218e82a14ee403511f7ccb9b486d66d5d0299921488107e91b0bf0e95ed02d09e3ed288ef8af6313197df385c7676198f0ec4486803c3a91
7
+ data.tar.gz: f0d3b1326f5f5ef0a65a21b0398f73f9c63248e5467d9fdb3343684ff7ea768b17ca35932993b006082fb7fecdd5c81fea5cdab98d711a6ad4915422baebd9ef
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_system_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15.pre
4
+ version: 0.0.16.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-28 00:00:00.000000000 Z
11
+ date: 2019-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.15.pre
33
+ version: 0.0.16.pre
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.15.pre
40
+ version: 0.0.16.pre
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cmor_core_backend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.0.15.pre
47
+ version: 0.0.16.pre
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.0.15.pre
54
+ version: 0.0.16.pre
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sqlite3
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -310,14 +310,14 @@ dependencies:
310
310
  requirements:
311
311
  - - '='
312
312
  - !ruby/object:Gem::Version
313
- version: 0.0.15.pre
313
+ version: 0.0.16.pre
314
314
  type: :runtime
315
315
  prerelease: false
316
316
  version_requirements: !ruby/object:Gem::Requirement
317
317
  requirements:
318
318
  - - '='
319
319
  - !ruby/object:Gem::Version
320
- version: 0.0.15.pre
320
+ version: 0.0.16.pre
321
321
  - !ruby/object:Gem::Dependency
322
322
  name: delayed_job_active_record
323
323
  requirement: !ruby/object:Gem::Requirement
@@ -432,8 +432,6 @@ files:
432
432
  - spec/dummy/db/schema.rb
433
433
  - spec/dummy/db/test.sqlite3
434
434
  - spec/dummy/lib/templates/haml/scaffold/_form.html.haml
435
- - spec/dummy/log/development.log
436
- - spec/dummy/log/test.log
437
435
  - spec/dummy/package.json
438
436
  - spec/dummy/public/404.html
439
437
  - spec/dummy/public/422.html
@@ -1,128 +0,0 @@
1
-  (0.2ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (4.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (4.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
- ↳ bin/rails:4
7
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateDelayedJobs (20190612112902)
10
-  (0.1ms) begin transaction
11
- ↳ bin/rails:4
12
-  (0.2ms) DROP TABLE IF EXISTS "delayed_jobs"
13
- ↳ db/migrate/20190612112902_create_delayed_jobs.rb:3
14
-  (0.7ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
15
- ↳ db/migrate/20190612112902_create_delayed_jobs.rb:3
16
-  (0.3ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
17
- ↳ db/migrate/20190612112902_create_delayed_jobs.rb:16
18
- ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612112902"]]
19
- ↳ bin/rails:4
20
-  (5.6ms) commit transaction
21
- ↳ bin/rails:4
22
- Migrating to CreateActiveStorageTables (20190612112912)
23
-  (0.1ms) begin transaction
24
- ↳ bin/rails:4
25
-  (0.6ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
26
- ↳ db/migrate/20190612112912_create_active_storage_tables.active_storage.rb:4
27
-  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
28
- ↳ db/migrate/20190612112912_create_active_storage_tables.active_storage.rb:4
29
-  (1.2ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
30
- FOREIGN KEY ("blob_id")
31
- REFERENCES "active_storage_blobs" ("id")
32
- )
33
- ↳ db/migrate/20190612112912_create_active_storage_tables.active_storage.rb:16
34
-  (0.4ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
35
- ↳ db/migrate/20190612112912_create_active_storage_tables.active_storage.rb:16
36
-  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
37
- ↳ db/migrate/20190612112912_create_active_storage_tables.active_storage.rb:16
38
- ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612112912"]]
39
- ↳ bin/rails:4
40
-  (22.7ms) commit transaction
41
- ↳ bin/rails:4
42
- Migrating to CreatePosts (20190612112921)
43
-  (0.1ms) begin transaction
44
- ↳ bin/rails:4
45
-  (2.0ms) CREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
46
- ↳ db/migrate/20190612112921_create_posts.rb:3
47
- ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612112921"]]
48
- ↳ bin/rails:4
49
-  (4.5ms) commit transaction
50
- ↳ bin/rails:4
51
- ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
52
- ↳ bin/rails:4
53
-  (0.2ms) begin transaction
54
- ↳ bin/rails:4
55
- ActiveRecord::InternalMetadata Create (1.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:29:31.967469"], ["updated_at", "2019-06-12 11:29:31.967469"]]
56
- ↳ bin/rails:4
57
-  (9.2ms) commit transaction
58
- ↳ bin/rails:4
59
-  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
60
- ↳ bin/rails:4
61
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62
- ↳ bin/rails:4
63
-  (1.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
64
- ↳ bin/rails:4
65
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
66
- ↳ bin/rails:4
67
-  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
68
- ↳ bin/rails:4
69
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
70
- ↳ bin/rails:4
71
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
72
- ↳ bin/rails:4
73
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments"
74
- ↳ db/schema.rb:15
75
-  (0.2ms) SELECT sqlite_version(*)
76
- ↳ db/schema.rb:15
77
-  (3.9ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
78
- ↳ db/schema.rb:15
79
-  (4.5ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
80
- ↳ db/schema.rb:15
81
-  (9.2ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
82
- ↳ db/schema.rb:15
83
-  (0.8ms) DROP TABLE IF EXISTS "active_storage_blobs"
84
- ↳ db/schema.rb:25
85
-  (11.7ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
86
- ↳ db/schema.rb:25
87
-  (7.1ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
88
- ↳ db/schema.rb:25
89
-  (0.2ms) DROP TABLE IF EXISTS "delayed_jobs"
90
- ↳ db/schema.rb:36
91
-  (4.1ms) CREATE TABLE "delayed_jobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar, "queue" varchar, "created_at" datetime, "updated_at" datetime)
92
- ↳ db/schema.rb:36
93
-  (6.0ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
94
- ↳ db/schema.rb:36
95
-  (0.3ms) DROP TABLE IF EXISTS "posts"
96
- ↳ db/schema.rb:51
97
-  (6.3ms) CREATE TABLE "posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
98
- ↳ db/schema.rb:51
99
-  (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
100
- ↳ db/schema.rb:13
101
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
102
- ↳ db/schema.rb:13
103
-  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190612112921)
104
- ↳ db/schema.rb:13
105
-  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES
106
- (20190612112912),
107
- (20190612112902);
108
-
109
- 
110
- ↳ db/schema.rb:13
111
-  (5.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
112
- ↳ db/schema.rb:13
113
- ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
114
- ↳ db/schema.rb:13
115
-  (0.1ms) begin transaction
116
- ↳ db/schema.rb:13
117
- ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:29:32.147440"], ["updated_at", "2019-06-12 11:29:32.147440"]]
118
- ↳ db/schema.rb:13
119
-  (4.7ms) commit transaction
120
- ↳ db/schema.rb:13
121
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
122
- ↳ bin/rails:4
123
-  (0.1ms) begin transaction
124
- ↳ bin/rails:4
125
- ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-06-12 11:29:32.161292"], ["key", "environment"]]
126
- ↳ bin/rails:4
127
-  (4.5ms) commit transaction
128
- ↳ bin/rails:4