public
Description: .Net Build extensions for rake
Homepage:
Clone URL: git://github.com/mendicantx/rubicant.git
rubicant / rubicant.gemspec
100755 15 lines (13 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name = "rubicant"
  s.version = "0.0.7"
  s.author = "mendicant"
  s.email = "mendicant@beigesunshine.com"
  s.homepage = "http://blog.beigesunshine.com"
  s.summary = ".Net Build Framework in Ruby"
  s.files = Dir["lib/**/*.rb"] + Dir["lib/dotnet/frameworks.yml"]
  s.require_path = "lib"
  s.test_files = Dir["test/**/when*.rb"]
  s.has_rdoc = false
  s.add_dependency("rake", ">= 0.8.3")
 
end