File tree 3 files changed +16
-14
lines changed
lib/rspec_api_documentation 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 6
6
i18n (>= 0.1.0 )
7
7
json (>= 1.4.6 )
8
8
mustache (>= 0.99.4 )
9
- rspec (>= 2.6 .0 )
9
+ rspec (>= 2.14 .0 )
10
10
webmock (>= 1.7.0 )
11
11
12
12
GEM
32
32
xpath (~> 0.1.4 )
33
33
childprocess (0.3.2 )
34
34
ffi (~> 1.0.6 )
35
- crack (0.3.2 )
35
+ crack (0.4.1 )
36
+ safe_yaml (~> 0.9.0 )
36
37
cucumber (1.2.0 )
37
38
builder (>= 2.1.2 )
38
39
diff-lcs (>= 1.1.3 )
39
40
gherkin (~> 2.10.0 )
40
41
json (>= 1.4.6 )
41
- diff-lcs (1.1.3 )
42
+ diff-lcs (1.2.4 )
42
43
fakefs (0.4.0 )
43
44
ffi (1.0.11 )
44
45
gherkin (2.10.0 )
65
66
rack-test (0.6.2 )
66
67
rack (>= 1.0 )
67
68
rake (0.9.2.2 )
68
- rspec (2.10.0 )
69
- rspec-core (~> 2.10 .0 )
70
- rspec-expectations (~> 2.10 .0 )
71
- rspec-mocks (~> 2.10 .0 )
72
- rspec-core (2.10.0 )
73
- rspec-expectations (2.10 .0 )
74
- diff-lcs (~> 1.1.3 )
75
- rspec-mocks (2.10.1 )
69
+ rspec (2.14.1 )
70
+ rspec-core (~> 2.14 .0 )
71
+ rspec-expectations (~> 2.14 .0 )
72
+ rspec-mocks (~> 2.14 .0 )
73
+ rspec-core (2.14.4 )
74
+ rspec-expectations (2.14 .0 )
75
+ diff-lcs (>= 1.1.3 , < 2.0 )
76
+ rspec-mocks (2.14.2 )
76
77
rubyzip (0.9.8 )
78
+ safe_yaml (0.9.4 )
77
79
selenium-webdriver (2.21.2 )
78
80
childprocess (>= 0.2.5 )
79
81
ffi (~> 1.0 )
85
87
rack-protection (~> 1.2 )
86
88
tilt (~> 1.3 , >= 1.3.3 )
87
89
tilt (1.3.3 )
88
- webmock (1.11 .0 )
90
+ webmock (1.13 .0 )
89
91
addressable (>= 2.2.7 )
90
92
crack (>= 0.3.2 )
91
93
xpath (0.1.4 )
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ def self.resource(*args, &block)
14
14
RSpec . configuration . include RspecApiDocumentation ::DSL ::Resource , :api_doc_dsl => :resource
15
15
RSpec . configuration . include RspecApiDocumentation ::DSL ::Endpoint , :api_doc_dsl => :endpoint
16
16
RSpec . configuration . include RspecApiDocumentation ::DSL ::Callback , :api_doc_dsl => :callback
17
- RSpec . configuration . backtrace_clean_patterns << %r{lib/rspec_api_documentation/dsl\. rb}
17
+ RSpec . configuration . backtrace_exclusion_patterns << %r{lib/rspec_api_documentation/dsl\. rb}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
14
14
s . required_rubygems_version = ">= 1.3.6"
15
15
16
- s . add_runtime_dependency "rspec" , ">= 2.6 .0"
16
+ s . add_runtime_dependency "rspec" , ">= 2.14 .0"
17
17
s . add_runtime_dependency "activesupport" , ">= 3.0.0"
18
18
s . add_runtime_dependency "i18n" , ">= 0.1.0"
19
19
s . add_runtime_dependency "mustache" , ">= 0.99.4"
You can’t perform that action at this time.
0 commit comments