Sha256: 3bfee4c58d131230637365a4df035ea4462068db6b54d12a52ac8a7cf1a885ff

Contents?: true

Size: 878 Bytes

Versions: 12

Compression:

Stored size: 878 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "goauth2/version"

Gem::Specification.new do |s|
  s.name        = "goauth2"
  s.version     = Goauth2::VERSION
  s.authors     = ["Mark Dillon"]
  s.email       = ["mdillon@gmail.com"]
  s.homepage    = "https://github.com/markdillon/goauth2"
  s.summary     = %q{Oauth2 for Google Data APIs}
  s.description = %q{Oauth2 for Google Data APIs}

  s.rubyforge_project = "goauth2"

  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"]

  # specify any dependencies here; for example:
  s.add_development_dependency "rspec"
  s.add_dependency 'json'
  s.add_dependency 'oauth2'
  s.add_development_dependency 'bundler'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
goauth2-0.0.13 goauth2.gemspec
goauth2-0.0.12 goauth2.gemspec
goauth2-0.0.11 goauth2.gemspec
goauth2-0.0.10 goauth2.gemspec
goauth2-0.0.9 goauth2.gemspec
goauth2-0.0.7 goauth2.gemspec
goauth2-0.0.6 goauth2.gemspec
goauth2-0.0.5 goauth2.gemspec
goauth2-0.0.4 goauth2.gemspec
goauth2-0.0.3 goauth2.gemspec
goauth2-0.0.2 goauth2.gemspec
goauth2-0.0.1 goauth2.gemspec