Added jasmine init

This commit is contained in:
ragaskar
2009-10-30 23:56:05 -07:00
parent 391c42533f
commit fcc1872d48
4 changed files with 15 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ namespace :jeweler do
begin
require 'jeweler'
require 'rake'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "jasmine-ruby"
gemspec.summary = "Jasmine Ruby"
@@ -10,6 +11,7 @@ namespace :jeweler do
gemspec.homepage = "http://github.com/ragaskar/jasmine-ruby"
gemspec.description = "Jasmine Ruby"
gemspec.authors = ["Rajan Agaskar"]
gemspec.files = FileList.new('bin/*', 'lib/**/**', 'jasmine/lib/**', 'jasmine/contrib/ruby/**', 'tasks/**', 'templates/**')
end
Jeweler::GemcutterTasks.new
rescue LoadError