bivouac 0.0.3 → 0.0.4

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.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: bivouac
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
7
- date: 2007-08-01 00:00:00 +02:00
6
+ version: 0.0.4
7
+ date: 2007-08-04 00:00:00 +02:00
8
8
  summary: Developpe with Camping like you do with Rails
9
9
  require_paths:
10
10
  - lib
@@ -34,6 +34,17 @@ files:
34
34
  - AUTHORS
35
35
  - setup.rb
36
36
  - bin/bivouac
37
+ - doc/rdoc
38
+ - doc/rdoc/classes
39
+ - doc/rdoc/created.rid
40
+ - doc/rdoc/files
41
+ - doc/rdoc/files/AUTHORS.html
42
+ - doc/rdoc/files/COPYING.html
43
+ - doc/rdoc/files/README.html
44
+ - doc/rdoc/index.html
45
+ - doc/rdoc/permalink.gif
46
+ - doc/rdoc/rdoc-style.css
47
+ - doc/rdoc/rubyfr.png
37
48
  - test/test_bivouac.rb
38
49
  - test/test_template.rb
39
50
  - lib/bivouac
@@ -68,9 +79,9 @@ files:
68
79
  - lib/bivouac.rb
69
80
  - examples/blog_erb
70
81
  - examples/blog_erb/app
82
+ - examples/blog_erb/app/blog.rb
71
83
  - examples/blog_erb/app/controllers
72
84
  - examples/blog_erb/app/controllers/add.rb
73
- - examples/blog_erb/app/controllers/blog.rb
74
85
  - examples/blog_erb/app/controllers/comment.rb
75
86
  - examples/blog_erb/app/controllers/edit.rb
76
87
  - examples/blog_erb/app/controllers/index.rb
@@ -94,6 +105,7 @@ files:
94
105
  - examples/blog_erb/config
95
106
  - examples/blog_erb/config/environment.rb
96
107
  - examples/blog_erb/db
108
+ - examples/blog_erb/db/Blog.db
97
109
  - examples/blog_erb/db/create.rb
98
110
  - examples/blog_erb/db/migrate
99
111
  - examples/blog_erb/db/migrate/comment.rb
@@ -111,11 +123,12 @@ files:
111
123
  - examples/blog_erb/script
112
124
  - examples/blog_erb/script/generate
113
125
  - examples/blog_erb/script/server
126
+ - examples/blog_erb/test
114
127
  - examples/blog_goh
115
128
  - examples/blog_goh/app
129
+ - examples/blog_goh/app/blog.rb
116
130
  - examples/blog_goh/app/controllers
117
131
  - examples/blog_goh/app/controllers/add.rb
118
- - examples/blog_goh/app/controllers/blog.rb
119
132
  - examples/blog_goh/app/controllers/comment.rb
120
133
  - examples/blog_goh/app/controllers/edit.rb
121
134
  - examples/blog_goh/app/controllers/index.rb
@@ -142,13 +155,14 @@ files:
142
155
  - examples/blog_goh/config
143
156
  - examples/blog_goh/config/environment.rb
144
157
  - examples/blog_goh/db
158
+ - examples/blog_goh/db/Blog.db
145
159
  - examples/blog_goh/db/create.rb
146
160
  - examples/blog_goh/db/migrate
147
161
  - examples/blog_goh/db/migrate/comment.rb
148
162
  - examples/blog_goh/db/migrate/post.rb
149
163
  - examples/blog_goh/db/migrate/user.rb
150
164
  - examples/blog_goh/log
151
- - examples/blog_goh/log/camping.log
165
+ - examples/blog_goh/log/Blog.log
152
166
  - examples/blog_goh/public
153
167
  - examples/blog_goh/public/images
154
168
  - examples/blog_goh/public/images/camping.png
@@ -159,6 +173,7 @@ files:
159
173
  - examples/blog_goh/script
160
174
  - examples/blog_goh/script/generate
161
175
  - examples/blog_goh/script/server
176
+ - examples/blog_goh/test
162
177
  test_files: []
163
178
 
164
179
  rdoc_options:
@@ -1,19 +0,0 @@
1
- # Logfile created on Tue Jul 31 18:06:59 +0200 2007 by /
2
- SQL (0.000289) SELECT name FROM sqlite_master WHERE type = 'table'
3
- SQL (0.000000) SQLite3::SQLException: no such table: sessions: DROP TABLE sessions
4
- SQL (0.075142) CREATE TABLE sessions ("id" INTEGER PRIMARY KEY NOT NULL, "hashid" varchar(32) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "ivars" text DEFAULT NULL) 
5
- SQL (0.000466) SELECT name FROM sqlite_master WHERE type = 'table'
6
- SQL (0.000276) SELECT name FROM sqlite_master WHERE type = 'table'
7
- SQL (0.056713) CREATE TABLE blog_schema_infos ("id" INTEGER PRIMARY KEY NOT NULL, "version" float DEFAULT NULL) 
8
- Blog::Models::SchemaInfo Load (0.000256) SELECT * FROM blog_schema_infos LIMIT 1
9
- SQL (0.052790) CREATE TABLE blog_comments ("id" INTEGER PRIMARY KEY NOT NULL, "post_id" integer NOT NULL, "username" varchar(255) DEFAULT NULL, "body" text DEFAULT NULL) 
10
- SQL (0.064286) CREATE TABLE blog_posts ("id" INTEGER PRIMARY KEY NOT NULL, "user_id" integer NOT NULL, "title" varchar(255) DEFAULT NULL, "body" text DEFAULT NULL) 
11
- SQL (0.054837) CREATE TABLE blog_users ("id" INTEGER PRIMARY KEY NOT NULL, "username" varchar(255) DEFAULT NULL, "password" varchar(255) DEFAULT NULL) 
12
- SQL (0.000642) INSERT INTO blog_users ("username", "password") VALUES('admin', 'bivouac')
13
- SQL (0.000488) INSERT INTO blog_schema_infos ("version") VALUES(1.0)
14
- Camping::Models::Session Load (0.000347) SELECT * FROM sessions WHERE (sessions."hashid" = 'rfdZccdRGZpTif7vT2lwggt43wsHyGLi') LIMIT 1
15
- SQL (0.000590) INSERT INTO sessions ("hashid", "created_at", "ivars") VALUES('embQk59C3ESMmQvAyXAwvYP3eBTDoegY', '2007-07-31 18:07:10', '--- !map:HashWithIndifferentAccess {}
16
-
17
- ')
18
- Blog::Models::Post Load (0.000249) SELECT * FROM blog_posts 
19
- Camping::Models::Session Load (0.000529) SELECT * FROM sessions WHERE (sessions."hashid" = 'embQk59C3ESMmQvAyXAwvYP3eBTDoegY') LIMIT 1