Sha256: 2bd5a004517b48e651bba44906f93a4fee22f0b7dc3a99b8f2751f82f6f75809
Contents?: true
Size: 892 Bytes
Versions: 2
Compression:
Stored size: 892 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rdiscount" s.version = "1.6.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White"] s.date = "2011-01-25" s.email = "rtomayko@gmail.com" s.executables = ["rdiscount"] s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = ["COPYING"] s.files = ["bin/rdiscount", "COPYING", "ext/extconf.rb"] s.homepage = "http://github.com/rtomayko/rdiscount" s.require_paths = ["lib"] s.rubyforge_project = "wink" s.rubygems_version = "1.8.17" s.summary = "Fast Implementation of Gruber's Markdown in C" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0 | vendor/bundle/ruby/1.8/specifications/rdiscount-1.6.8.gemspec |
resque-pool-0.3.0.beta.2 | vendor/bundle/ruby/1.8/specifications/rdiscount-1.6.8.gemspec |