Sha256: 406816f193ecdf14417dfc6e69d13215e9a546c63e3d7ef1ea3565103532b88e

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "inherited_resources/version"

Gem::Specification.new do |s|
  s.name        = "inherited_resources"
  s.version     = InheritedResources::VERSION.dup
  s.platform    = Gem::Platform::RUBY
  s.summary     = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important."
  s.email       = "developers@plataformatec.com.br"
  s.homepage    = "http://github.com/josevalim/inherited_resources"
  s.description = "Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important."
  s.authors     = ['José Valim']
  s.license     = "MIT"

  s.rubyforge_project = "inherited_resources"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]

  s.add_dependency("responders", "~> 1.0.0.rc")
  s.add_dependency("has_scope",  "~> 0.6.0.rc")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inherited_resources-1.4.1 inherited_resources.gemspec