Sha256: dc1df8e323df69d782c39fb6315868141c4633f9349507655365a33a75a37780

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "hot_tub"
  s.version     = HotTub::VERSION
  s.authors     = ["Joshua Mckinney"]
  s.email       = ["joshmckin@gmail.com"]
  s.homepage    = "https://github.com/JoshMcKin/hot_tub"
  s.summary     = %q{A very simple ruby pool gem}
  s.description = %q{A very simple ruby pool gem}

  s.rubyforge_project = "hot_tub"

  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"]
  s.add_development_dependency "rspec"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hot_tub-0.0.4 http_hot_tub.gemspec
hot_tub-0.0.3 http_hot_tub.gemspec
hot_tub-0.0.2 http_hot_tub.gemspec
hot_tub-0.0.1 http_hot_tub.gemspec