ruco.gemspec in ruco-0.0.30 vs ruco.gemspec in ruco-0.0.31
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{ruco}
- s.version = "0.0.30"
+ s.version = "0.0.31"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2011-01-27}
s.default_executable = %q{ruco}
@@ -50,11 +50,11 @@
"spec/ruco_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/grosser/ruco}
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.4.2}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{Commandline editor written in ruby}
s.test_files = [
"spec/ruco/application_spec.rb",
"spec/ruco/command_bar_spec.rb",
"spec/ruco/core_ext/array_spec.rb",
@@ -67,9 +67,10 @@
"spec/ruco_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<clipboard>, [">= 0.9.4"])
else