spreewald 0.5.19 → 0.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/spreewald_support/version.rb +1 -1
- data/spreewald.gemspec +1 -0
- metadata +5 -5
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:
|
|
4
|
+
hash: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
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
|
|