diff options
author | Chris Schlaeger <chris@linux.com> | 2017-08-14 08:01:41 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-08-14 08:01:41 +0200 |
commit | 5271a7a1e2368c9d49f26a4482edef6e9715a3be (patch) | |
tree | ae7f19b4da780b170ec3ca84e41f9579e579111b | |
parent | abac039cbf5f8b9b6deecdd3b9238a8325c1a85e (diff) | |
download | postrunner-0.8.1.zip |
Bumping version to 0.8.1v0.8.1
-rw-r--r-- | lib/postrunner/version.rb | 2 | ||||
-rw-r--r-- | postrunner.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index f5349ca..75d5747 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.8.0' + VERSION = '0.8.1' end diff --git a/postrunner.gemspec b/postrunner.gemspec index 4ce3679..c54966e 100644 --- a/postrunner.gemspec +++ b/postrunner.gemspec @@ -28,7 +28,7 @@ well.} spec.require_paths = ["lib"] spec.required_ruby_version = '>=2.0' - spec.add_dependency 'fit4ruby', '~> 1.6.0' + spec.add_dependency 'fit4ruby', '~> 1.6.1' spec.add_dependency 'perobs', '~> 3.0.1' spec.add_dependency 'nokogiri', '~> 1.6' |