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 CHANGED
@@ -31,7 +31,7 @@ The gem is tested with:
31
31
 
32
32
  == Status
33
33
 
34
- {<img src="http://travis-ci.org/ksylvest/erroneous.png" />}[http://travis-ci.org/ksylvest/erroneous]
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
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env rake
2
2
 
3
+ require 'appraisal'
4
+
3
5
  require 'bundler'
4
6
 
5
7
  require 'rake/testtask'
@@ -1,3 +1,3 @@
1
1
  module Erroneous
2
- VERSION = "0.0.8"
2
+ VERSION = "0.1.0"
3
3
  end
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
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
145
+ Migrating to CreatePeople (20110109192118)
146
+  (0.1ms) select sqlite_version(*)
147
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
148
+  (0.5ms) select sqlite_version(*)
149
+  (1.5ms) DROP TABLE "people"
150
+  (1.2ms) 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
+  (0.2ms) SELECT version FROM "schema_migrations"
152
+  (0.2ms) 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.8
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-10-27 00:00:00.000000000 Z
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: 2838365154925177918
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: 2838365154925177918
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