forked from unamashana/blackbook
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathupdater.rb
More file actions
19 lines (18 loc) · 696 Bytes
/
updater.rb
File metadata and controls
19 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require 'rubygems'
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "graybook"
s.summary = "It does things. Like import contacts from EVERYWHERE."
s.email = "kojul@kojul.com"
s.homepage = "http://github.com/kojul/gray"
s.description = "It does things. Like import contacts from EVERYWHERE."
s.authors = ["kojul"]
s.add_dependency('hpricot', '>= 0.7.0')
s.add_dependency('mechanize', '>= 0.7.0')
s.add_dependency('hoe', '>= 1.5.0')
s.add_dependency('fastercsv', '>= 1.2.0')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end