Sha256: 6f3df65c9f6fd98654aca34c4287bf6202dfc1f78dd56b7237742c327cb527ee
Contents?: true
Size: 937 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thomler-0.0.3 | thomler.gemspec |
thomler-0.0.2 | thomler.gemspec |