Skip to content

Commit

Permalink
Re-add yard; remove use of metric_fu
Browse files Browse the repository at this point in the history
The yard dependency is required in order to run 'rake test' as the yard
tasks are imported. Remove metric_fu from the Rakefile as the gem is no-longer
installed.
  • Loading branch information
dj2 committed May 12, 2017
1 parent 75d5c50 commit ee2a45a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
yard (0.9.9)

PLATFORMS
ruby

DEPENDENCIES
rspec (> 2.0)
ruby-rtf!
yard

BUNDLED WITH
1.14.6
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Bundler::GemHelper.install_tasks
require 'yard'
require 'rspec/core/rake_task'

require 'metric_fu'

task :default => [:spec]

desc "run spec tests"
Expand Down
1 change: 1 addition & 0 deletions ruby-rtf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.description = s.summary

s.add_development_dependency 'rspec', '>2.0'
s.add_development_dependency 'yard'

s.bindir = 'bin'
s.executables << 'rtf_parse'
Expand Down

0 comments on commit ee2a45a

Please sign in to comment.