Sha256: 57adc13d6041651e707cc0b65ac846ab6faadbfe6d3ea7ed2fdf838db1b81237
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "themekit" gemspec.summary = "Enjoyable theming for Yardstick Measure." gemspec.description = "A tiny app that makes designing Yardstick Measure themes a whole lot more enjoyable." gemspec.email = "kyle@yardsticksoftware.com" gemspec.homepage = "http://github.com/yardstick/themekit" gemspec.authors = ["Yardstick Software"] gemspec.has_rdoc = false gemspec.executables = ['themekit'] gemspec.add_dependency('sinatra', '>= 0.9.4') end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
yardstick-themekit-0.0.8 | Rakefile |
themekit-0.1.1 | Rakefile |
themekit-0.1.0 | Rakefile |