mongo-fixture 0.0.2 → 0.0.3

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.
@@ -140,7 +140,7 @@ module Mongo
140
140
  # Inserts the collection data into the database
141
141
  def insert_data_for collection
142
142
  @data[collection].each do |key, record|
143
- @connection[collection].insert record
143
+ @connection[collection].insert simplify record
144
144
  end
145
145
  @inserted << collection
146
146
  end
@@ -1,5 +1,5 @@
1
1
  module Mongo
2
2
  class Fixture
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -1,5 +1,4 @@
1
1
  require "mongo-fixture"
2
- require "pry"
3
2
 
4
3
  describe Mongo::Fixture do
5
4
  describe ".path" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo-fixture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  segments:
116
116
  - 0
117
- hash: 803460883
117
+ hash: -692330655
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  none: false
120
120
  requirements:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 803460883
126
+ hash: -692330655
127
127
  requirements: []
128
128
  rubyforge_project:
129
129
  rubygems_version: 1.8.24