Sha256: 35fa720f6d84efc1f3de5212a4d2cacc2db96ddb34edb8f4ddae76d6f7bd6375

Contents?: true

Size: 756 Bytes

Versions: 4

Compression:

Stored size: 756 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "templates"
  s.version     = Templates::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Sasha Koss']
  s.email       = ['kossnocorp@gmail.com']
  s.homepage    = ''
  s.summary     = %q{Rails engine which render selected templates to json}
  s.description = %q{Rails engine which render selected templates to json}

  s.rubyforge_project = "templates"

  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"]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
templates-0.2.2 templates.gemspec
templates-0.2.1 templates.gemspec
templates-0.2.0 templates.gemspec
templates-0.1.0 templates.gemspec