Sha256: 9f9779c390d6982d5c7db51da1fd9c530ae412c3e2a8d1f26247bdd3da870466

Contents?: true

Size: 972 Bytes

Versions: 6

Compression:

Stored size: 972 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "mountain-goat/version"

Gem::Specification.new do |s|
  s.name        = "mountain-goat"
  s.version     = MountainGoat::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Geoffrey Hayes", "meloncard.com"]
  s.email       = ["geoff@meloncard.com"]
  s.homepage    = "http://github.com/hayesgm/mountain_goat"
  s.summary     = "A/B Testing to the edge"
  s.description = "A/B test everything and get awesome in-house analytics"

  s.rubyforge_project = "mountain-goat"

  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.require_paths = ["lib"]

  # Development Dependencies
  s.add_development_dependency(%q<rspec>, ["~> 2.2.0"])
  s.add_development_dependency(%q<rack-test>, [">= 0.5.6"])
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mountain-goat-1.0.6pre1 mountain-goat.gemspec
mountain-goat-1.0.5 mountain-goat.gemspec
mountain-goat-1.0.4 mountain-goat.gemspec
mountain-goat-1.0.3 mountain-goat.gemspec
mountain-goat-1.0.2 mountain-goat.gemspec
mountain-goat-1.0.1 mountain-goat.gemspec