Sha256: b1c1617bae5ef1a874066e400cba0531cc561b4c80a84088dc0d6a48b0820e9c
Contents?: true
Size: 808 Bytes
Versions: 1
Compression:
Stored size: 808 Bytes
Contents
require 'rubygems' require 'rake' require 'jeweler' require './lib/wbxml/version' Jeweler::Tasks.new do |gem| gem.name = "wbxml" gem.version = Wbxml::VERSION::STRING gem.homepage = "http://github.com/cjheath/wbxml" gem.license = "MIT" gem.summary = %Q{Augment 'require' to load non-Ruby file types} gem.description = %Q{ The Wbxml library wraps libwbxml to enable handling WBXML, a binary representation of XML used in WAP to reduce bandwidth in mobile communications. } gem.email = %w[clifford.heath@gmail.com] gem.authors = ["Clifford Heath"] end Jeweler::RubygemsDotOrgTasks.new require 'rdoc/task' Rake::RDocTask.new do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = "wbxml #{Wbxml::VERSION::STRING}" rdoc.rdoc_files.include('README.txt') rdoc.rdoc_files.include('lib/**/*.rb') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wbxml-0.0.2 | Rakefile |