Sha256: 27600100fdc5e8a6328de225b89fdea57410309b1c1444e2bf1b296db7c1258a

Contents?: true

Size: 1.03 KB

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
exvo-auth-0.12.0 exvo-auth.gemspec
exvo-auth-0.11.2 exvo-auth.gemspec
exvo-auth-0.11.1 exvo-auth.gemspec
exvo-auth-0.11.0 exvo-auth.gemspec
exvo-auth-0.10.4 exvo-auth.gemspec
exvo-auth-0.10.3 exvo-auth.gemspec
exvo-auth-0.10.2 exvo-auth.gemspec
exvo-auth-0.10.1 exvo-auth.gemspec