sitemaps.gemspec in ktlacaelel-sitemaps-0.2.0 vs sitemaps.gemspec in ktlacaelel-sitemaps-0.4.2

- old
+ new

@@ -3,17 +3,19 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sitemaps} - s.version = "0.2.0" + s.version = "0.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kazuyoshi tlacaelel"] - s.date = %q{2009-09-10} + s.date = %q{2009-09-15} + s.default_executable = %q{sitemaps} s.description = %q{Setup a config file & execute. I will download and compress your sitemaps!} s.email = %q{kazu.dev@gmail.com} + s.executables = ["sitemaps"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ @@ -21,35 +23,34 @@ ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", - "lib/cli.rb", + "bin/sitemaps", "lib/configuration.rb", "lib/generator.rb", "lib/invalid_configuration_error.rb", "lib/sitemaps.rb", "sitemaps.gemspec", - "test/cli_test.rb", "test/configuration_test.rb", "test/data/empty_configuration_file.yml", "test/data/invalid_configuration_file.yml", "test/data/no_domain_configuration_file.yml", "test/data/no_dump_dir_configuration_file.yml", "test/data/no_generator_configuration_file.yml", "test/data/no_targets_configuration_file.yml", "test/data/valid_configuration_file.yml", + "test/data/valid_configuration_file2.yml", "test/generator_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/ktlacaelel/sitemaps} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.3} s.summary = %q{SEO Sitemap Generator} s.test_files = [ - "test/cli_test.rb", - "test/configuration_test.rb", + "test/configuration_test.rb", "test/generator_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then