sprig-reap 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Sprig
2
2
  module Reap
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
Binary file
@@ -145,13 +145,14 @@ describe Sprig::Reap::Configuration do
145
145
  end
146
146
  end
147
147
 
148
- <<<<<<< HEAD
149
148
  describe "#logger" do
150
149
  it "initializes a new logger" do
151
150
  Logger.should_receive(:new)
152
151
 
153
152
  subject.logger
154
- =======
153
+ end
154
+ end
155
+
155
156
  describe "#omit_empty_attrs" do
156
157
  context "from a fresh configuration" do
157
158
  its(:omit_empty_attrs) { should == false }
@@ -175,7 +176,6 @@ describe Sprig::Reap::Configuration do
175
176
  before { subject.omit_empty_attrs = 'True' }
176
177
 
177
178
  its(:omit_empty_attrs) { should == true }
178
- >>>>>>> Add an option to allow users to omit empty attributes from seed files (fix #9)
179
179
  end
180
180
  end
181
181
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprig-reap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: