Sha256: 8cdb6980e409ea2bbbb0fd612cce5e102257119feac58b5f8214d0ad89d2b83b
Contents?: true
Size: 855 Bytes
Versions: 5
Compression:
Stored size: 855 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' gem.add_dependency 'hashie', '>= 2.0.0' end
Version data entries
5 entries across 5 versions & 1 rubygems