Skip to content

Commit

Permalink
Travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AvnerCohen committed Jul 28, 2020
1 parent b1906ef commit 206de71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
http-headers-verifier (0.0.2)
http-headers-verifier (0.0.3)
typhoeus (~> 1.4)

GEM
Expand All @@ -12,6 +12,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -35,7 +36,8 @@ DEPENDENCIES
bundler
byebug (~> 9.0)
http-headers-verifier!
rake (>= 10.0, < 14)
rspec (~> 3.0)

BUNDLED WITH
2.1.4
1.17.2
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
1 change: 1 addition & 0 deletions http-headers-verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "byebug", "~> 9.0"
spec.add_development_dependency 'rake', '>= 10.0', '< 14'

spec.add_runtime_dependency "typhoeus", "~> 1.4"

Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HttpHeadersVerifier
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 206de71

Please sign in to comment.