Sha256: 411b0e22a34b0a5ceec9deffe7a410827acd2e9403c2d6b4712dc1d6cd3d5adc
Contents?: true
Size: 935 Bytes
Versions: 4
Compression:
Stored size: 935 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'brototype/version' Gem::Specification.new do |spec| spec.name = "brototype" spec.version = Brototype::VERSION spec.authors = ["Eric"] spec.email = ["ericschleeper@gmail.com"] spec.summary = %q{Bro, do you even Ruby?} spec.description = %q{Ruby port of the popular brototypejs library.} spec.homepage = "https://github.com/eschleeper/brototype" 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_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency 'rspec' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
brototype-0.9.4 | brototype.gemspec |
brototype-0.9.3 | brototype.gemspec |
brototype-0.9.1 | brototype.gemspec |
brototype-0.9.0 | brototype.gemspec |