ruco.gemspec in ruco-0.0.50 vs ruco.gemspec in ruco-0.0.51
- old
+ new
@@ -3,15 +3,15 @@
# 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.50"
+ s.version = "0.0.51"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
- s.date = %q{2011-02-21}
+ s.date = %q{2011-02-24}
s.default_executable = %q{ruco}
s.email = %q{michael@grosser.it}
s.executables = ["ruco"]
s.files = [
"Gemfile",
@@ -61,11 +61,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",
@@ -83,9 +83,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