forked from kamui/ajaxful_rating_jquery
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRakefile
More file actions
21 lines (18 loc) · 819 Bytes
/
Rakefile
File metadata and controls
21 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |spec|
spec.name = "ajaxful_rating"
spec.version = "3.0.0.beta3"
spec.summary = "Provides a simple way to add rating functionality to your application."
spec.description = "Provides a simple way to add rating functionality to your application."
spec.homepage = "http://github.com/edgarjs/ajaxful-rating"
spec.authors = ["Edgar J. Suarez", "Denis Odorcic"]
spec.email = ["edgar.js@gmail.com", "denis.odorcic@gmail.com"]
spec.has_rdoc = true
spec.files.exclude 'init.rb'
end
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end