shakespeare 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.
data/Rakefile CHANGED
@@ -25,7 +25,7 @@ begin
25
25
  require 'jeweler'
26
26
  Jeweler::Tasks.new do |s|
27
27
  s.name = "shakespeare"
28
- s.version = "0.2.1"
28
+ s.version = "0.2.2"
29
29
  s.author = "Paul Campbell"
30
30
  s.email = "paul@rslw.com"
31
31
  s.homepage = "http://www.github.com/paulca/shakespeare"
data/lib/shakespeare.rb CHANGED
@@ -4,4 +4,5 @@ require 'shakespeare/helpers'
4
4
  require 'shakespeare/view_helpers'
5
5
 
6
6
  ApplicationController.send(:include, Shakespeare::Helpers)
7
+ ActionView::Base.send(:include, Shakespeare::Helpers)
7
8
  ActionView::Base.send(:include, Shakespeare::ViewHelpers)
data/shakespeare.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{shakespeare}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Campbell"]
data/spec/debug.log CHANGED
@@ -2392,3 +2392,57 @@
2392
2392
  Page Update (0.1ms) UPDATE "pages" SET "updated_at" = '2010-02-15 13:49:11', "content" = 'I was Home Alone' WHERE "id" = 1
2393
2393
  Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."title" = 'Mr. MacAllister''s Christmas') LIMIT 1
2394
2394
  Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."url" = 'gutmann.ca') LIMIT 1
2395
+ SQL (0.2ms) select sqlite_version(*)
2396
+ SQL (0.4ms)  SELECT name
2397
+ FROM sqlite_master
2398
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2399
+ 
2400
+ SQL (1.1ms) DROP TABLE "pages"
2401
+ SQL (1.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "keywords" text, "description" text, "content" text, "created_at" datetime, "updated_at" datetime, "noindex" boolean, "nofollow" boolean, "canonical" varchar(255), "enable_canonical" boolean, "enable_keywords" boolean) 
2402
+ SQL (0.2ms)  SELECT name
2403
+ FROM sqlite_master
2404
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2405
+ 
2406
+ SQL (0.2ms) SELECT version FROM "schema_migrations"
2407
+ Page Load (0.2ms) SELECT * FROM "pages" 
2408
+ Page Load (0.2ms) SELECT * FROM "pages" 
2409
+ Page Create (0.4ms) INSERT INTO "pages" ("canonical", "created_at", "title", "updated_at", "url", "enable_canonical", "content", "nofollow", "description", "noindex", "enable_keywords", "keywords") VALUES('http://hendersons.com', '2010-02-15 14:24:01', 'Harry and the Hendersons', '2010-02-15 14:24:01', '', 't', '', 't', '', 't', NULL, '80s, movie')
2410
+ Page Load (0.4ms) SELECT * FROM "pages" 
2411
+ Page Create (0.5ms) INSERT INTO "pages" ("canonical", "created_at", "title", "updated_at", "url", "enable_canonical", "content", "nofollow", "description", "noindex", "enable_keywords", "keywords") VALUES(NULL, '2010-02-15 14:24:01', 'Harry and the Hendersons', '2010-02-15 14:24:01', 'kundesmith.co.uk', NULL, NULL, NULL, NULL, NULL, NULL, NULL)
2412
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."id" = 1) 
2413
+ Page Load (0.4ms) SELECT * FROM "pages" 
2414
+ Page Load (0.4ms) SELECT * FROM "pages" WHERE ("pages"."url" = 'kundesmith.co.uk') LIMIT 1
2415
+ Page Load (0.4ms) SELECT * FROM "pages" WHERE ("pages"."url" = 'kundesmith.co.uk') LIMIT 1
2416
+ Page Update (0.2ms) UPDATE "pages" SET "keywords" = '', "updated_at" = '2010-02-15 14:24:01', "title" = 'Three Men and a Baby', "content" = '', "nofollow" = 'f', "canonical" = '', "description" = '', "noindex" = 'f', "enable_canonical" = 'f' WHERE "id" = 1
2417
+ Page Load (0.4ms) SELECT * FROM "pages" 
2418
+ Page Create (0.4ms) INSERT INTO "pages" ("canonical", "created_at", "title", "updated_at", "url", "enable_canonical", "content", "nofollow", "description", "noindex", "enable_keywords", "keywords") VALUES(NULL, '2010-02-15 14:24:01', 'The Departed', '2010-02-15 14:24:01', 'kautzergoyette.name', NULL, NULL, NULL, NULL, NULL, NULL, NULL)
2419
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."id" = 1) 
2420
+ Page Load (0.3ms) SELECT * FROM "pages" 
2421
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."url" = 'kautzergoyette.name') LIMIT 1
2422
+ Page Destroy (0.1ms) DELETE FROM "pages" WHERE "id" = 1
2423
+ Page Load (0.1ms) SELECT * FROM "pages" 
2424
+ Page Create (0.4ms) INSERT INTO "pages" ("canonical", "created_at", "title", "updated_at", "url", "enable_canonical", "content", "nofollow", "description", "noindex", "enable_keywords", "keywords") VALUES(NULL, '2010-02-15 14:24:01', 'Mr. MacAllister''s Christmas', '2010-02-15 14:24:01', 'gutmann.ca', NULL, NULL, NULL, NULL, NULL, NULL, NULL)
2425
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."id" = 1) 
2426
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."title" = 'Mr. MacAllister''s Christmas') LIMIT 1
2427
+ Page Update (0.2ms) UPDATE "pages" SET "updated_at" = '2010-02-15 14:24:01', "content" = 'I was Home Alone' WHERE "id" = 1
2428
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."title" = 'Mr. MacAllister''s Christmas') LIMIT 1
2429
+ Page Load (0.3ms) SELECT * FROM "pages" WHERE ("pages"."url" = 'gutmann.ca') LIMIT 1
2430
+ SQL (0.2ms) select sqlite_version(*)
2431
+ SQL (0.4ms)  SELECT name
2432
+ FROM sqlite_master
2433
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2434
+ 
2435
+ SQL (3.5ms) DROP TABLE "pages"
2436
+ SQL (1.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "keywords" text, "description" text, "content" text, "created_at" datetime, "updated_at" datetime, "noindex" boolean, "nofollow" boolean, "canonical" varchar(255), "enable_canonical" boolean, "enable_keywords" boolean) 
2437
+ SQL (0.2ms)  SELECT name
2438
+ FROM sqlite_master
2439
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2440
+ 
2441
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
2442
+ Page Load (0.2ms) SELECT * FROM "pages" WHERE ("pages"."url" = '/') LIMIT 1
2443
+ Page Load (0.2ms) SELECT * FROM "pages" WHERE ("pages"."url" = '/') LIMIT 1
2444
+ Page Load (0.2ms) SELECT * FROM "pages" WHERE ("pages"."url" = '/') LIMIT 1
2445
+ Page Load (0.2ms) SELECT * FROM "pages" WHERE ("pages"."url" = '/') LIMIT 1
2446
+ Page Load (0.2ms) SELECT * FROM "pages" WHERE ("pages"."url" = '/') LIMIT 1
2447
+ Page Load (0.2ms) SELECT * FROM "pages" 
2448
+ Page Create (0.5ms) INSERT INTO "pages" ("canonical", "created_at", "title", "updated_at", "url", "enable_canonical", "content", "nofollow", "description", "noindex", "enable_keywords", "keywords") VALUES(NULL, '2010-02-15 14:24:06', 'Harry B', '2010-02-15 14:24:06', 'harry-b', NULL, NULL, NULL, NULL, NULL, NULL, NULL)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shakespeare
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
  - Paul Campbell