From 09da5b13037a39026f5bc3cee3fa04b15c555486 Mon Sep 17 00:00:00 2001 From: Jonathan Chrisp Date: Fri, 20 Sep 2013 08:56:54 +0100 Subject: [PATCH] Updated version to 2.1.8 and date --- cukesparse.gemspec | 2 +- lib/cukesparse/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cukesparse.gemspec b/cukesparse.gemspec index 3758abf..3907437 100644 --- a/cukesparse.gemspec +++ b/cukesparse.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'cukesparse' s.version = Cukesparse::VERSION s.version = Cukesparse::VERSION + ".pre.#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS'] - s.date = '2013-09-19' + s.date = '2013-09-20' s.summary = 'Cukesparse - cucumber command line parser' s.description = 'A simple command line parser to pass arguments into Cucumber' s.author = 'Jonathan Chrisp' diff --git a/lib/cukesparse/version.rb b/lib/cukesparse/version.rb index cdb70c8..5861141 100644 --- a/lib/cukesparse/version.rb +++ b/lib/cukesparse/version.rb @@ -1,3 +1,3 @@ module Cukesparse - VERSION = "2.1.7" + VERSION = "2.1.8" end \ No newline at end of file