ruco.gemspec in ruco-0.0.13 vs ruco.gemspec in ruco-0.0.14

- 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.13" + s.version = "0.0.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Grosser"] - s.date = %q{2011-01-15} + s.date = %q{2011-01-16} s.default_executable = %q{ruco} s.email = %q{michael@grosser.it} s.executables = ["ruco"] s.files = [ "Gemfile", @@ -45,11 +45,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.3.7} + s.rubygems_version = %q{1.4.2} 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/string_spec.rb", @@ -60,10 +60,9 @@ "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 else end