-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rakefile
30 lines (26 loc) · 902 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
28
29
30
# -*- encoding : utf-8 -*-
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "im_logger"
gem.summary = %Q{immatériel.fr logger lib}
gem.description = %Q{immatériel.fr logger lib}
gem.email = "[email protected]"
gem.homepage = "http://github.com/immateriel/im_logger"
gem.authors = ["julbouln"]
gem.files = Dir.glob('lib/**/*')
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/ 20 for additional settings
end
Jeweler::GemcutterTasks.new
#require 'rake/testtask'
#Rake::TestTask.new(:test) do |test|
# test.test_files = FileList.new('test/**/test_*.rb') do |list|
# list.exclude 'test/test_helper.rb'
# list.exclude 'test/fixtures/**/*.rb'
# end
# test.libs << 'test'
# test.verbose = true
#end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end