mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +08:00
Remove add_development_dependency from gem
This commit is contained in:
parent
9a9276d024
commit
94d6bcb9f5
6
Gemfile
6
Gemfile
@ -4,3 +4,9 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
# Specify your gem's dependencies in youplot.gemspec
|
# Specify your gem's dependencies in youplot.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
group :test do
|
||||||
|
gem 'rake'
|
||||||
|
gem 'simplecov'
|
||||||
|
gem 'test-unit'
|
||||||
|
end
|
||||||
|
@ -19,10 +19,5 @@ Gem::Specification.new do |spec|
|
|||||||
spec.executables = %w[uplot youplot]
|
spec.executables = %w[uplot youplot]
|
||||||
spec.require_paths = ['lib']
|
spec.require_paths = ['lib']
|
||||||
|
|
||||||
spec.add_runtime_dependency 'unicode_plot', '>= 0.0.5'
|
spec.add_dependency 'unicode_plot', '>= 0.0.5'
|
||||||
spec.add_development_dependency 'bundler'
|
|
||||||
spec.add_development_dependency 'rake'
|
|
||||||
spec.add_development_dependency 'rubocop'
|
|
||||||
spec.add_development_dependency 'simplecov'
|
|
||||||
spec.add_development_dependency 'test-unit'
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user