Sha256: 4a47a955fd4191eddab1e4f8487b225a426188f19052d28f9aea272a9181815a
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'thomler/version' Gem::Specification.new do |spec| spec.name = "thomler" spec.version = Thomler::VERSION spec.authors = ["Thomas Osborn"] spec.email = ["trosborn@gmail.com"] spec.description = %q{Ruby on Thomler} spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to Rebuilding Rails.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rack" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thomler-0.0.4 | thomler.gemspec |