Sha256: df1fd8cd01337b4b5654da47343ac6140c909a0e47f0608f1401287a66248cd8

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "nestive"
  s.version     = Nestive::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Justin French"]
  s.email       = ["justin@indent.com.au"]
  s.homepage    = ""
  s.summary     = %q{A Rails plugin/gem for awesome nested templates and layouts}
  s.description = %q{A Rails plugin/gem for awesome nested templates and layouts}

  s.rubyforge_project = "nestive"

  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(%q<rails>, ["~> 3.0"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nestive-0.1.0 nestive.gemspec