-
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.
- Loading branch information
romulus010689
committed
Apr 25, 2019
1 parent
8f5b41c
commit 8169db9
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,12 +2,12 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'unit-tests-utils' | ||
s.version = '1.9.2' | ||
s.date = '2019-04-02' | ||
s.version = '1.9.3' | ||
s.date = '2019-05-25' | ||
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', 'Kevin Konrad', | ||
'Jens Breuer', 'Khaled Blah', 'Morgan Hill'] | ||
'Jens Breuer', 'Khaled Blah', 'Morgan Hill', 'Thomas Bruckmann'] | ||
s.email = '[email protected]' | ||
s.files = [ | ||
'lib/unit_tests_utils.rb', | ||
|