blogelator 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 9be0abb8fa52470412a025853f07c30b369ddea9
4
- data.tar.gz: 39b54250119d898997b4d9532778167d180a21b4
3
+ metadata.gz: 9ed2595e8690b19cbc91c36d5778411fad46ee04
4
+ data.tar.gz: 72f6b32bcf335e0fc32fe9bcf27e55e29bac4696
5
5
  SHA512:
6
- metadata.gz: 3114b47376f2ad596e8b4d83441c108f837aff26a7b4405bf91661fa04baf61160165c034b5058b7fd7845aca0f27597bf5df2e64d6aba315af6206af79bbf74
7
- data.tar.gz: ee93b46a160e547aa9a29144b2e1241a9b2add0e385149e37ec1bcae66050da0ea029c2ca636d575dac66634a6b80df33b9dbc87ce8181c242d7ba59b547e856
6
+ metadata.gz: 63323a2a1d6bed0de4f150fcfb781b5e62e830a2b19a87620ac03823d382a87f376e8f4a53349516eef43965b1f34f68777ccae341a6f593f459e44ea8388468
7
+ data.tar.gz: 1382fa63e6f210420a470c3fccc98d8b2f6bf1a82aa1567afe717918cd43cbcc886f0f75085df0c96ca83e034fed7931d229769b9c862d003f26c854cb12e1e2
@@ -1,3 +1,3 @@
1
1
  module Blogelator
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -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
   (0.5ms) rollback transaction
11751
+  (0.9ms) CREATE 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) 
11752
+  (0.8ms) CREATE TABLE "blogelator_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "post_id" integer, "created_at" datetime, "updated_at" datetime)
11753
+  (0.8ms) CREATE INDEX "index_blogelator_tags_on_post_id" ON "blogelator_tags" ("post_id")
11754
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
11755
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11756
+  (0.1ms) SELECT version FROM "schema_migrations"
11757
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140303015133')
11758
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140221215439')
11759
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140221215440')
11760
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224024931')
11761
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224025218')
11762
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224205646')
11763
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224205647')
11764
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140221192000')
11765
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140221204230')
11766
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140221212026')
11767
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224024607')
11768
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224175024')
11769
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140224192058')
11770
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140303015004')
11771
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11772
+  (0.1ms) begin transaction
11773
+  (0.0ms) commit transaction
11774
+  (0.0ms) begin transaction
11775
+  (0.1ms) rollback transaction
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.1
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: '0'
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: '0'
417
+ version: '10.2'
406
418
  - !ruby/object:Gem::Dependency
407
419
  name: rb-fsevent
408
420
  requirement: !ruby/object:Gem::Requirement