spreewald 0.5.19 → 0.5.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.5.19"
4
+ VERSION = "0.5.20"
5
5
  end
data/spreewald.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.description = %q{A collection of cucumber steps we use in our projects, including steps to check HTML, tables, emails and some utility methods.}
9
9
  gem.summary = %q{Collection of useful cucumber steps.}
10
10
  gem.homepage = "https://github.com/makandra/spreewald"
11
+ gem.license = 'MIT'
11
12
 
12
13
  gem.files = `git ls-files`.split($\)
13
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 19
10
- version: 0.5.19
9
+ - 20
10
+ version: 0.5.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze
@@ -142,8 +142,8 @@ files:
142
142
  - tests/shared/features/support/paths.rb
143
143
  has_rdoc: true
144
144
  homepage: https://github.com/makandra/spreewald
145
- licenses: []
146
-
145
+ licenses:
146
+ - MIT
147
147
  post_install_message:
148
148
  rdoc_options: []
149
149