Sha256: 900ba81306cadcb16b3fb82b41276fa8a44beab8194c1c1e24c5dd41474fa1d3
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/exvo_auth/version", __FILE__) Gem::Specification.new do |s| s.name = "exvo-auth" s.version = ExvoAuth::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Jacek Becela"] s.email = ["jacek.becela@gmail.com"] s.homepage = "http://rubygems.org/gems/exvo-auth" s.summary = "Sign in with Exvo account" s.description = "Sign in with Exvo account" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "exvo-auth" s.add_dependency "oa-oauth", "~> 0.0.4" s.add_dependency "httparty", "~> 0.6.1" s.add_dependency "activemodel", "~> 3.0.0" s.add_dependency "actionpack", "~> 3.0.0" s.add_development_dependency "mocha", "~> 0.9.8" s.add_development_dependency "test-unit", "~> 2.1.0" s.add_development_dependency "bundler", "~> 1.0.0" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exvo-auth-0.12.2 | exvo-auth.gemspec |
exvo-auth-0.12.1 | exvo-auth.gemspec |