Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cannikin committed Apr 27, 2009
1 parent 0821b31 commit 4e9d6a3
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions 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

0 comments on commit 4e9d6a3

Please sign in to comment.