Skip to content

Commit 215932f

Browse files
committed
add debug mode support and bump version
1 parent 7e3b461 commit 215932f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
PATH
22
remote: .
33
specs:
4-
protractor-rails (0.0.18)
4+
protractor-rails (0.0.19)
55
colorize
66
railties
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (4.2.5)
12-
actionview (= 4.2.5)
13-
activesupport (= 4.2.5)
11+
actionpack (4.2.6)
12+
actionview (= 4.2.6)
13+
activesupport (= 4.2.6)
1414
rack (~> 1.6)
1515
rack-test (~> 0.6.2)
1616
rails-dom-testing (~> 1.0, >= 1.0.5)
1717
rails-html-sanitizer (~> 1.0, >= 1.0.2)
18-
actionview (4.2.5)
19-
activesupport (= 4.2.5)
18+
actionview (4.2.6)
19+
activesupport (= 4.2.6)
2020
builder (~> 3.1)
2121
erubis (~> 2.7.0)
2222
rails-dom-testing (~> 1.0, >= 1.0.5)
2323
rails-html-sanitizer (~> 1.0, >= 1.0.2)
24-
activesupport (4.2.5)
24+
activesupport (4.2.6)
2525
i18n (~> 0.7)
2626
json (~> 1.7, >= 1.7.7)
2727
minitest (~> 5.1)
@@ -36,7 +36,7 @@ GEM
3636
nokogiri (>= 1.5.9)
3737
mini_portile2 (2.0.0)
3838
minitest (5.8.4)
39-
nokogiri (1.6.7.1)
39+
nokogiri (1.6.7.2)
4040
mini_portile2 (~> 2.0.0.rc2)
4141
rack (1.6.4)
4242
rack-test (0.6.3)
@@ -47,11 +47,11 @@ GEM
4747
activesupport (>= 4.2.0.beta, < 5.0)
4848
nokogiri (~> 1.6.0)
4949
rails-deprecated_sanitizer (>= 1.0.1)
50-
rails-html-sanitizer (1.0.2)
50+
rails-html-sanitizer (1.0.3)
5151
loofah (~> 2.0)
52-
railties (4.2.5)
53-
actionpack (= 4.2.5)
54-
activesupport (= 4.2.5)
52+
railties (4.2.6)
53+
actionpack (= 4.2.6)
54+
activesupport (= 4.2.6)
5555
rake (>= 0.8.7)
5656
thor (>= 0.18.1, < 2.0)
5757
rake (10.1.1)

lib/protractor/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Protractor
22
module Rails
3-
VERSION = "0.0.18"
3+
VERSION = "0.0.19"
44
end
55
end

0 commit comments

Comments
 (0)