Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 9a64b07

Browse files
committed
gem fixes
1 parent 978ce30 commit 9a64b07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ gemspec
55
gem 'rake', '>= 10.4'
66
gem 'rspec', '>= 3.2'
77
gem 'simplecov', :require => false
8-
gem 'webmock', '>= 1.20'
98
gem 'rest-client'

codacy-ruby.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
lib = File.expand_path('../lib', __FILE__)
22
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3-
require 'codacy/version'
43

54
Gem::Specification.new do |gem|
65
gem.authors = ["Nuno Teixeira"]
@@ -15,7 +14,7 @@ Gem::Specification.new do |gem|
1514
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1615
gem.name = "codacy-coverage"
1716
gem.require_paths = ["lib"]
18-
gem.version = Codacy::VERSION
17+
gem.version = '0.0.1'
1918

2019
gem.required_ruby_version = '>= 1.8.7'
2120

0 commit comments

Comments
 (0)