Skip to content

Commit

Permalink
this is the most annoying language
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusssz authored Sep 11, 2024
1 parent a676874 commit e5e093c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vulture.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |spec|
spec.description = 'Vulture captures and compares screenshots of web pages at multiple resolutions, highlighting visual differences.'
spec.authors = ['zeusssz']
spec.files = Dir['lib/**/*.rb'] + ['vulture.rb', 'config.yml', 'templates/report_template.html.erb']
spec.bindir = 'bin'
spec.executables = ['vulture']
spec.bindir = '.'
spec.executables = ['vulture.rb']
spec.require_paths = ['lib']

spec.add_dependency 'capybara', '~> 3.35'
Expand Down

0 comments on commit e5e093c

Please sign in to comment.