riot-mongo_mapper 0.0.1 → 0.0.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.
@@ -16,7 +16,7 @@ module RiotMongoMapper
16
16
  else
17
17
  options_valid = options.all? { |key,value| validation.send(key) == value }
18
18
  options_valid ? pass("#{model} has '#{validation_type}' validation '#{validation_name}' with options #{options.inspect}") :
19
- fail("expected #{model} to have options #{options.inspect} on validation #{validation_type}")
19
+ fail("expected #{model} to have validations on #{validation_name} with options #{options.inspect} of type #{validation_type}")
20
20
  end
21
21
  end
22
22
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riot-mongo_mapper"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.required_rubygems_version = ">= 1.3.6"
5
5
  s.authors = ["Arthur Chiu"]
6
6
  s.date = Time.now.strftime("%Y-%m-%d")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riot-mongo_mapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Arthur Chiu
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-04 00:00:00 -07:00
18
+ date: 2010-07-11 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency