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

Commit 044c319

Browse files
committed
Update date in gemspec
1 parent 868a335 commit 044c319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cukesparse.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + "/lib/cukesparse/version"
33
Gem::Specification.new do |s|
44
s.name = 'cukesparse'
55
s.version = Cukesparse::VERSION
6-
s.date = '2013-08-29'
6+
s.date = '2013-08-30'
77
s.summary = 'Cukesparse - cucumber command line parser'
88
s.description = 'A simple command line parser to pass arguments into Cucumber'
99
s.author = 'Jonathan Chrisp'

0 commit comments

Comments
 (0)