Sha256: 7ead95474d0bce2bb9727268f37ce2c444b10028b729b0af5f6f9c2fa7ba1da8
Contents?: true
Size: 713 Bytes
Versions: 3
Compression:
Stored size: 713 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.description = "Ruby C bindings to the excellent Yajl JSON stream-based parser library." gem.authors = ["Brian Lopez"] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brianmario-yajl-ruby-0.1.0 | Rakefile |
brianmario-yajl-ruby-0.2.0 | Rakefile |
brianmario-yajl-ruby-0.2.1 | Rakefile |