Sha256: 4b46ad9ece00c8b2f9b91e08d3397891ff2a0b9a1d4f76b18791d141043fc562
Contents?: true
Size: 842 Bytes
Versions: 2
Compression:
Stored size: 842 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'compass-ui/version' Gem::Specification.new do |s| # Metadata s.name = 'compass-ui' s.version = CompassUI::VERSION s.authors = ['Patrick Ward'] s.email = ['oss@patrickward.com'] s.summary = "jQuery UI theme builder for the Compass CSS Authoring Framework" s.description = "Compass-UI is a jQuery UI theme builder for the Compass CSS Authoring Framework." s.homepage = 'https://github.com/patrickward/compass-ui' 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"] s.add_runtime_dependency 'compass', [">= 0.11.1"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-ui-0.0.5 | compass-ui.gemspec |
compass-ui-0.0.4 | compass-ui.gemspec |