Sha256: 97c8d80b8a2351703b1c025152e42f31e7cf5a2c9f895f1f48501e39ede49218

Contents?: true

Size: 1.38 KB

Versions: 11

Compression:

Stored size: 1.38 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "authorizme/version"

Gem::Specification.new do |s|
  s.name        = "authorizme"
  s.version     = Authorizme::VERSION
  s.authors     = ["Arturs Braucs", "Creative Mobile"]
  s.email       = ["arturs@creo.mobi"]
  s.homepage    = "https://github.com/CreativeMobile/Authorizme"
  s.summary     = %q{Simple authorization gem for basic and Oauth: facebook.com, twitter.com and draugiem.lv}
  s.description = %q{Authorization that includes basic authorization and 3 social authorization with Latvia social network draugiem.lv, facebook.com and twitter.com.}

  s.rubyforge_project = "authorizme"

  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_development_dependency 'rake'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'rspec-rails'
  s.add_development_dependency 'webrat'
  s.add_development_dependency 'capybara'
  s.add_development_dependency 'factory_girl_rails'
  
  s.add_dependency "activesupport"
  s.add_dependency "rails"
  s.add_dependency "bcrypt-ruby"
  s.add_dependency "json"
  s.add_dependency "twitter_oauth"
  s.add_dependency "twitter"
  s.add_dependency "oauth2"
  s.add_dependency "fbgraph"
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
authorizme-1.0.0 authorizme.gemspec
authorizme-0.0.11 authorizme.gemspec
authorizme-0.0.10 authorizme.gemspec
authorizme-0.0.9 authorizme.gemspec
authorizme-0.0.8 authorizme.gemspec
authorizme-0.0.7 authorizme.gemspec
authorizme-0.0.6 authorizme.gemspec
authorizme-0.0.5 authorizme.gemspec
authorizme-0.0.4 authorizme.gemspec
authorizme-0.0.3 authorizme.gemspec
authorizme-0.0.2 authorizme.gemspec