Sha256: b5c4d8a59415ff8333f99beb255811af27d01f61550d2e7a4258d86732a28a9e

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

require File.expand_path("../lib/mashery/version", __FILE__)

Gem::Specification.new do |s|
  s.name                      = "mashery_rails"
  s.version                   = Mashery::VERSION

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors                   = ["Farley Knight"]
  s.date                      = "2013-09-23"
  s.email                     = "farleyknight@gmail.com"
  s.extra_rdoc_files          = [
    "LICENSE.txt",
    "README.md",
  ]

  s.files                     = `git ls-files`.split("\n")

  s.homepage                  = "http://github.com/farleyknight/mashery_rails"
  s.licenses                  = ["MIT"]
  s.require_paths             = ["lib"]
  s.rubygems_version          = "1.8.25"
  s.summary                   = "Rails gem for Mashery. Clean config and includes tests with decent test coverage"

  s.add_dependency(%q<activesupport>, [">= 3.1.0"])
  s.add_dependency(%q<rest-client>, [">= 0"])
  s.add_dependency(%q<json>, [">= 0"])
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mashery_rails-0.6.9.pre4 mashery_rails.gemspec
mashery_rails-0.6.9.pre3 mashery_rails.gemspec
mashery_rails-0.6.9.pre1 mashery_rails.gemspec
mashery_rails-0.6.8 mashery_rails.gemspec
mashery_rails-0.6.7 mashery_rails.gemspec
mashery_rails-0.6.6 mashery_rails.gemspec
mashery_rails-0.6.3 mashery_rails.gemspec