Sha256: 561dae4bccc1e7dc16b54996916cc606914357be70f8c1835404fff580ccb054

Contents?: true

Size: 1.14 KB

Versions: 13

Compression:

Stored size: 1.14 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", "< 4.1.0"
  s.add_development_dependency "turn"
  s.add_development_dependency "simplecov"
  s.add_development_dependency "shoulda-context"
  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

13 entries across 13 versions & 1 rubygems

Version Path
hiccup-0.5.20 hiccup.gemspec
hiccup-0.5.19 hiccup.gemspec
hiccup-0.5.18 hiccup.gemspec
hiccup-0.5.17 hiccup.gemspec
hiccup-0.5.16 hiccup.gemspec
hiccup-0.5.15 hiccup.gemspec
hiccup-0.5.14 hiccup.gemspec
hiccup-0.5.13 hiccup.gemspec
hiccup-0.5.12 hiccup.gemspec
hiccup-0.5.11 hiccup.gemspec
hiccup-0.5.10 hiccup.gemspec
hiccup-0.5.9 hiccup.gemspec
hiccup-0.5.8 hiccup.gemspec