-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from anynines/2354946-more-verbose-output
fixes version, incrementing to v1.7.0
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'unit-tests-utils' | ||
s.version = '1.6.0' | ||
s.date = '2018-10-05' | ||
s.version = '1.7.0' | ||
s.date = '2018-10-31' | ||
s.summary = 'Common unit tests utils' | ||
s.description = 'This gems includes all resources needed for the a9s BOSH release unit tests.' | ||
s.authors = ['Michael Lieser', 'Dennis Groß', 'Lucas Pinto'] | ||
s.authors = ['Michael Lieser', 'Dennis Groß', 'Lucas Pinto', 'Kevin Konrad'] | ||
s.email = '[email protected]' | ||
s.files = [ | ||
'lib/unit_tests_utils.rb', | ||
|