form-bootstrap 0.0.6 → 0.0.7

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.
@@ -1,3 +1,3 @@
1
1
  module FormBootstrap
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-26 00:00:00.000000000 Z
12
+ date: 2012-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70337708045560 !ruby/object:Gem::Requirement
16
+ requirement: &70183290419420 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70337708045560
24
+ version_requirements: *70183290419420
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sqlite3
27
- requirement: &70337708044760 !ruby/object:Gem::Requirement
27
+ requirement: &70183290419000 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,9 +32,9 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70337708044760
36
- description: Provides a builder that makes it super easy to take advantage of Twitter
37
- Bootstrap forms styles.
35
+ version_requirements: *70183290419000
36
+ description: ! '[DEPRECATED - see bootstrap_form] Provides a builder that makes it
37
+ super easy to take advantage of Twitter Bootstrap (version 1.4) forms styles.'
38
38
  email:
39
39
  - potenza@gmail.com
40
40
  executables: []
@@ -71,12 +71,8 @@ files:
71
71
  - test/dummy/config/locales/en.yml
72
72
  - test/dummy/config/routes.rb
73
73
  - test/dummy/config.ru
74
- - test/dummy/db/development.sqlite3
75
74
  - test/dummy/db/migrate/20120106063521_create_users.rb
76
75
  - test/dummy/db/schema.rb
77
- - test/dummy/db/test.sqlite3
78
- - test/dummy/log/development.log
79
- - test/dummy/log/test.log
80
76
  - test/dummy/public/404.html
81
77
  - test/dummy/public/422.html
82
78
  - test/dummy/public/500.html
@@ -110,7 +106,8 @@ rubyforge_project:
110
106
  rubygems_version: 1.8.11
111
107
  signing_key:
112
108
  specification_version: 3
113
- summary: Rails 3.1+ FormBuilder for Twitter Bootstrap.
109
+ summary: ! '[DEPRECATED - see bootstrap_form] Rails 3.1+ FormBuilder for Twitter Bootstrap
110
+ version (1.4).'
114
111
  test_files:
115
112
  - test/dummy/app/assets/javascripts/application.js
116
113
  - test/dummy/app/assets/stylesheets/application.css
@@ -134,12 +131,8 @@ test_files:
134
131
  - test/dummy/config/locales/en.yml
135
132
  - test/dummy/config/routes.rb
136
133
  - test/dummy/config.ru
137
- - test/dummy/db/development.sqlite3
138
134
  - test/dummy/db/migrate/20120106063521_create_users.rb
139
135
  - test/dummy/db/schema.rb
140
- - test/dummy/db/test.sqlite3
141
- - test/dummy/log/development.log
142
- - test/dummy/log/test.log
143
136
  - test/dummy/public/404.html
144
137
  - test/dummy/public/422.html
145
138
  - test/dummy/public/500.html
Binary file
Binary file
@@ -1,38 +0,0 @@
1
-  (0.1ms) select sqlite_version(*)
2
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
-  (0.0ms) PRAGMA index_list("schema_migrations")
4
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
- Migrating to CreateUsers (20120106063521)
7
-  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password" varchar(255), "comments" text, "status" varchar(255), "created_at" datetime, "updated_at" datetime)
8
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120106063521')
9
-  (0.3ms) select sqlite_version(*)
10
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
11
-  (0.0ms) PRAGMA index_list("users")
12
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
-  (0.2ms) select sqlite_version(*)
14
-  (1.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password" varchar(255), "comments" text, "status" varchar(255), "created_at" datetime, "updated_at" datetime) 
15
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
16
-  (0.0ms) PRAGMA index_list("schema_migrations")
17
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18
-  (0.1ms) SELECT version FROM "schema_migrations"
19
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120106063521')
20
-  (0.1ms) select sqlite_version(*)
21
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
22
-  (0.0ms) PRAGMA index_list("schema_migrations")
23
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
25
- Migrating to CreateUsers (20120106063521)
26
-  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password" varchar(255), "comments" text, "status" varchar(255), "misc" varchar(255), "created_at" datetime, "updated_at" datetime)
27
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120106063521')
28
-  (0.3ms) select sqlite_version(*)
29
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
30
-  (0.0ms) PRAGMA index_list("users")
31
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
32
-  (0.2ms) select sqlite_version(*)
33
-  (2.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password" varchar(255), "comments" text, "status" varchar(255), "misc" varchar(255), "created_at" datetime, "updated_at" datetime) 
34
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
35
-  (0.0ms) PRAGMA index_list("schema_migrations")
36
-  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37
-  (0.1ms) SELECT version FROM "schema_migrations"
38
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120106063521')
File without changes