Sha256: 938abbfcf50b1c75f546d45ac41cccc9a3b4eb35841bdb2c5d3e6f53d68c5561

Contents?: true

Size: 682 Bytes

Versions: 5

Compression:

Stored size: 682 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "authorization/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "authorization"
  s.version     = Authorization::VERSION
  s.authors     = ["TODO: Your name"]
  s.email       = ["TODO: Your email"]
  s.homepage    = "TODO"
  s.summary     = "TODO: Summary of Authorization."
  s.description = "TODO: Description of Authorization."

  s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
  s.test_files = Dir["test/**/*"]

  s.add_dependency "rails", "~> 4.0.4"

  s.add_development_dependency "sqlite3"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arcadex-1.3.1 test/test_app/gems/authorization/authorization.gemspec
arcadex-1.3.0 test/test_app/gems/authorization/authorization.gemspec
arcadex-1.2.3 test/test_app/gems/authorization/authorization.gemspec
arcadex-1.2.1 test/test_app/gems/authorization/authorization.gemspec
arcadex-1.2.0 test/test_app/gems/authorization/authorization.gemspec