contour 1.2.0.pre → 1.2.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.pre
4
+ version: 1.2.0.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-08 00:00:00.000000000 Z
12
+ date: 2013-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.10
21
+ version: 3.2.11
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 3.2.10
29
+ version: 3.2.11
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: jquery-rails
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -606,12 +606,10 @@ files:
606
606
  - test/dummy/config/locales/en.yml
607
607
  - test/dummy/config/routes.rb
608
608
  - test/dummy/config.ru
609
- - test/dummy/db/development.sqlite3
610
609
  - test/dummy/db/migrate/20111203203123_devise_create_users.rb
611
610
  - test/dummy/db/migrate/20111203203307_create_authentications.rb
612
611
  - test/dummy/db/schema.rb
613
612
  - test/dummy/db/test.sqlite3
614
- - test/dummy/log/development.log
615
613
  - test/dummy/log/test.log
616
614
  - test/dummy/public/404.html
617
615
  - test/dummy/public/422.html
@@ -683,12 +681,10 @@ test_files:
683
681
  - test/dummy/config/locales/en.yml
684
682
  - test/dummy/config/routes.rb
685
683
  - test/dummy/config.ru
686
- - test/dummy/db/development.sqlite3
687
684
  - test/dummy/db/migrate/20111203203123_devise_create_users.rb
688
685
  - test/dummy/db/migrate/20111203203307_create_authentications.rb
689
686
  - test/dummy/db/schema.rb
690
687
  - test/dummy/db/test.sqlite3
691
- - test/dummy/log/development.log
692
688
  - test/dummy/log/test.log
693
689
  - test/dummy/public/404.html
694
690
  - test/dummy/public/422.html
Binary file
@@ -1,129 +0,0 @@
1
-  (22.4ms) select sqlite_version(*)
2
-  (31.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
-  (0.1ms) PRAGMA index_list("schema_migrations")
4
-  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
- Migrating to CreateUsers (20111203203123)
7
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
8
- Migrating to CreateUsers (20111203203123)
9
-  (0.0ms) select sqlite_version(*)
10
-  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "remember_token" varchar(255), "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime) 
11
-  (0.0ms) PRAGMA index_list("users")
12
-  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
13
-  (0.0ms) PRAGMA index_list("users")
14
-  (0.0ms) PRAGMA index_info('index_users_on_email')
15
-  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
16
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111203203123')
17
- Migrating to CreateAuthentications (20111203203307)
18
-  (0.5ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime, "updated_at" datetime)
19
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111203203307')
20
-  (0.4ms) select sqlite_version(*)
21
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
22
-  (0.0ms) PRAGMA index_list("authentications")
23
-  (0.0ms) PRAGMA index_list("users")
24
-  (0.1ms) PRAGMA index_info('index_users_on_reset_password_token')
25
-  (0.0ms) PRAGMA index_info('index_users_on_email')
26
-  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
27
- Migrating to CreateUsers (20111203203123)
28
- Migrating to CreateAuthentications (20111203203307)
29
-  (0.3ms) select sqlite_version(*)
30
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
31
-  (0.0ms) PRAGMA index_list("authentications")
32
-  (0.0ms) PRAGMA index_list("users")
33
-  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
34
-  (0.0ms) PRAGMA index_info('index_users_on_email')
35
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
36
-  (0.4ms) select sqlite_version(*)
37
-  (3.8ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime, "updated_at" datetime) 
38
-  (3.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "remember_token" varchar(255), "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)
39
-  (0.0ms) PRAGMA index_list("users")
40
-  (3.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
41
-  (0.0ms) PRAGMA index_list("users")
42
-  (0.0ms) PRAGMA index_info('index_users_on_email')
43
-  (3.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
44
-  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
45
-  (0.0ms) PRAGMA index_list("schema_migrations")
46
-  (3.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
47
-  (0.1ms) SELECT version FROM "schema_migrations"
48
-  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203307')
49
-  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203123')
50
-  (74.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
51
-  (0.3ms) select sqlite_version(*)
52
-  (4.1ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime, "updated_at" datetime) 
53
-  (3.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "remember_token" varchar(255), "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)
54
-  (0.0ms) PRAGMA index_list("users")
55
-  (21.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
56
-  (0.1ms) PRAGMA index_list("users")
57
-  (0.1ms) PRAGMA index_info('index_users_on_email')
58
-  (3.7ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
59
-  (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
60
-  (0.0ms) PRAGMA index_list("schema_migrations")
61
-  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
62
-  (0.1ms) SELECT version FROM "schema_migrations"
63
-  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203307')
64
-  (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203123')
65
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
66
-  (0.2ms) select sqlite_version(*)
67
-  (51.8ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime, "updated_at" datetime) 
68
-  (3.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "remember_token" varchar(255), "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)
69
-  (0.0ms) PRAGMA index_list("users")
70
-  (2.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
71
-  (0.0ms) PRAGMA index_list("users")
72
-  (0.0ms) PRAGMA index_info('index_users_on_email')
73
-  (3.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
74
-  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
75
-  (0.0ms) PRAGMA index_list("schema_migrations")
76
-  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
77
-  (0.1ms) SELECT version FROM "schema_migrations"
78
-  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203307')
79
-  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203123')
80
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
81
-  (0.2ms) select sqlite_version(*)
82
-  (58.1ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime, "updated_at" datetime) 
83
-  (3.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "remember_token" varchar(255), "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)
84
-  (0.0ms) PRAGMA index_list("users")
85
-  (3.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
86
-  (0.0ms) PRAGMA index_list("users")
87
-  (0.0ms) PRAGMA index_info('index_users_on_email')
88
-  (3.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
89
-  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
90
-  (0.0ms) PRAGMA index_list("schema_migrations")
91
-  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
92
-  (0.1ms) SELECT version FROM "schema_migrations"
93
-  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203307')
94
-  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20111203203123')
95
-  (0.1ms) select sqlite_version(*)
96
-  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
97
-  (0.0ms) PRAGMA index_list("schema_migrations")
98
-  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
99
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
100
- Migrating to DeviseCreateUsers (20111203203123)
101
-  (0.0ms) begin transaction
102
-  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "status" varchar(255) DEFAULT 'pending' NOT NULL, "deleted" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
103
-  (0.0ms) PRAGMA index_list("users")
104
-  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
105
-  (0.0ms) PRAGMA index_list("users")
106
-  (0.0ms) PRAGMA index_info('index_users_on_email')
107
-  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
108
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111203203123')
109
-  (3.7ms) commit transaction
110
- Migrating to CreateAuthentications (20111203203307)
111
-  (0.1ms) begin transaction
112
-  (0.4ms) CREATE TABLE "authentications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "provider" varchar(255), "uid" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
113
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111203203307')
114
-  (3.1ms) commit transaction
115
-  (0.4ms) select sqlite_version(*)
116
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
117
-  (0.0ms) PRAGMA index_list("authentications")
118
-  (0.0ms) PRAGMA index_list("users")
119
-  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
120
-  (0.0ms) PRAGMA index_info('index_users_on_email')
121
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
122
- Migrating to DeviseCreateUsers (20111203203123)
123
- Migrating to CreateAuthentications (20111203203307)
124
-  (0.3ms) select sqlite_version(*)
125
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
126
-  (0.0ms) PRAGMA index_list("authentications")
127
-  (0.1ms) PRAGMA index_list("users")
128
-  (0.1ms) PRAGMA index_info('index_users_on_reset_password_token')
129
-  (0.1ms) PRAGMA index_info('index_users_on_email')