Sha256: 5b9cb675f8b6015a3d0512cd808a07dbc66767ba220da6b989c5e4be9765e862

Contents?: true

Size: 770 Bytes

Versions: 2

Compression:

Stored size: 770 Bytes

Contents

# change p.url to point to the blog

%w[rubygems rake rake/clean fileutils newgem rubigen jeweler].each {|f| require f}
require File.dirname(__FILE__) + '/lib/javascript_lab'

$hoe = Hoe.new('javascript_lab', JavascriptLab::VERSION) do |p|
  p.author = 'Neeraj Singh'
  p.email = 'neerajdotname@gmail.com'
  p.changes = p.paragraphs_of('History.txt',0..1).join("\n\n")
  p.post_install_message = 'PostInstall.txt'
  p.rubyforge_name = 'neerajdotname'
  p.summary = p.description = 'A tool to quickly verify javascript code without worrying about including the javascript library.'
  p.url = ['http://github.com/neerajdotname/javascript_lab','http://neeraj.name']
  p.extra_deps = [
    ['sinatra', '>=0.9.2'],
    ['vegas', '>=0.0.1']  
  ]

  p.extra_dev_deps = []
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
neerajdotname-javascript_lab-0.0.4 Rakefile
neerajdotname-javascript_lab-0.0.5 Rakefile