Sha256: 1ab292c06c562bee35e7e560f7d89bb40155d8198a99a011141562c4e65bd4c0

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "karsthammer-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     = ['Karst Hammer', 'José Valim']

  s.rubyforge_project = "inherited_resources"

  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_dependency("responders", "~> 0.6.0")
  s.add_dependency("has_scope",  "~> 0.5.0")
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
karsthammer-inherited_resources-1.2.2.1 karsthammer-inherited_resources.gemspec
karsthammer-inherited_resources-1.2.2 karsthammer-inherited_resources.gemspec
karsthammer-inherited_resources-1.2.1.1 karsthammer-inherited_resources.gemspec
karsthammer-inherited_resources-1.2.1 karsthammer-inherited_resources.gemspec