Sha256: a95c0a1868c3a9e69729aa422315ac0ea51ea8a915a0c96c9e1893a71192019b
Contents?: true
Size: 988 Bytes
Versions: 3
Compression:
Stored size: 988 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "icecream/version" Gem::Specification.new do |s| s.name = "icecream" s.version = IceCream::VERSION s.authors = ["Camilo Ribeiro"] s.email = ["cribeiro@camiloribeiro.com"] s.homepage = "http://github.com/camiloribeiro/icecream" s.summary = %q{Simple Factory to the ones who just wanna a factory} s.description = %q{Simple factory without any active record or external library. Just gem install and use!} s.rubyforge_project = "cello" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.default_executable = 'icecrem' s.require_paths = ["lib"] s.add_development_dependency 'pry' s.add_development_dependency 'cucumber' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
icecream-0.0.5 | icecream.gemspec |
icecream-0.0.4 | icecream.gemspec |
icecream-0.0.3 | icecream.gemspec |