Sha256: 336ea123da02cf2c8d8963a9e875e2242ed60b6d6b6129f987f69abef2523273

Contents?: true

Size: 1001 Bytes

Versions: 1

Compression:

Stored size: 1001 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "google_r"
  s.version     = GoogleR::VERSION
  s.authors     = ["Zendesk", "Przemek Owczarek", "Michal Bugno"]
  s.email       = ["opensource@zendesk.com"]
  s.homepage    = "https://github.com/zendesk/google_r"
  s.summary     = %q{Google API with Ruby}
  s.description = %q{Google API with Ruby}
  s.license     = "Apache-2.0"
  
  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_development_dependency "simplecov"
  s.add_development_dependency "fuubar"
  s.add_runtime_dependency "nokogiri"
  s.add_runtime_dependency "yajl-ruby"
  s.add_runtime_dependency "faraday"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google_r-0.2.0 google_r.gemspec