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 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'squcumber-postgres'
3
- s . version = '0.0.1 '
3
+ s . version = '0.0.4 '
4
4
s . default_executable = 'squcumber-postgres'
5
5
6
6
s . licenses = [ 'MIT' ]
7
7
s . required_ruby_version = '>= 2.0'
8
8
s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
9
9
s . authors = [ 'Stefanie Grunwald' ]
10
- s . date = %q{2016-07-01 }
10
+ s . date = %q{2018-09-03 }
11
11
s . email = %q{steffi@physics.org}
12
12
s . files = [
13
13
'Rakefile' ,
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
s . homepage = %q{https://github.com/moertel/sQucumber-postgres}
27
27
s . require_paths = [ 'lib' ]
28
28
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 }
30
30
31
31
s . add_runtime_dependency 'pg' , [ '>= 0.16' , '< 1.0' ]
32
32
s . add_runtime_dependency 'cucumber' , [ '>= 2.0' , '< 3.0' ]
You can’t perform that action at this time.
0 commit comments