Sha256: ed25ed9878b9a2e9d18ff1c41b406ba3e30853459a1b09cc1c4a480c1e952011

Contents?: true

Size: 1019 Bytes

Versions: 9

Compression:

Stored size: 1019 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.license     = "Apache 2.0"
  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

9 entries across 9 versions & 1 rubygems

Version Path
icecream-0.0.14 icecream.gemspec
icecream-0.0.13 icecream.gemspec
icecream-0.0.12 icecream.gemspec
icecream-0.0.11 icecream.gemspec
icecream-0.0.10 icecream.gemspec
icecream-0.0.9 icecream.gemspec
icecream-0.0.8 icecream.gemspec
icecream-0.0.7 icecream.gemspec
icecream-0.0.6 icecream.gemspec