From 4e9d6a32865eccac13ca6562f7fc23ee55164a75 Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Mon, 27 Apr 2009 13:32:42 -0700 Subject: [PATCH] Regenerated gemspec for version 0.2.0 --- gattica.gemspec | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 gattica.gemspec diff --git a/gattica.gemspec b/gattica.gemspec new file mode 100644 index 0000000..18e762d --- /dev/null +++ b/gattica.gemspec @@ -0,0 +1,62 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = %q{gattica} + s.version = "0.2.0" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Rob Cameron"] + s.date = %q{2009-04-27} + s.description = %q{Gattica is a Ruby library for extracting data from the Google Analytics API.} + s.email = %q{cannikinn@gmail.com} + s.extra_rdoc_files = [ + "LICENSE", + "README.rdoc" + ] + s.files = [ + "History.txt", + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION.yml", + "examples/example.rb", + "lib/gattica.rb", + "lib/gattica/account.rb", + "lib/gattica/auth.rb", + "lib/gattica/convertible.rb", + "lib/gattica/core_extensions.rb", + "lib/gattica/data_point.rb", + "lib/gattica/data_set.rb", + "lib/gattica/exceptions.rb", + "lib/gattica/user.rb", + "test/helper.rb", + "test/suite.rb", + "test/test_auth.rb", + "test/test_engine.rb", + "test/test_user.rb" + ] + s.has_rdoc = true + s.homepage = %q{http://github.com/cannikin/gattica} + s.rdoc_options = ["--charset=UTF-8"] + s.require_paths = ["lib"] + s.rubygems_version = %q{1.3.1} + s.summary = %q{Gattica is a Ruby library for extracting data from the Google Analytics API.} + s.test_files = [ + "test/helper.rb", + "test/suite.rb", + "test/test_auth.rb", + "test/test_engine.rb", + "test/test_user.rb", + "examples/example.rb" + ] + + if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION + s.specification_version = 2 + + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + else + end + else + end +end