Sha256: fb4026bd855101817afeda6a2f0fe8c4ac61c85766cbd33791bcaeadf6798463
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'orats/version' Gem::Specification.new do |spec| spec.name = 'orats' spec.version = Orats::VERSION spec.authors = ['Nick Janetakis'] spec.email = ['nick.janetakis@gmail.com'] spec.summary = %q{Opinionated rails application templates.} spec.description = %q{A collection of rails application templates using modern versions of Ruby on Rails. Launch new applications and the infrastructure to run them in seconds.} spec.homepage = 'https://github.com/nickjj/orats' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_dependency 'thor', '~> 0' spec.add_development_dependency 'bundler', '~> 1.5' spec.add_development_dependency 'rake', '~> 0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
orats-0.3.1 | orats.gemspec |
orats-0.3.0 | orats.gemspec |
orats-0.2.0 | orats.gemspec |