Sha256: 941513490589fbac528d53e34332951395ff7ad336f987d3ca67f2a18d0121a3
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sarcastic_bunny/version' Gem::Specification.new do |gem| gem.name = "sarcastic_bunny" gem.version = SarcasticBunny::VERSION gem.authors = ["Justin Ricaurte"] gem.email = ["justin@honest.com"] gem.description = %q{This is for mocking the bunny gem or maybe the bunny gem is mocking you...} gem.summary = %q{This is for mocking the bunny gem or maybe the bunny gem is mocking you...} gem.homepage = "" 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{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sarcastic_bunny-0.0.1 | sarcastic_bunny.gemspec |