Sha256: cc9518756620ba9e30a63ce71a8ed1f98037012a06367198c730bb291325734d

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

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

Gem::Specification.new do |s|
  s.name = %q{gowalla}
  s.version = Gowalla::VERSION
  s.authors = ["Wynn Netherland", "Eric Hutzelman"]
  s.email = %q{wynn.netherland@gmail.com}
  s.summary = %q{Wrapper for the Gowalla API}
  s.description = %q{Ruby wrapper for the Gowalla API}
  s.homepage = %q{http://wynnnetherland.com/projects/gowalla/}

  s.add_dependency "oauth2"
  s.add_dependency "faraday", "~> 0.4.5"
  s.add_dependency "faraday_middleware", "~> 0.0.5"

  s.add_development_dependency "shoulda", "~> 2.10.0"
  s.add_development_dependency "jnunemaker-matchy", "~> 0.4.0"
  s.add_development_dependency "fakeweb"
  s.add_development_dependency "bundler", ">= 1.0.0"

  s.required_rubygems_version = ">= 1.3.6"
  s.platform = Gem::Platform::RUBY
  s.require_path  = 'lib'
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gowalla-0.4.1 gowalla.gemspec