Sha256: 99cd9f634d8bdbb523338fdf7c159b0a8db53b8bfd974efe64d80fcf4f4f0120
Contents?: true
Size: 979 Bytes
Versions: 2
Compression:
Stored size: 979 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://raw.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.3 | style_palette.gemspec |
style_palette-0.0.1 | style_palette.gemspec |