remarkable 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ # v3.1
2
+
1
3
  * Pending groups show proper backtrace and run by default in execute mode [#49]
2
4
 
3
5
  * Added support to blocks configuration. All Remarkable matcher and macros can
@@ -47,7 +47,7 @@ module Remarkable
47
47
  pending_description = @_pending_group_description
48
48
 
49
49
  pending_block = if @_pending_group_execute
50
- proc{ pending(pending_description, &implementation) }
50
+ proc{ pending(pending_description){ self.instance_eval(&implementation) } }
51
51
  else
52
52
  proc{ pending(pending_description) }
53
53
  end
@@ -1,3 +1,3 @@
1
1
  module Remarkable
2
- VERSION = '3.0.10' unless self.const_defined?('VERSION')
2
+ VERSION = '3.1.0' unless self.const_defined?('VERSION')
3
3
  end
data/spec/pending_spec.rb CHANGED
@@ -24,7 +24,7 @@ describe Remarkable::Pending do
24
24
  # end
25
25
  #
26
26
  # it "should show as fixed" do
27
- # # success ...
27
+ # true.should be_true
28
28
  # end
29
29
 
30
30
  should_contain(5)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remarkable
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.10
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Brando
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-04-27 00:00:00 +02:00
13
+ date: 2009-05-04 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency