Sha256: 4b298e7346f1c1e52c25c6ed19a92acd4512860681c99cde22d941ff63bd23e3
Contents?: true
Size: 649 Bytes
Versions: 1
Compression:
Stored size: 649 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "yajl-ruby" gem.summary = "Ruby C bindings to the excellent Yajl JSON stream-based parser library." gem.email = "seniorlopez@gmail.com" gem.homepage = "http://github.com/brianmario/yajl-ruby" gem.authors = ["Brian Lopez"] gem.require_paths = ["ext"] gem.files.include %w(lib/jeweler/templates/.document lib/jeweler/templates/.gitignore) # gem.rubyforge_project = "yajl-ruby" end rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brianmario-yajl-ruby-0.3.0 | Rakefile |