Sha256: 72694f8e379e4e7af2b1f3aa1891007108b9f8da8f7a36e5008bc764784c31c6

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{soundcloud-auth}
  s.version = "0.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Lee Martin"]
  s.date = %q{2010-06-25}
  s.description = %q{SoundcloudAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via SoundCloud.}
  s.email = %q{lee@soundcloud.com}
  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    "README.markdown",
     "Rakefile",
     "VERSION",
     "app/controllers/sessions_controller.rb",
     "app/models/soundcloud_auth/generic_user.rb",
     "config/routes.rb",
     "generators/soundcloud_auth/USAGE",
     "generators/soundcloud_auth/soundcloud_auth_generator.rb",
     "generators/soundcloud_auth/templates/migration.rb",
     "generators/soundcloud_auth/templates/soundcloud_auth.yml",
     "generators/soundcloud_auth/templates/user.rb",
     "init.rb",
     "lib/soundcloud_auth.rb",
     "lib/soundcloud_auth/controller_extensions.rb",
     "lib/soundcloud_auth/dispatcher/oauth.rb",
     "pkg/soundcloud-auth-0.1.0.gem",
     "rails/init.rb",
     "soundcloud-auth.gemspec"
  ]
  s.homepage = %q{http://github.com/leemartin/soundcloud-auth}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{SoundcloudAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via SoundCloud.}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<oauth>, [">= 0.3.1"])
    else
      s.add_dependency(%q<oauth>, [">= 0.3.1"])
    end
  else
    s.add_dependency(%q<oauth>, [">= 0.3.1"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
soundcloud-auth-0.1.1 soundcloud-auth.gemspec