ruco.gemspec in ruco-0.2.6 vs ruco.gemspec in ruco-0.2.7

- old
+ new

@@ -2,17 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = "ruco" - s.version = "0.2.6" + s.name = %q{ruco} + s.version = "0.2.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Grosser"] - s.date = "2011-10-18" - s.email = "michael@grosser.it" + s.date = %q{2011-11-02} + s.default_executable = %q{ruco} + s.email = %q{michael@grosser.it} s.executables = ["ruco"] s.files = [ ".travis.yml", "Gemfile", "Gemfile.lock", @@ -75,15 +76,19 @@ "spec/ruco/tm_theme_spec.rb", "spec/ruco/window_spec.rb", "spec/ruco_spec.rb", "spec/spec_helper.rb" ] - s.homepage = "http://github.com/grosser/ruco" - s.post_install_message = "\n Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)\n Ubuntu: sudo apt-get install xclip # to use the clipboard\n\n" + s.homepage = %q{http://github.com/grosser/ruco} + s.post_install_message = %q{ + Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app) + Ubuntu: sudo apt-get install xclip # to use the clipboard + +} s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" - s.summary = "Commandline editor written in ruby" + s.rubygems_version = %q{1.6.2} + s.summary = %q{Commandline editor written in ruby} s.test_files = [ "spec/ruco/application_spec.rb", "spec/ruco/array_processor_spec.rb", "spec/ruco/command_bar_spec.rb", "spec/ruco/core_ext/array_spec.rb", @@ -109,19 +114,19 @@ if s.respond_to? :specification_version then 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.8"]) - s.add_runtime_dependency(%q<textpow1x>, [">= 1.2.3"]) + s.add_runtime_dependency(%q<textpow1x>, [">= 1.2.4"]) s.add_runtime_dependency(%q<language_sniffer>, [">= 0"]) else s.add_dependency(%q<clipboard>, [">= 0.9.8"]) - s.add_dependency(%q<textpow1x>, [">= 1.2.3"]) + s.add_dependency(%q<textpow1x>, [">= 1.2.4"]) s.add_dependency(%q<language_sniffer>, [">= 0"]) end else s.add_dependency(%q<clipboard>, [">= 0.9.8"]) - s.add_dependency(%q<textpow1x>, [">= 1.2.3"]) + s.add_dependency(%q<textpow1x>, [">= 1.2.4"]) s.add_dependency(%q<language_sniffer>, [">= 0"]) end end