api-tester.gemspec in api-tester-0.1.0 vs api-tester.gemspec in api-tester-0.2.0
- old
+ new
@@ -1,12 +1,12 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'tester/version'
+require 'api-tester/version'
Gem::Specification.new do |spec|
spec.name = "api-tester"
- spec.version = Tester::VERSION
+ spec.version = ApiTester::VERSION
spec.authors = ["arane"]
spec.email = ["arane9@gmail.com"]
spec.summary = %q{Tool to help test APIs}
spec.description = %q{Tool to test APIs which will eventually do boundary testing and other sorts of testing automatically given a contract}