milkode.gemspec in milkode-0.3.0 vs milkode.gemspec in milkode-0.4.0

- 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{milkode} - s.version = "0.3.0" + s.version = "0.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["ongaeshi"] - s.date = %q{2012-01-20} + s.date = %q{2012-02-02} s.description = %q{Line based local source code search engine & grep-command & web-app.} s.email = %q{ongaeshi0621@gmail.com} s.executables = ["gmilk", "milk"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -105,45 +105,17 @@ "test/test_util.rb" ] s.homepage = %q{http://github.com/ongaeshi/milkode} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.6} + s.rubygems_version = %q{1.3.7} s.summary = %q{Line based local source code search engine & grep-command & web-app.} - s.test_files = [ - "test/data/a_project/cdstk.rb", - "test/data/a_project/cdstk_yaml.rb", - "test/data/b_project/runner.rb", - "test/data/b_project/test_dir.rb", - "test/file_assert.rb", - "test/file_test_utils.rb", - "test/milkode_test_work.rb", - "test/rake_test_loader.rb", - "test/runner.rb", - "test/test_bin_exec.rb", - "test/test_cdstk.rb", - "test/test_cdstk_command.rb", - "test/test_cdstk_yaml.rb", - "test/test_cli_cdstk.rb", - "test/test_cli_grep.rb", - "test/test_coderay_wrapper.rb", - "test/test_coderay_wrapper_data.rb", - "test/test_database.rb", - "test/test_dbdir.rb", - "test/test_dir.rb", - "test/test_gren_util.rb", - "test/test_helper.rb", - "test/test_mkurl.rb", - "test/test_query.rb", - "test/test_string_snip.rb", - "test/test_util.rb" - ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 - if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<bundler>, ["~> 1.0.0"]) s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"]) s.add_development_dependency(%q<rcov>, [">= 0"]) s.add_runtime_dependency(%q<termcolor>, [">= 1.2.0"]) s.add_runtime_dependency(%q<rroonga>, [">= 1.1.0"])