Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dersnek committed Jul 7, 2020
1 parent 27db092 commit 681abca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions capybara-wsl.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

$:.push File.expand_path("../lib", __FILE__)
require "capybara/wsl/version"

Gem::Specification.new do |s|
s.name = "capybara-wsl"
s.version = "0.2.0"
s.date = "2020-06-24"
s.summary = "WSL support for Capybara"
s.version = Capybara::WSL::VERSION
s.summary = "Open pages/screenshots in WSL from Capybara"
s.description = "Allows Capybara to open pages/screenshots in Windows browsers via Launchy."
s.authors = ["Mark Tityuk"]
s.email = "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions lib/capybara/wsl/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

module Capybara
module WSL
VERSION = "0.2.1"
end
end

0 comments on commit 681abca

Please sign in to comment.