.gemspec in ripl-debug-0.1.0 vs .gemspec in ripl-debug-0.1.1

- old
+ new

@@ -11,10 +11,10 @@ s.summary = "A ripl plugin that automatically passes a failed eval to ruby-debug" s.description = "This ripl plugin automatically starts the debugger whenever an evaled input throws an exception. The debugger is started at the source of the exception." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = 'tagaholic' s.executables = ['ripl-debug'] - s.add_dependency 'ripl', '>= 0.2.7' + s.add_dependency 'ripl', '>= 0.3.1' s.add_dependency 'ruby-debug' s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec} s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"] s.license = 'MIT' end