Sha256: 7756f00316d0cb82df57964cb5781a05771f75d794ec18189837c1c503fa4f69
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
$: << File.dirname(__FILE__) + "/lib" Gem::Specification.new do |spec| spec.name = "tpitale-rack-oauth2-server" spec.version = IO.read("VERSION") spec.author = "Assaf Arkin" spec.email = "assaf@labnotes.org" spec.homepage = "http://github.com/flowtown/#{spec.name}" spec.summary = "OAuth 2.0 Authorization Server as a Rack module for ActiveRecord" spec.description = "Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome." spec.post_install_message = "To get started, run the command oauth2-server" spec.files = Dir["{bin,lib,rails,test}/**/*", "CHANGELOG", "VERSION", "MIT-LICENSE", "README.rdoc", "Rakefile", "Gemfile", "*.gemspec"] spec.executable = "oauth2-server" spec.extra_rdoc_files = "README.rdoc", "CHANGELOG" spec.rdoc_options = "--title", "tpitale-rack-oauth2-server #{spec.version}", "--main", "README.rdoc", "--webcvs", "http://github.com/tpitale/rack-oauth2-server" spec.license = "MIT" spec.required_ruby_version = '>= 1.8.7' spec.add_dependency "rack", "~>1.1" spec.add_dependency "rails", ">= 2.3.11" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tpitale-rack-oauth2-server-2.2.1.2 | rack-oauth2-server.gemspec |
tpitale-rack-oauth2-server-2.2.1.1 | rack-oauth2-server.gemspec |
tpitale-rack-oauth2-server-2.2.1 | rack-oauth2-server.gemspec |