googlecharts.gemspec in googlecharts-1.6.3 vs googlecharts.gemspec in googlecharts-1.6.6

- old
+ new

@@ -1,71 +1,20 @@ -# Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- +$:.push File.expand_path("../lib", __FILE__) +require "gchart/version" Gem::Specification.new do |s| s.name = %q{googlecharts} - 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-05-05} + s.version = GchartInfo::VERSION + s.platform = Gem::Platform::RUBY + s.authors = ["Matt Aimonetti", "Andrey Deryabin"] + s.date = %q{2011-05-21} + s.summary = %q{Generate charts using Google API & Ruby} s.description = %q{Generate charts using Google API & Ruby} - s.email = %q{mattaimonetti@gmail.com} - s.extra_rdoc_files = [ - "README", - "README.markdown", - "README.txt" - ] - s.files = [ - "History.txt", - "License.txt", - "Manifest.txt", - "README", - "README.markdown", - "README.txt", - "Rakefile", - "VERSION", - "config/hoe.rb", - "config/requirements.rb", - "googlecharts.gemspec", - "lib/gchart.rb", - "lib/gchart/aliases.rb", - "lib/gchart/theme.rb", - "lib/gchart/version.rb", - "lib/googlecharts.rb", - "lib/themes.yml", - "script/destroy", - "script/generate", - "script/txt2html", - "setup.rb", - "spec/fixtures/another_test_theme.yml", - "spec/fixtures/test_theme.yml", - "spec/gchart_spec.rb", - "spec/spec_helper.rb", - "spec/theme_spec.rb", - "tasks/deployment.rake", - "tasks/environment.rake", - "tasks/rspec.rake", - "tasks/website.rake", - "website/index.html", - "website/index.txt", - "website/javascripts/rounded_corners_lite.inc.js", - "website/stylesheets/screen.css", - "website/template.rhtml" - ] + s.email = %q{mattaimonetti@gmail.com deriabin@gmail.com} s.homepage = %q{http://googlecharts.rubyforge.org/} - s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} - s.summary = %q{Generate charts using Google API & Ruby} - if s.respond_to? :specification_version then - s.specification_version = 3 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - else - end - else - end + s.files = `git ls-files`.split("\n") + s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } + s.require_paths = ["lib"] end -