Sha256: 0074825646c5bb8bbbb303536f9fa1e9a5bf31817b1cb281bbbd5c8c25f95242
Contents?: true
Size: 814 Bytes
Versions: 3
Compression:
Stored size: 814 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'simple_controller/version' Gem::Specification.new do |spec| spec.name = "simple_controller" spec.version = SimpleController::VERSION spec.authors = ["Steve Chung"] spec.email = ["hello@stevenchung.ca"] spec.summary = "Rails Controllers, but general purpose." spec.homepage = "https://github.com/FinalCAD/simple_controller" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activesupport" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_controller-1.0.0 | simple_controller.gemspec |
simple_controller-0.1.1 | simple_controller.gemspec |
simple_controller-0.1.0 | simple_controller.gemspec |