Sha256: f106864b798d007ca960fabe8358936afe031f1f5b1cdd13a7f9ce5b4804a702
Contents?: true
Size: 830 Bytes
Versions: 1
Compression:
Stored size: 830 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/icebreaker/version", __FILE__) Gem::Specification.new do |s| s.name = "icebreaker" s.version = IceBreaker::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mark Dillon"] s.email = ["mdillon@gmail.com"] s.homepage = "http://github.com/markdillon/icebreaker" s.summary = "icebreaker-#{s.version}" s.description = "Generate a Rails 3 app with the Mongoid ORM (or OM) and RSpec for BDD testing." s.required_rubygems_version = "~> 1.6.0" s.rubyforge_project = "icebreaker" s.add_dependency "thor" s.add_development_dependency "bundler" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
icebreaker-0.1.1 | icebreaker.gemspec |