summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2011-10-08 13:42:02 +0000
committerEtienne Massip <etienne.massip@gmail.com>2011-10-08 13:42:02 +0000
commit92fdc4240f940c44b82557342e3c35bfc72cb5a6 (patch)
treeeac703db402df30e611dd38532990466be3bc5d5 /vendor
parent8c2ae427fab3e02ac2a821d1af5f9e5702a3a2ec (diff)
downloadredmine-92fdc4240f940c44b82557342e3c35bfc72cb5a6.tar.gz
redmine-92fdc4240f940c44b82557342e3c35bfc72cb5a6.zip
Added missing gem spec to coderay vendored gem (#4264).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7620 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'vendor')
-rw-r--r--vendor/gems/coderay-1.0.0/.specification78
1 files changed, 78 insertions, 0 deletions
diff --git a/vendor/gems/coderay-1.0.0/.specification b/vendor/gems/coderay-1.0.0/.specification
new file mode 100644
index 000000000..65125b60a
--- /dev/null
+++ b/vendor/gems/coderay-1.0.0/.specification
@@ -0,0 +1,78 @@
+--- !ruby/object:Gem::Specification
+name: coderay
+version: !ruby/object:Gem::Version
+ hash: 23
+ prerelease:
+ segments:
+ - 1
+ - 0
+ - 0
+ version: 1.0.0
+platform: ruby
+authors:
+- Kornelius Kalnbach
+autorequire:
+bindir: bin
+cert_chain: []
+
+date: 2011-09-21 00:00:00 Z
+default_executable: coderay
+dependencies: []
+
+description: Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
+email:
+- murphy@rubychan.de
+executables:
+- coderay
+extensions: []
+
+extra_rdoc_files: []
+
+files:
+- test/functional/basic.rb
+- test/functional/examples.rb
+- test/functional/for_redcloth.rb
+- test/functional/suite.rb
+- bin/coderay
+has_rdoc: true
+homepage: http://coderay.rubychan.de
+licenses: []
+
+post_install_message:
+rdoc_options: []
+
+require_paths:
+- lib
+required_ruby_version: !ruby/object:Gem::Requirement
+ none: false
+ requirements:
+ - - ">="
+ - !ruby/object:Gem::Version
+ hash: 59
+ segments:
+ - 1
+ - 8
+ - 6
+ version: 1.8.6
+required_rubygems_version: !ruby/object:Gem::Requirement
+ none: false
+ requirements:
+ - - ">="
+ - !ruby/object:Gem::Version
+ hash: 3
+ segments:
+ - 0
+ version: "0"
+requirements: []
+
+rubyforge_project: coderay
+rubygems_version: 1.6.2
+signing_key:
+specification_version: 3
+summary: Fast syntax highlighting for selected languages.
+test_files:
+- test/functional/basic.rb
+- test/functional/examples.rb
+- test/functional/for_redcloth.rb
+- test/functional/suite.rb
+