Sha256: 51c1fc9c6fa530d7d5cdb009a3925ea41cf91bb4ef00de07cc6d91ee900be32b
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'version' Gem::Specification.new do |s| s.name = 'albacore' s.version = Albacore::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Henrik Feldt', 'Anthony Mastrean'] s.email = 'henrik@haf.se' s.homepage = 'http://albacorebuild.net' s.summary = 'Dolphin-safe and awesome Mono and .Net Rake-tasks' s.description = 'Easily build your .Net or Mono project using this collection of Rake tasks.' s.add_dependency 'rubyzip' s.rubyforge_project = 'albacore' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = ['lib'] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
albacore-0.3.5 | albacore.gemspec |
albacore-0.3.4 | albacore.gemspec |
albacore-0.3.3 | albacore.gemspec |
albacore-0.3.2 | albacore.gemspec |
albacore-0.3.1 | albacore.gemspec |