crags.gemspec in gotascii-crags-1.2.7 vs crags.gemspec in gotascii-crags-1.4.2

- old
+ new

@@ -1,20 +1,22 @@ +# -*- encoding: utf-8 -*- + Gem::Specification.new do |s| s.name = %q{crags} - s.version = "1.2.7" + s.version = "1.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Marney"] - s.date = %q{2009-02-05} + s.date = %q{2009-06-16} s.description = %q{A library to help search across multiple craigslist locations.} - s.email = %q{gotascii@gmail.com} - s.extra_rdoc_files = ["History.txt", "README.txt", "lib/js/client.html"] - s.files = [".gitignore", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "crags.gemspec", "lib/crags.rb", "lib/crags/fetch.rb", "lib/crags/proxy.rb", "lib/crags/runner.rb", "lib/crags/searcher.rb", "lib/js/client.html", "tasks/ann.rake", "tasks/bones.rake", "tasks/gem.rake", "tasks/git.rake", "tasks/manifest.rake", "tasks/notes.rake", "tasks/post_load.rake", "tasks/rdoc.rake", "tasks/rubyforge.rake", "tasks/setup.rb", "tasks/spec.rake", "tasks/svn.rake", "tasks/test.rake", "test/crags/fetch_test.rb", "test/crags/proxy_test.rb", "test/crags/runner_test.rb", "test/crags/searcher_test.rb", "test/test_helper.rb"] + s.email = %q{justin.marney@viget.com} + s.extra_rdoc_files = ["History.txt", "README.txt"] + s.files = [".gitignore", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "crags.gemspec", "lib/crags.rb", "lib/crags/fetch.rb", "lib/crags/proxy.rb", "lib/crags/runner.rb", "lib/crags/searcher.rb", "test/crags/fetch_test.rb", "test/crags/proxy_test.rb", "test/crags/runner_test.rb", "test/crags/searcher_test.rb", "test/test_helper.rb"] s.has_rdoc = true - s.homepage = %q{http://github.com/gotascii/crags} + s.homepage = %q{http://github.com/vigetlabs/crags} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{crags} s.rubygems_version = %q{1.3.1} s.summary = %q{A library to help search across multiple craigslist locations} s.test_files = ["test/crags/fetch_test.rb", "test/crags/proxy_test.rb", "test/crags/runner_test.rb", "test/crags/searcher_test.rb"] -end +end \ No newline at end of file