cmor_testimonials 0.0.15.pre → 0.0.16.pre

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
  SHA256:
3
- metadata.gz: 7b03975305e156903b1fc863a10fce5ddeb64adf6249136341614389d8c1569e
4
- data.tar.gz: caa82e8d572f18949b66f8ced43eeb78e91f14ce2de5863c13227bf289322917
3
+ metadata.gz: 841a489e0ec69dc3cd47b6fed4e92548cb62f730dcd877d0b3532c9e408ab877
4
+ data.tar.gz: efa2221f248b315826232f3d7f67b9795dadd426ec513660e9f86b18f7e6337c
5
5
  SHA512:
6
- metadata.gz: 804f1a5ee2bb457631453124083b7ca02af09f078b2cfc90f831a8ea92a7473411f890de22613d70ff3f0c840ff14bc4d6abf7bb989e46fa8dcded8938779c21
7
- data.tar.gz: c2e4486f8ebd7688ad757aa77a84c5d1d3b3af6ad69c16daff7642cceaf6af3c06a130d98f84cace30eed10029153aabeaed0089a84fa2858925d0934158ceba
6
+ metadata.gz: df62315b91aeff9c8e06b19bba1e6fb916f421feb4558b270f05b1563d0f022cba2aa0818a2df6f5d6ae96f298c6fb855501ee565b979c143213edefddb2b916
7
+ data.tar.gz: a0945df21e1d9e717590870520fd1bd1f85a5533e5efc8880ba8343b0edacb0d61be8e6746458279acc45d2262990a7e9f02fefd7f0210581a05155e46308106
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmor_testimonials
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
  - Eugen Müller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-06-28 00:00:00.000000000 Z
12
+ date: 2019-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -31,28 +31,28 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 0.0.15.pre
34
+ version: 0.0.16.pre
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 0.0.15.pre
41
+ version: 0.0.16.pre
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: cmor_core_frontend
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 0.0.15.pre
48
+ version: 0.0.16.pre
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 0.0.15.pre
55
+ version: 0.0.16.pre
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: sqlite3
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -476,8 +476,6 @@ files:
476
476
  - spec/dummy/db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb
477
477
  - spec/dummy/db/schema.rb
478
478
  - spec/dummy/db/test.sqlite3
479
- - spec/dummy/log/development.log
480
- - spec/dummy/log/test.log
481
479
  - spec/dummy/package.json
482
480
  - spec/dummy/public/404.html
483
481
  - spec/dummy/public/422.html
