Sha256: e40c8d84795e326138923b444ddc9314578096378bb6db2e4a613009143fe9a7
Contents?: true
Size: 813 Bytes
Versions: 1
Compression:
Stored size: 813 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/cupcakinator/version', __FILE__) require 'base64' Gem::Specification.new do |gem| gem.authors = ["Bryan Taylor"] gem.email = ['YmNwdGF5bG9yQGdtYWlsLmNvbQ==\n'].collect{ |foo| Base64.decode64(foo) } gem.description = %q{ Add config from YAML to any class } gem.summary = %q{ Easy to add config from YAML to any class } gem.homepage = "http://github.com/rubyisbeautiful/cupcakinator" 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.name = "cupcakinator" gem.require_paths = ["lib"] gem.version = Cupcakinator::VERSION gem.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cupcakinator-1.0.0 | cupcakinator.gemspec |