Sha256: c80b34af1fdcc685bbca5c8abedcaf76920ec5a667bc90d22fa91fe65d65d06b
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'roda/component/version' Gem::Specification.new do |spec| spec.name = "roda-component" spec.version = Roda::Component::VERSION spec.authors = ["cj"] spec.email = ["cjlazell@gmail.com"] spec.summary = %q{} spec.description = %q{} spec.homepage = "" 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_runtime_dependency "opal" spec.add_runtime_dependency "opal-jquery" spec.add_runtime_dependency "faye" spec.add_runtime_dependency "faye-redis" spec.add_runtime_dependency "tilt" spec.add_runtime_dependency "rack_csrf" spec.add_runtime_dependency "ohm" spec.add_runtime_dependency "ohm-contrib" spec.add_runtime_dependency "ohm-sorted" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
5 entries across 5 versions & 1 rubygems