blogelator 0.2.1 → 0.2.2
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 +4 -4
- data/lib/blogelator/version.rb +1 -1
- data/spec/dummy/log/test.log +25 -0
- metadata +17 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ed2595e8690b19cbc91c36d5778411fad46ee04
|
|
4
|
+
data.tar.gz: 72f6b32bcf335e0fc32fe9bcf27e55e29bac4696
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63323a2a1d6bed0de4f150fcfb781b5e62e830a2b19a87620ac03823d382a87f376e8f4a53349516eef43965b1f34f68777ccae341a6f593f459e44ea8388468
|
|
7
|
+
data.tar.gz: 1382fa63e6f210420a470c3fccc98d8b2f6bf1a82aa1567afe717918cd43cbcc886f0f75085df0c96ca83e034fed7931d229769b9c862d003f26c854cb12e1e2
|
data/lib/blogelator/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -11748,3 +11748,28 @@ Processing by Blogelator::PostsController#show as HTML
|
|
|
11748
11748
|
Rendered /Users/brian/github/codelation/blogelator/app/views/layouts/blogelator/_footer.html.erb (0.1ms)
|
|
11749
11749
|
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
|
|
11750
11750
|
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
11751
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "blogelator_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "author_id" integer, "body_html" text DEFAULT '' NOT NULL, "body_markdown" text DEFAULT '' NOT NULL, "created_at" datetime, "updated_at" datetime, "slug" varchar(255), "published_at" datetime, "summary" text DEFAULT '' NOT NULL) [0m
|
|
11752
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "blogelator_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "post_id" integer, "created_at" datetime, "updated_at" datetime)
|
|
11753
|
+
[1m[36m (0.8ms)[0m [1mCREATE INDEX "index_blogelator_tags_on_post_id" ON "blogelator_tags" ("post_id")[0m
|
|
11754
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
11755
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
11756
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
11757
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140303015133')[0m
|
|
11758
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140221215439')
|
|
11759
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140221215440')[0m
|
|
11760
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140224024931')
|
|
11761
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140224025218')[0m
|
|
11762
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140224205646')
|
|
11763
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140224205647')[0m
|
|
11764
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140221192000')
|
|
11765
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140221204230')[0m
|
|
11766
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140221212026')
|
|
11767
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140224024607')[0m
|
|
11768
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140224175024')
|
|
11769
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140224192058')[0m
|
|
11770
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140303015004')
|
|
11771
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
11772
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
11773
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
|
11774
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
11775
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blogelator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Pattison
|
|
@@ -184,6 +184,9 @@ dependencies:
|
|
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
|
185
185
|
requirements:
|
|
186
186
|
- - ~>
|
|
187
|
+
- !ruby/object:Gem::Version
|
|
188
|
+
version: '4.0'
|
|
189
|
+
- - '>='
|
|
187
190
|
- !ruby/object:Gem::Version
|
|
188
191
|
version: 4.0.2
|
|
189
192
|
type: :runtime
|
|
@@ -191,6 +194,9 @@ dependencies:
|
|
|
191
194
|
version_requirements: !ruby/object:Gem::Requirement
|
|
192
195
|
requirements:
|
|
193
196
|
- - ~>
|
|
197
|
+
- !ruby/object:Gem::Version
|
|
198
|
+
version: '4.0'
|
|
199
|
+
- - '>='
|
|
194
200
|
- !ruby/object:Gem::Version
|
|
195
201
|
version: 4.0.2
|
|
196
202
|
- !ruby/object:Gem::Dependency
|
|
@@ -380,6 +386,9 @@ dependencies:
|
|
|
380
386
|
requirement: !ruby/object:Gem::Requirement
|
|
381
387
|
requirements:
|
|
382
388
|
- - ~>
|
|
389
|
+
- !ruby/object:Gem::Version
|
|
390
|
+
version: '0.0'
|
|
391
|
+
- - '>='
|
|
383
392
|
- !ruby/object:Gem::Version
|
|
384
393
|
version: 0.0.7
|
|
385
394
|
type: :development
|
|
@@ -387,22 +396,25 @@ dependencies:
|
|
|
387
396
|
version_requirements: !ruby/object:Gem::Requirement
|
|
388
397
|
requirements:
|
|
389
398
|
- - ~>
|
|
399
|
+
- !ruby/object:Gem::Version
|
|
400
|
+
version: '0.0'
|
|
401
|
+
- - '>='
|
|
390
402
|
- !ruby/object:Gem::Version
|
|
391
403
|
version: 0.0.7
|
|
392
404
|
- !ruby/object:Gem::Dependency
|
|
393
405
|
name: rake
|
|
394
406
|
requirement: !ruby/object:Gem::Requirement
|
|
395
407
|
requirements:
|
|
396
|
-
- -
|
|
408
|
+
- - ~>
|
|
397
409
|
- !ruby/object:Gem::Version
|
|
398
|
-
version: '
|
|
410
|
+
version: '10.2'
|
|
399
411
|
type: :development
|
|
400
412
|
prerelease: false
|
|
401
413
|
version_requirements: !ruby/object:Gem::Requirement
|
|
402
414
|
requirements:
|
|
403
|
-
- -
|
|
415
|
+
- - ~>
|
|
404
416
|
- !ruby/object:Gem::Version
|
|
405
|
-
version: '
|
|
417
|
+
version: '10.2'
|
|
406
418
|
- !ruby/object:Gem::Dependency
|
|
407
419
|
name: rb-fsevent
|
|
408
420
|
requirement: !ruby/object:Gem::Requirement
|