File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
lib = File . expand_path ( "lib" , __dir__ )
2
- $:. unshift lib unless $:. include? ( lib )
2
+ $:. unshift ( lib ) unless $:. include? ( lib )
3
3
4
4
require "capybara/cuprite/version"
5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "cuprite"
8
8
s . version = Capybara ::Cuprite ::VERSION
9
- s . platform = Gem ::Platform ::RUBY
10
9
s . authors = [ "Dmitry Vorotilin" ]
11
10
s . email = [ "d.vorotilin@gmail.com" ]
12
11
s . homepage = "https://github.com/machinio/cuprite"
@@ -20,7 +19,7 @@ Gem::Specification.new do |s|
20
19
s . required_ruby_version = ">= 2.3.0"
21
20
22
21
s . add_runtime_dependency "capybara" , ">= 2.1" , "< 4"
23
- s . add_runtime_dependency "ferrum" , ">= 0.2.1 "
22
+ s . add_runtime_dependency "ferrum" , "~> 0.6.0 "
24
23
25
24
s . add_development_dependency "image_size" , "~> 2.0"
26
25
s . add_development_dependency "pdf-reader" , "~> 2.1"
Original file line number Diff line number Diff line change 2
2
3
3
module Capybara
4
4
module Cuprite
5
- VERSION = "0.7.1 "
5
+ VERSION = "0.8 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments