Sha256: 4ae0543f1f29f428d5167f17c24bf550ed90e4e6ed4002ceabfe63c576ebd74f
Contents?: true
Size: 868 Bytes
Versions: 5
Compression:
Stored size: 868 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require 'capcoauth/version' Gem::Specification.new do |s| s.name = 'capcoauth' s.version = Capcoauth::VERSION s.authors = ['Adam Robertson'] s.email = %w'adam.robertson@capco.com' s.homepage = 'https://github.com/arcreative/capcoauth-gem' s.summary = 'Integration with Capcoauth authentication service' s.description = 'capcoauth-gem is a library to integrate Rails applications with Capcoauth authentication service' s.license = 'MIT' s.files = `git ls-files`.split("\n") # s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ['lib'] s.add_dependency 'railties', ['>= 4.2', '< 6.0'] s.add_dependency 'httparty', '~> 0.13' s.add_development_dependency 'rake', '~> 10.5' s.add_development_dependency 'rspec-rails', '~> 3.4' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
capcoauth-0.3.0 | capcoauth.gemspec |
capcoauth-0.2.3 | capcoauth.gemspec |
capcoauth-0.2.2 | capcoauth.gemspec |
capcoauth-0.2.1 | capcoauth.gemspec |
capcoauth-0.2.0 | capcoauth.gemspec |