Sha256: 2123212c8a0ac208662988b85dc9392c763d725280a250aebfebdc3a6225ce36
Contents?: true
Size: 815 Bytes
Versions: 3
Compression:
Stored size: 815 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'breezeblocks/version' Gem::Specification.new do |s| s.name = 'breezeblocks' s.version = Breezeblocks::VERSION s.authors = ['Gaz Aston'] s.email = 'spiritbased@gmail.com' s.description = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.' s.summary = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.' s.homepage = 'http://gaz.is' s.license = 'MIT' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] s.add_development_dependency 'bundler', '~> 1.3' s.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
breezeblocks-0.0.4 | breezeblocks.gemspec |
breezeblocks-0.0.2 | breezeblocks.gemspec |
breezeblocks-0.0.1 | breezeblocks.gemspec |