Sha256: 7b6887e0e363b6b797a1a7ba8b9de6a2d628f77f3c37b8ef566b990aa720eb95

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "hiccup"
  s.version     = Hiccup::VERSION
  s.authors     = ["Bob Lail"]
  s.email       = ["bob.lailfamily@gmail.com"]
  s.homepage    = "http://boblail.github.com/hiccup/"
  s.summary     = %q{A library for working with things that recur}
  s.description = %q{Hiccup mixes a-la-cart recurrence features into your data structure. It doesn't dictate the data structure, just the interface.}
  
  s.rubyforge_project = "hiccup"
  
  s.add_dependency "activesupport", "~> 3.2.8"
  s.add_dependency "builder"
  
  s.add_development_dependency "ri_cal"
  s.add_development_dependency "rails", "~> 3.2.8"
  s.add_development_dependency "turn"
  s.add_development_dependency "simplecov"
  s.add_development_dependency "pry"
  
  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"]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hiccup-0.4.5 hiccup.gemspec
hiccup-0.4.4 hiccup.gemspec
hiccup-0.4.3 hiccup.gemspec
hiccup-0.4.2 hiccup.gemspec
hiccup-0.4.1 hiccup.gemspec
hiccup-0.4.0 hiccup.gemspec
hiccup-0.3.0 hiccup.gemspec