bogus 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bogus (0.1.1)
4
+ bogus (0.1.2)
5
5
  dependor (>= 0.0.4)
6
6
 
7
7
  GEM
@@ -42,8 +42,8 @@ GEM
42
42
  diff-lcs (>= 1.1.3)
43
43
  gherkin (~> 2.11.0)
44
44
  json (>= 1.4.6)
45
- dependor (0.0.5)
46
- diff-lcs (1.1.3)
45
+ dependor (0.0.6)
46
+ diff-lcs (1.2.4)
47
47
  ffi (1.0.11)
48
48
  ffi (1.0.11-java)
49
49
  gherkin (2.11.0)
@@ -84,15 +84,15 @@ GEM
84
84
  rest-client (>= 1.6.1)
85
85
  rest-client (1.6.7)
86
86
  mime-types (>= 1.16)
87
- rr (1.0.4)
88
- rspec (2.10.0)
89
- rspec-core (~> 2.10.0)
90
- rspec-expectations (~> 2.10.0)
91
- rspec-mocks (~> 2.10.0)
92
- rspec-core (2.10.1)
93
- rspec-expectations (2.10.0)
94
- diff-lcs (~> 1.1.3)
95
- rspec-mocks (2.10.1)
87
+ rr (1.1.1)
88
+ rspec (2.14.0)
89
+ rspec-core (~> 2.14.0)
90
+ rspec-expectations (~> 2.14.0)
91
+ rspec-mocks (~> 2.14.0)
92
+ rspec-core (2.14.2)
93
+ rspec-expectations (2.14.0)
94
+ diff-lcs (>= 1.1.3, < 2.0)
95
+ rspec-mocks (2.14.1)
96
96
  simplecov (0.7.1)
97
97
  multi_json (~> 1.0)
98
98
  simplecov-html (~> 0.7.1)
@@ -1,3 +1,7 @@
1
+ ## 0.1.2
2
+
3
+ - Removed rspec warning about backtrace_clean_patterns
4
+
1
5
  ## 0.1.1
2
6
 
3
7
  - Minor bugfixes to Ruby 2.0 support
@@ -5,7 +5,7 @@ RSpec.configure do |config|
5
5
  config.include Bogus::MockingDSL
6
6
 
7
7
  config.mock_with Bogus::RSpecAdapter
8
- config.backtrace_clean_patterns << Regexp.new("lib/bogus")
8
+ config.backtrace_exclusion_patterns << Regexp.new("lib/bogus")
9
9
 
10
10
  config.after(:suite) do
11
11
  Bogus.reset!
@@ -1,3 +1,3 @@
1
1
  module Bogus
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -199,7 +199,7 @@ describe Bogus::MockingDSL do
199
199
 
200
200
  expect {
201
201
  Bogus.after_each_test
202
- }.not_to raise_error(Bogus::NotAllExpectationsSatisfied)
202
+ }.not_to raise_error
203
203
  end
204
204
  end
205
205
 
@@ -222,7 +222,7 @@ describe Bogus::MockingDSL do
222
222
 
223
223
  expect {
224
224
  Bogus.after_each_test
225
- }.not_to raise_error(Bogus::NotAllExpectationsSatisfied)
225
+ }.not_to raise_error
226
226
  end
227
227
 
228
228
  context "with fakes" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bogus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-02 00:00:00.000000000 Z
12
+ date: 2013-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dependor
@@ -431,7 +431,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
431
431
  version: '0'
432
432
  segments:
433
433
  - 0
434
- hash: 77072787
434
+ hash: -457091473
435
435
  required_rubygems_version: !ruby/object:Gem::Requirement
436
436
  none: false
437
437
  requirements:
@@ -440,7 +440,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
440
440
  version: '0'
441
441
  segments:
442
442
  - 0
443
- hash: 77072787
443
+ hash: -457091473
444
444
  requirements: []
445
445
  rubyforge_project: bogus
446
446
  rubygems_version: 1.8.25