shoulda 2.11.1 → 2.11.2

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
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 39
4
5
  prerelease: false
5
6
  segments:
6
7
  - 2
7
8
  - 11
8
- - 1
9
- version: 2.11.1
9
+ - 2
10
+ version: 2.11.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Tammer Saleh
@@ -18,7 +19,7 @@ autorequire:
18
19
  bindir: bin
19
20
  cert_chain: []
20
21
 
21
- date: 2010-06-11 00:00:00 -04:00
22
+ date: 2010-08-02 00:00:00 -04:00
22
23
  default_executable: convert_to_should_syntax
23
24
  dependencies: []
24
25
 
@@ -258,11 +259,7 @@ files:
258
259
  - test/rails3_root/db/migrate/20090513104502_create_cats.rb
259
260
  - test/rails3_root/db/seeds.rb
260
261
  - test/rails3_root/db/test.sqlite3
261
- - test/rails3_root/doc/README_FOR_APP
262
262
  - test/rails3_root/Gemfile
263
- - test/rails3_root/log/development.log
264
- - test/rails3_root/log/production.log
265
- - test/rails3_root/log/server.log
266
263
  - test/rails3_root/log/test.log
267
264
  - test/rails3_root/public/404.html
268
265
  - test/rails3_root/public/422.html
@@ -308,23 +305,27 @@ rdoc_options:
308
305
  require_paths:
309
306
  - lib
310
307
  required_ruby_version: !ruby/object:Gem::Requirement
308
+ none: false
311
309
  requirements:
312
310
  - - ">="
313
311
  - !ruby/object:Gem::Version
312
+ hash: 3
314
313
  segments:
315
314
  - 0
316
315
  version: "0"
317
316
  required_rubygems_version: !ruby/object:Gem::Requirement
317
+ none: false
318
318
  requirements:
319
319
  - - ">="
320
320
  - !ruby/object:Gem::Version
321
+ hash: 3
321
322
  segments:
322
323
  - 0
323
324
  version: "0"
324
325
  requirements: []
325
326
 
326
327
  rubyforge_project: shoulda
327
- rubygems_version: 1.3.6
328
+ rubygems_version: 1.3.7
328
329
  signing_key:
329
330
  specification_version: 3
330
331
  summary: Making tests easy on the fingers and eyes
@@ -1,2 +0,0 @@
1
- Use this README file to introduce your application and point to useful places in the API for learning more.
2
- Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
File without changes
File without changes
File without changes