Sha256: d7148eb559781acd89d31f7ac65516258c50742fbcba2330e3bd6a8ababd1943

Contents?: true

Size: 1008 Bytes

Versions: 9

Compression:

Stored size: 1008 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      = "http://www.trosborn.com"
  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 "rack-test"
  spec.add_development_dependency "test-unit"

  spec.add_runtime_dependency "rack"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thomler-0.1.8 thomler.gemspec
thomler-0.1.7 thomler.gemspec
thomler-0.1.6 thomler.gemspec
thomler-0.1.5 thomler.gemspec
thomler-0.1.4 thomler.gemspec
thomler-0.1.3 thomler.gemspec
thomler-0.1.2 thomler.gemspec
thomler-0.1.1 thomler.gemspec
thomler-0.1.0 thomler.gemspec