homesteading_publisher 0.1.1 → 0.1.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: c003d2f39cfeb7ea2a159c61addf135727e6d9d9
4
- data.tar.gz: 7cb7018787709c743ad9a13ea48dddad3a847c5f
3
+ metadata.gz: 8c9288a2c6a143f6bd02f6e82e51a7dd13b2ab09
4
+ data.tar.gz: c547586d8e7382fa05f7af715562e65a70d57b46
5
5
  SHA512:
6
- metadata.gz: b158152c418402081347030db3287ca14b3e145a5b17f0d3f992419c8669a9ec83d00f890502e79aa7f3deaddaecb1261bcba84c13718e2fab823e31dfc63475
7
- data.tar.gz: b91299513d3da9a17f126635a055d565682e50a25cef465dd25e3fdf8c1923ac19363492c230ea2864d170e130ddb26e0e4acfa7f59032ba7db0b0e33b362312
6
+ metadata.gz: dce14d8783820da4e72a77558380285bc7975d5e8a464423a42a829e3fc038727549803554ea70f7d67581a43166d90ed6c6b805b860700099f505156d56b34f
7
+ data.tar.gz: 5f5a75e2369b29006e40d23fa9f4351b590e1eb1b44703a9872be0e0f0ddead957d1f394cbe29f05c9b9e897a21804033fe76b1ed5a3a2d5c3fa359a38d21192
data/README.md CHANGED
@@ -10,7 +10,7 @@ A generic Rails Engine that all HS-* post type publisher apps build on top of.
10
10
 
11
11
  ## Current Version
12
12
 
13
- 0.1.1
13
+ 0.1.2
14
14
 
15
15
 
16
16
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module HomesteadingPublisher
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: homesteading_publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Becker
8
- - Jessica Lynn Suttles
8
+ - Bookis Smuin
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-13 00:00:00.000000000 Z
12
+ date: 2015-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -99,7 +99,7 @@ description: A generic Rails Engine that all HS-* post type publisher apps build
99
99
  top of.
100
100
  email:
101
101
  - veganstraightedge@gmail.com
102
- - jlsuttles@gmail.com
102
+ - bookis-smuin@gmail.com
103
103
  executables: []
104
104
  extensions: []
105
105
  extra_rdoc_files: []
@@ -153,8 +153,6 @@ files:
153
153
  - spec/dummy/config/routes.rb
154
154
  - spec/dummy/config/secrets.yml
155
155
  - spec/dummy/db/schema.rb
156
- - spec/dummy/db/test.sqlite3
157
- - spec/dummy/log/test.log
158
156
  - spec/dummy/public/404.html
159
157
  - spec/dummy/public/422.html
160
158
  - spec/dummy/public/500.html
@@ -221,8 +219,6 @@ test_files:
221
219
  - spec/dummy/config/secrets.yml
222
220
  - spec/dummy/config.ru
223
221
  - spec/dummy/db/schema.rb
224
- - spec/dummy/db/test.sqlite3
225
- - spec/dummy/log/test.log
226
222
  - spec/dummy/public/404.html
227
223
  - spec/dummy/public/422.html
228
224
  - spec/dummy/public/500.html
Binary file
@@ -1,58 +0,0 @@
1
-  (8.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
- Migrating to CreatePosts (20150107224535)
6
-  (0.1ms) begin transaction
7
-  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "subtitle" text, "content" text, "in_reply_to" text, "tags" text, "syndication" text, "slug" text, "location_name" text, "location_latitude" text, "location_longitude" text, "location_altitude" text, "wordpress_url" text, "tumblr_url" text, "medium_url" text, "facebook_url" text, "year" varchar, "month" varchar, "day" varchar, "hour" varchar, "minute" varchar, "second" varchar, "private" boolean, "published_at" datetime, "created_at" datetime, "updated_at" datetime)
8
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150107224535"]]
9
-  (0.9ms) commit transaction
10
- Migrating to CreateSettings (20150108001754)
11
-  (0.1ms) begin transaction
12
-  (0.3ms) CREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "key" varchar, "content" text, "editable" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime)
13
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150108001754"]]
14
-  (0.7ms) commit transaction
15
- Migrating to CreateLicenses (20150108001809)
16
-  (0.1ms) begin transaction
17
-  (0.3ms) CREATE TABLE "licenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "short_code" varchar, "description" text, "url" text, "created_at" datetime, "updated_at" datetime)
18
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150108001809"]]
19
-  (0.7ms) commit transaction
20
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
21
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
22
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23
-  (0.1ms) begin transaction
24
-  (0.1ms) SAVEPOINT active_record_1
25
- SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-08 04:49:01.944099"], ["updated_at", "2015-01-08 04:49:01.944099"], ["published_at", "2015-01-08 04:49:01.944431"], ["year", "2015"], ["month", "01"], ["day", "08"], ["hour", "04"], ["minute", "49"], ["second", "01"], ["slug", "post-test"]]
26
-  (0.0ms) RELEASE SAVEPOINT active_record_1
27
-  (8.4ms) rollback transaction
28
-  (0.3ms) begin transaction
29
-  (0.1ms) SAVEPOINT active_record_1
30
- SQL (0.6ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-08 04:49:01.970505"], ["updated_at", "2015-01-08 04:49:01.970505"]]
31
-  (0.1ms) RELEASE SAVEPOINT active_record_1
32
- License Load (0.2ms) SELECT "licenses".* FROM "licenses"
33
-  (1.0ms) rollback transaction
34
-  (0.1ms) begin transaction
35
-  (0.1ms) SAVEPOINT active_record_1
36
- SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-08 04:49:01.984152"], ["updated_at", "2015-01-08 04:49:01.984152"], ["key", "test"]]
37
-  (0.1ms) RELEASE SAVEPOINT active_record_1
38
-  (0.4ms) rollback transaction
39
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
40
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
41
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
42
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
43
-  (0.1ms) begin transaction
44
-  (0.1ms) SAVEPOINT active_record_1
45
- SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-08 04:49:08.161553"], ["updated_at", "2015-01-08 04:49:08.161553"], ["key", "test"]]
46
-  (0.1ms) RELEASE SAVEPOINT active_record_1
47
-  (8.5ms) rollback transaction
48
-  (0.2ms) begin transaction
49
-  (0.1ms) SAVEPOINT active_record_1
50
- SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-08 04:49:08.219117"], ["updated_at", "2015-01-08 04:49:08.219117"], ["published_at", "2015-01-08 04:49:08.219395"], ["year", "2015"], ["month", "01"], ["day", "08"], ["hour", "04"], ["minute", "49"], ["second", "08"], ["slug", "post-test"]]
51
-  (0.0ms) RELEASE SAVEPOINT active_record_1
52
-  (0.5ms) rollback transaction
53
-  (0.2ms) begin transaction
54
-  (0.1ms) SAVEPOINT active_record_1
55
- SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-08 04:49:08.234529"], ["updated_at", "2015-01-08 04:49:08.234529"]]
56
-  (0.1ms) RELEASE SAVEPOINT active_record_1
57
- License Load (0.1ms) SELECT "licenses".* FROM "licenses"
58
-  (0.5ms) rollback transaction