Sha256: 86e392efbf1e57fbc36c486014410a29561478969c617c491584b82cb9957161

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

Gem::Specification.new do |s|
  s.name        = "json-jwt"
  s.version     = File.read("VERSION")
  s.authors     = ["nov matake"]
  s.email       = ["nov@matake.jp"]
  s.homepage    = "https://github.com/nov/json-jwt"
  s.summary     = %q{JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby}
  s.description = %q{JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby}
  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_runtime_dependency "multi_json", ">= 1.3"
  s.add_runtime_dependency "url_safe_base64"
  s.add_runtime_dependency "activesupport", ">= 2.3"
  s.add_runtime_dependency "i18n"
  s.add_runtime_dependency "bindata"
  s.add_development_dependency "rake", ">= 0.8"
  s.add_development_dependency "cover_me", ">= 1.2.0"
  s.add_development_dependency "rspec", ">= 2"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json-jwt-0.5.2 json-jwt.gemspec
json-jwt-0.5.1 json-jwt.gemspec
json-jwt-0.5.0 json-jwt.gemspec