mongoid-undo 0.5.0 → 0.6.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/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
- source :rubygems
1
+ ruby '1.9.3'
2
+ source 'https://rubygems.org'
2
3
 
3
4
  gemspec
4
5
 
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Undo
3
- VERSION = '0.5.0'
3
+ VERSION = '0.6.0'
4
4
  end
5
5
  end
@@ -1 +1,3 @@
1
- Mongoid.load!(File.expand_path('../mongoid.yml', __FILE__), 'test')
1
+ Mongoid.configure do |config|
2
+ config.connect_to('mongoid_undo_test')
3
+ end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: mongoid-undo
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.0
5
+ version: 0.6.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mario Uher
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  prerelease: false
@@ -64,11 +64,9 @@ files:
64
64
  - lib/mongoid/undo.rb
65
65
  - lib/mongoid/undo/version.rb
66
66
  - mongoid-undo.gemspec
67
- - spec/mongoid.yml
68
67
  - spec/spec_helper.rb
69
68
  - spec/support/connection.rb
70
69
  - spec/support/document.rb
71
- - spec/support/mongoid.yml
72
70
  - spec/undo_spec.rb
73
71
  homepage: https://github.com/haihappen/mongoid-undo
74
72
  licenses: []
data/spec/mongoid.yml DELETED
@@ -1,8 +0,0 @@
1
- test:
2
- sessions:
3
- default:
4
- database: mongoid_undo_test
5
- hosts:
6
- - localhost:27017
7
- options:
8
- consistency: :strong
@@ -1,8 +0,0 @@
1
- test:
2
- sessions:
3
- default:
4
- database: mongoid_tags_test
5
- hosts:
6
- - localhost:27017
7
- options:
8
- consistency: :strong