Skip to content

Commit 3060194

Browse files
committed
Release v0.0.4
1 parent 48adc6f commit 3060194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

squcumber-postgres.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Gem::Specification.new do |s|
22
s.name = 'squcumber-postgres'
3-
s.version = '0.0.1'
3+
s.version = '0.0.4'
44
s.default_executable = 'squcumber-postgres'
55

66
s.licenses = ['MIT']
77
s.required_ruby_version = '>= 2.0'
88
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
99
s.authors = ['Stefanie Grunwald']
10-
s.date = %q{2016-07-01}
10+
s.date = %q{2018-09-03}
1111
s.email = %q{steffi@physics.org}
1212
s.files = [
1313
'Rakefile',
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.homepage = %q{https://github.com/moertel/sQucumber-postgres}
2727
s.require_paths = ['lib']
2828
s.rubygems_version = %q{1.6.2}
29-
s.summary = %q{Define and execute SQL integration tests for AWS postgres}
29+
s.summary = %q{Define and execute SQL integration tests for Postgres databases}
3030

3131
s.add_runtime_dependency 'pg', ['>= 0.16', '< 1.0']
3232
s.add_runtime_dependency 'cucumber', ['>= 2.0', '< 3.0']

0 commit comments

Comments
 (0)