Sha256: b69dbd35494d0e376f3cf089329fc8c7aec6a9fcc914b86368f45332675b78af
Contents?: true
Size: 1.02 KB
Versions: 10
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "omniauth-foursquare/version" Gem::Specification.new do |s| s.name = "omniauth-foursquare" s.version = Omniauth::Foursquare::VERSION s.authors = ["Arun Agrawal"] s.email = ["arunagw@gmail.com"] s.homepage = "https://github.com/arunagw/omniauth-foursquare" s.summary = %q{Foursquare OAuth strategy for OmniAuth} s.description = %q{Foursquare OAuth strategy for OmniAuth} s.rubyforge_project = "omniauth-foursquare" 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"] s.add_dependency 'omniauth', '~> 1.0' s.add_dependency 'omniauth-oauth2', '~> 1.0' s.add_development_dependency 'rspec', '~> 2.7' s.add_development_dependency 'rack-test' s.add_development_dependency 'simplecov' s.add_development_dependency 'webmock' end
Version data entries
10 entries across 10 versions & 1 rubygems