forked from Byclosure/htmlful
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRakefile
27 lines (24 loc) · 765 Bytes
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
require 'rubygems'
begin
require 'jeweler'
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install jeweler"
exit 1
end
require 'rake/testtask'
require 'rake/rdoctask'
#require 'rcov/rcovtask'
Jeweler::Tasks.new do |s|
s.name = "bc-htmlful"
s.summary = "Form dynamic fields"
s.description = s.summary
s.email = "[email protected]"
s.homepage = "http://github.com/Byclosure/"
s.authors = ["Duarte Henriques", "Vasco Andrade e Silva"]
# s.add_dependency "activerecord", ['>= 1.1']
# s.has_rdoc = true
# s.extra_rdoc_files = [ "README.rdoc"]
# s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
# s.test_files = Dir['test/**/*.{yml,rb}']
end
Jeweler::GemcutterTasks.new