riot-mongoid 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,3 @@
1
- Mongoid::Field.module_eval do
2
- attr_reader :accessible
3
- end
4
-
5
1
  module RiotMongoid
6
2
  class HasFieldAssertion < Riot::AssertionMacro
7
3
  register :has_field
@@ -1,19 +1,14 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
1
  Gem::Specification.new do |s|
7
2
  s.name = %q{riot-mongoid}
8
- s.version = "1.1.4"
3
+ s.version = "1.1.5"
9
4
  s.required_rubygems_version = ">= 1.3.6"
10
- s.authors = ["gabrielg"]
5
+ s.authors = ["gabrielg","Arthur Chiu"]
11
6
  s.date = Time.now.strftime("%Y-%m-%d")
12
7
  s.description = %q{A collection of assertion macros for testing Mongoid with Riot}
13
8
  s.email = %q{gabriel.gironda@gmail.com}
14
9
  s.extra_rdoc_files = ["README.md"]
15
10
  s.files = %w{.document .gitignore LICENSE README.md Rakefile riot-mongoid.gemspec} + Dir.glob("{lib,test}/**/*")
16
- s.homepage = %q{http://github.com/gabrielg/riot-mongoid}
11
+ s.homepage = %q{http://github.com/thumblemonks/riot-mongoid}
17
12
  s.rdoc_options = ["--charset=UTF-8"]
18
13
  s.require_paths = ["lib"]
19
14
  s.summary = %q{Riot assertions for Mongoid}
metadata CHANGED
@@ -1,21 +1,22 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riot-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.4
9
+ - 5
10
+ version: 1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - gabrielg
14
+ - Arthur Chiu
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-06-17 00:00:00 -07:00
19
+ date: 2010-08-28 00:00:00 -07:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -104,7 +105,7 @@ files:
104
105
  - test/has_validation_test.rb
105
106
  - test/teststrap.rb
106
107
  has_rdoc: true
107
- homepage: http://github.com/gabrielg/riot-mongoid
108
+ homepage: http://github.com/thumblemonks/riot-mongoid
108
109
  licenses: []
109
110
 
110
111
  post_install_message: