Sha256: e916dce5b478ca65365502f01bb7e2fc1e6e1846f422737a5f3c70a6dfb0ba0b
Contents?: true
Size: 898 Bytes
Versions: 2
Compression:
Stored size: 898 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'shunt_cache/version' Gem::Specification.new do |spec| spec.name = "shunt_cache" spec.version = ShuntCache::VERSION spec.authors = ["Jeff Ching"] spec.email = ["ching.jeff@gmail.com"] spec.summary = "Cache the site status in a cache" spec.description = "Mark the site status in a cache" spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "webmock" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shunt_cache-0.1.0 | shunt_cache.gemspec |
shunt_cache-0.0.2 | shunt_cache.gemspec |