baruwa.gemspec in baruwa-0.0.6 vs baruwa.gemspec in baruwa-0.0.7
- old
+ new
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# vim: ai ts=4 sts=4 et sw=4
# baruwa: Ruby bindings for the Baruwa REST API
-# Copyright (C) 2015-2019 Andrew Colin Kissa <andrew@topdog.za.net>
+# Copyright (C) 2015-2020 Andrew Colin Kissa <andrew@topdog.za.net>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
$:.push File.expand_path("../lib", __FILE__)
@@ -25,9 +25,9 @@
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_development_dependency "bundler", "~> 1.5"
- s.add_development_dependency "rake", "~> 10.0"
+ s.add_development_dependency "rake", ">= 12.3.3"
s.add_development_dependency "rspec"
s.add_development_dependency 'webmock'
end