Sha256: 1191d8c90cc43988870ec47dc27083afc941c2ecdc428dc1d11665ff5b79aa01

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

Gem::Specification.new do |s|
  s.name          = "rainforest_auth"
  s.version       = "0.1.0"
  s.date          = "2017-03-07"
  s.summary       = "Authentication of messages for Rainforest webhooks"
  s.description   = "Signs / Authenticates messages"
  s.authors       = ["Russell Smith"]
  s.email         = ["russ@rainforestqa.com"]
  s.files         = ["lib/rainforest/auth.rb"]
  s.homepage      = "https://www.rainforestqa.com/"
  s.require_paths = ["lib"]
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.add_dependency('json')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rainforest_auth-0.1.0 rainforest_auth.gemspec