Sha256: 5589bed1d98285a19fec81d7fdecceff6472236ebe0e2ed2909fc7cf87e5811b
Contents?: true
Size: 975 Bytes
Versions: 2
Compression:
Stored size: 975 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'style_palette/version' Gem::Specification.new do |spec| spec.name = "style_palette" spec.version = StylePalette::VERSION spec.authors = ["Fernando Guillen"] spec.email = ["fguillen.mail@gmail.com"] spec.description = "Create collections of stylized labels without effort" spec.summary = "Create collections of stylized labels without effort" spec.homepage = "https://github.com/fguillen/StylePalette" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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.3" spec.add_development_dependency "rake" spec.add_development_dependency "mocha" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
style_palette-0.0.7 | style_palette.gemspec |
style_palette-0.0.5 | style_palette.gemspec |