Sha256: dc889f6a8e8ac464a19a61f92a403c7b910701203baef946c4701da9527dddbc
Contents?: true
Size: 638 Bytes
Versions: 2
Compression:
Stored size: 638 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dont_mess_with_my_js/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Chris Lowder'] gem.email = ['clowder@gmail.com'] gem.description = '' gem.summary = '' gem.homepage = 'https://github.com/clowder/dont-mess-with-my-js' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^spec/}) gem.name = 'dont-mess-with-my-js' gem.require_paths = ['lib'] gem.version = DontMessWithMyJs::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dont-mess-with-my-js-0.0.2 | dont-mess-with-my-js.gemspec |
dont-mess-with-my-js-0.0.1 | dont-mess-with-my-js.gemspec |