ruco.gemspec in ruco-0.0.51 vs ruco.gemspec in ruco-0.0.52

- 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.51" + s.version = "0.0.52" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Grosser"] s.date = %q{2011-02-24} s.default_executable = %q{ruco} @@ -28,10 +28,12 @@ "lib/ruco/core_ext/hash.rb", "lib/ruco/core_ext/object.rb", "lib/ruco/core_ext/range.rb", "lib/ruco/core_ext/string.rb", "lib/ruco/editor.rb", + "lib/ruco/editor/history.rb", + "lib/ruco/editor/line_numbers.rb", "lib/ruco/editor_area.rb", "lib/ruco/file_store.rb", "lib/ruco/form.rb", "lib/ruco/history.rb", "lib/ruco/keyboard.rb", @@ -61,11 +63,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/array_spec.rb", @@ -83,10 +85,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 s.add_runtime_dependency(%q<clipboard>, [">= 0.9.4"]) else