Sha256: 962d56a1f0bd0a49393b3da1aa6207c2595b6324c6a89aeceb063a46fa4afbac
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "fugit" s.email = "tekkub@gmail.com" s.homepage = "http://github.com/tekkub/fugit" s.description = "A cross-platform replacement for git-gui based on wxruby" s.summary = s.description s.authors = ["Tekkub"] s.bindir = 'bin' s.add_dependency('wxruby', [">= 1.9.9"]) end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end task :default => :gemspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tekkub-fugit-0.0.6 | Rakefile |