Sha256: e54b48c294d5aa4bd781d9b2c6710562ed38b0563d4aafe2d3867c8735ab1f5c
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
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.add_runtime_dependency 'hashie' gem.add_development_dependency "bundler", "~> 1.3" gem.add_development_dependency "debugger" gem.add_development_dependency "guard" gem.add_development_dependency "guard-rspec" gem.add_development_dependency "guard-spork" gem.add_development_dependency 'rake' gem.add_development_dependency 'rb-readline' gem.add_development_dependency 'rspec' gem.add_development_dependency "yard" gem.add_development_dependency "redcarpet" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cupcakinator-0.0.2 | cupcakinator.gemspec |