@@ -1,126 +0,0 @@
1
-  (0.3ms) SELECT sqlite_version(*)
2
- ↳ bin/rails:4
3
-  (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
- ↳ bin/rails:4
5
-  (6.2ms) 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.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
- ↳ bin/rails:4
9
- Migrating to CreateActiveStorageTables (20190612113307)
10
-  (0.1ms) begin transaction
11
- ↳ bin/rails:4
12
-  (0.5ms) 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)
13
- ↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:4
14
-  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
- ↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:4
16
-  (0.3ms) 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"
17
- FOREIGN KEY ("blob_id")
18
- REFERENCES "active_storage_blobs" ("id")
19
- )
20
- ↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:16
21
-  (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
- ↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:16
23
-  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
- ↳ db/migrate/20190612113307_create_active_storage_tables.active_storage.rb:16
25
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612113307"]]
26
- ↳ bin/rails:4
27
-  (5.0ms) commit transaction
28
- ↳ bin/rails:4
29
- Migrating to CreateCmorTestimonialsCategories (20190612113325)
30
-  (0.1ms) begin transaction
31
- ↳ bin/rails:4
32
-  (0.5ms) CREATE TABLE "cmor_testimonials_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "name" varchar, "identifier" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
- ↳ db/migrate/20190612113325_create_cmor_testimonials_categories.cmor_testimonials.rb:4
34
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612113325"]]
35
- ↳ bin/rails:4
36
-  (6.0ms) commit transaction
37
- ↳ bin/rails:4
38
- Migrating to CreateCmorTestimonialsTestimonials (20190612113326)
39
-  (0.1ms) begin transaction
40
- ↳ bin/rails:4
41
-  (0.6ms) CREATE TABLE "cmor_testimonials_testimonials" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "fullname" varchar, "role" varchar, "company" varchar, "body" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
42
- ↳ db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb:4
43
-  (0.3ms) CREATE INDEX "index_cmor_testimonials_testimonials_on_category_id" ON "cmor_testimonials_testimonials" ("category_id")
44
- ↳ db/migrate/20190612113326_create_cmor_testimonials_testimonials.cmor_testimonials.rb:4
45
- ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190612113326"]]
46
- ↳ bin/rails:4
47
-  (8.7ms) commit transaction
48
- ↳ bin/rails:4
49
- ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
50
- ↳ bin/rails:4
51
-  (0.2ms) begin transaction
52
- ↳ bin/rails:4
53
- 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:33:25.935439"], ["updated_at", "2019-06-12 11:33:25.935439"]]
54
- ↳ bin/rails:4
55
-  (17.0ms) commit transaction
56
- ↳ bin/rails:4
57
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
58
- ↳ bin/rails:4
59
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
60
- ↳ bin/rails:4
61
-  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
62
- ↳ bin/rails:4
63
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
64
- ↳ bin/rails:4
65
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
66
- ↳ bin/rails:4
67
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
68
- ↳ bin/rails:4
69
-  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
70
- ↳ bin/rails:4
71
-  (0.1ms) DROP TABLE IF EXISTS "active_storage_attachments"
72
- ↳ db/schema.rb:15
73
-  (0.2ms) SELECT sqlite_version(*)
74
- ↳ db/schema.rb:15
75
-  (6.1ms) 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)
76
- ↳ db/schema.rb:15
77
-  (4.7ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
78
- ↳ db/schema.rb:15
79
-  (6.8ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
80
- ↳ db/schema.rb:15
81
-  (0.2ms) DROP TABLE IF EXISTS "active_storage_blobs"
82
- ↳ db/schema.rb:25
83
-  (5.1ms) 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)
84
- ↳ db/schema.rb:25
85
-  (4.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
86
- ↳ db/schema.rb:25
87
-  (0.2ms) DROP TABLE IF EXISTS "cmor_testimonials_categories"
88
- ↳ db/schema.rb:36
89
-  (3.9ms) CREATE TABLE "cmor_testimonials_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "name" varchar, "identifier" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
90
- ↳ db/schema.rb:36
91
-  (0.0ms) DROP TABLE IF EXISTS "cmor_testimonials_testimonials"
92
- ↳ db/schema.rb:44
93
-  (3.3ms) CREATE TABLE "cmor_testimonials_testimonials" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "fullname" varchar, "role" varchar, "company" varchar, "body" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
94
- ↳ db/schema.rb:44
95
-  (3.2ms) CREATE INDEX "index_cmor_testimonials_testimonials_on_category_id" ON "cmor_testimonials_testimonials" ("category_id")
96
- ↳ db/schema.rb:44
97
-  (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
98
- ↳ db/schema.rb:13
99
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
100
- ↳ db/schema.rb:13
101
-  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190612113326)
102
- ↳ db/schema.rb:13
103
-  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES
104
- (20190612113325),
105
- (20190612113307);
106
-
107
- 
108
- ↳ db/schema.rb:13
109
-  (3.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
110
- ↳ db/schema.rb:13
111
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
112
- ↳ db/schema.rb:13
113
-  (0.1ms) begin transaction
114
- ↳ db/schema.rb:13
115
- ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-06-12 11:33:26.082282"], ["updated_at", "2019-06-12 11:33:26.082282"]]
116
- ↳ db/schema.rb:13
117
-  (3.9ms) commit transaction
118
- ↳ db/schema.rb:13
119
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
120
- ↳ bin/rails:4
121
-  (0.1ms) begin transaction
122
- ↳ bin/rails:4
123
- ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-06-12 11:33:26.092240"], ["key", "environment"]]
124
- ↳ bin/rails:4
125
-  (3.4ms) commit transaction
126
- ↳ bin/rails:4