Sha256: 16a79d1e34a48b19d23c2979e0cec0f64d5e81a895567157a97f13c082f00d14
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "omniauth-coinbase/version" Gem::Specification.new do |s| s.name = "omniauth-coinbase" s.version = OmniAuth::Coinbase::VERSION s.authors = ["Miguel Palhas", "Alex Ianus"] s.email = ["mpalhas@gmail.com", "hire@alexianus.com"] s.homepage = "https://github.com/coinbase/omniauth-coinbase" s.summary = %q{OmniAuth strategy for Coinbase} s.description = %q{OmniAuth strategy for Coinbase} s.licenses = ['MIT'] s.post_install_message = <<MSG Do not upgrade an existing app to this version of omniauth-coinbase. See the release notes in the README for more information. MSG s.rubyforge_project = "omniauth-coinbase" 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 'multi_json', '~> 1.3' s.add_runtime_dependency 'omniauth-oauth2', '~> 1.2' s.add_runtime_dependency 'coinbase', '~> 4.0' s.add_development_dependency 'rspec', '~> 3.0' s.add_development_dependency 'rack-test', '~> 0.6' s.add_development_dependency 'simplecov', '~> 0.10' s.add_development_dependency 'webmock', '~> 1.20' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-coinbase-2.1.1 | omniauth-coinbase.gemspec |
omniauth-coinbase-2.1.0 | omniauth-coinbase.gemspec |
omniauth-coinbase-2.0.0 | omniauth-coinbase.gemspec |