googlecharts.gemspec in googlecharts-1.6.2 vs googlecharts.gemspec in googlecharts-1.6.3

- 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{googlecharts} - s.version = "1.6.2" + s.version = "1.6.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Aimonetti"] - s.date = %q{2011-04-13} + s.date = %q{2011-05-05} s.description = %q{Generate charts using Google API & Ruby} s.email = %q{mattaimonetti@gmail.com} s.extra_rdoc_files = [ "README", "README.markdown", @@ -54,19 +54,13 @@ "website/stylesheets/screen.css", "website/template.rhtml" ] s.homepage = %q{http://googlecharts.rubyforge.org/} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.6.2} s.summary = %q{Generate charts using Google API & Ruby} - s.test_files = [ - "spec/gchart_spec.rb", - "spec/spec_helper.rb", - "spec/theme_spec.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 else end