erroneous 0.0.8 → 0.1.0
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/README.rdoc +1 -1
- data/Rakefile +2 -0
- data/lib/erroneous/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/log/development.log +10 -0
- metadata +22 -6
- data/test/dummy/tmp/pids/server.pid +0 -1
data/README.rdoc
CHANGED
|
@@ -31,7 +31,7 @@ The gem is tested with:
|
|
|
31
31
|
|
|
32
32
|
== Status
|
|
33
33
|
|
|
34
|
-
{<img src="
|
|
34
|
+
{<img src="https://travis-ci.org/ksylvest/erroneous.png" />}[https://travis-ci.org/ksylvest/erroneous]
|
|
35
35
|
|
|
36
36
|
== Copyright
|
|
37
37
|
|
data/Rakefile
CHANGED
data/lib/erroneous/version.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
@@ -140,3 +140,13 @@ Processing by PeopleController#new as HTML
|
|
|
140
140
|
Rendered people/_form.html.erb (12.3ms)
|
|
141
141
|
Rendered people/new.html.erb within layouts/application (52.0ms)
|
|
142
142
|
Completed 200 OK in 72ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
|
143
|
+
Connecting to database specified by database.yml
|
|
144
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
145
|
+
Migrating to CreatePeople (20110109192118)
|
|
146
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
147
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
148
|
+
[1m[35m (0.5ms)[0m select sqlite_version(*)
|
|
149
|
+
[1m[36m (1.5ms)[0m [1mDROP TABLE "people"[0m
|
|
150
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "url" varchar(255), "email" varchar(255), "phone" varchar(255), "created_at" datetime, "updated_at" datetime)
|
|
151
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
152
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: erroneous
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
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: 2012-
|
|
12
|
+
date: 2012-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -27,6 +27,22 @@ dependencies:
|
|
|
27
27
|
- - ! '>'
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 3.0.0
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: appraisal
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ! '>='
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
type: :development
|
|
39
|
+
prerelease: false
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
30
46
|
- !ruby/object:Gem::Dependency
|
|
31
47
|
name: sqlite3
|
|
32
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -90,6 +106,7 @@ files:
|
|
|
90
106
|
- test/dummy/config.ru
|
|
91
107
|
- test/dummy/db/development.sqlite3
|
|
92
108
|
- test/dummy/db/migrate/20110109192118_create_people.rb
|
|
109
|
+
- test/dummy/db/production.sqlite3
|
|
93
110
|
- test/dummy/db/schema.rb
|
|
94
111
|
- test/dummy/db/test.sqlite3
|
|
95
112
|
- test/dummy/log/development.log
|
|
@@ -121,7 +138,6 @@ files:
|
|
|
121
138
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
|
122
139
|
- test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf
|
|
123
140
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
|
124
|
-
- test/dummy/tmp/pids/server.pid
|
|
125
141
|
- test/erroneous_test.rb
|
|
126
142
|
- test/test_helper.rb
|
|
127
143
|
homepage: http://github.com/ksylvest/erroneous
|
|
@@ -138,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
138
154
|
version: '0'
|
|
139
155
|
segments:
|
|
140
156
|
- 0
|
|
141
|
-
hash:
|
|
157
|
+
hash: -13626392019103903
|
|
142
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
159
|
none: false
|
|
144
160
|
requirements:
|
|
@@ -147,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
163
|
version: '0'
|
|
148
164
|
segments:
|
|
149
165
|
- 0
|
|
150
|
-
hash:
|
|
166
|
+
hash: -13626392019103903
|
|
151
167
|
requirements: []
|
|
152
168
|
rubyforge_project:
|
|
153
169
|
rubygems_version: 1.8.24
|
|
@@ -188,6 +204,7 @@ test_files:
|
|
|
188
204
|
- test/dummy/config.ru
|
|
189
205
|
- test/dummy/db/development.sqlite3
|
|
190
206
|
- test/dummy/db/migrate/20110109192118_create_people.rb
|
|
207
|
+
- test/dummy/db/production.sqlite3
|
|
191
208
|
- test/dummy/db/schema.rb
|
|
192
209
|
- test/dummy/db/test.sqlite3
|
|
193
210
|
- test/dummy/log/development.log
|
|
@@ -219,6 +236,5 @@ test_files:
|
|
|
219
236
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
|
220
237
|
- test/dummy/tmp/cache/assets/DF7/B60/sprockets%2Fd4e54c5507a31ff288be0c5fa21dbedf
|
|
221
238
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
|
222
|
-
- test/dummy/tmp/pids/server.pid
|
|
223
239
|
- test/erroneous_test.rb
|
|
224
240
|
- test/test_helper.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
53005
|