ruby_jard.gemspec in ruby_jard-0.2.0 vs ruby_jard.gemspec in ruby_jard-0.2.1
- old
+ new
@@ -25,12 +25,12 @@
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.bindir = 'bin'
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ spec.executables = []
spec.require_paths = ['lib']
- spec.add_runtime_dependency 'byebug', '>= 11.1.0'
- spec.add_runtime_dependency 'pastel', '>= 0.7.4'
- spec.add_runtime_dependency 'pry', '>= 0.13.0'
+ spec.add_runtime_dependency 'byebug', '~> 11.1.0'
+ spec.add_runtime_dependency 'pry', '~> 0.13.0'
+ spec.add_runtime_dependency 'tty-screen', '~> 0.8.1'
end