Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 09da5b1

Browse files
committed
Updated version to 2.1.8 and date
1 parent ee34027 commit 09da5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cukesparse.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
44
s.name = 'cukesparse'
55
s.version = Cukesparse::VERSION
66
s.version = Cukesparse::VERSION + ".pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
7-
s.date = '2013-09-19'
7+
s.date = '2013-09-20'
88
s.summary = 'Cukesparse - cucumber command line parser'
99
s.description = 'A simple command line parser to pass arguments into Cucumber'
1010
s.author = 'Jonathan Chrisp'

lib/cukesparse/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cukesparse
2-
VERSION = "2.1.7"
2+
VERSION = "2.1.8"
33
end

0 commit comments

Comments
 (0)