File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Gem ::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' ]
You can’t perform that action at this time.
0 commit comments