mercury 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mercury/helpers.rb +4 -4
  2. metadata +1 -11
@@ -16,7 +16,7 @@ module Sinatra
16
16
  SASS = 'sass'
17
17
  JS = 'js'
18
18
  MDOWN = 'md'
19
- TEXTILE = 'textile'
19
+ # TEXTILE = 'textile'
20
20
  COFFEE = 'coffee'
21
21
  CSS = 'css'
22
22
  SCSS = 'scss'
@@ -45,9 +45,9 @@ module Sinatra
45
45
  Markdown.new(open_file(find_file(mdfile, MDOWN))).to_html
46
46
  end
47
47
 
48
- def textile(txfile)
49
- RedCloth.new(open_file(find_file(txfile, TEXTILE))).to_html
50
- end
48
+ # def textile(txfile)
49
+ # RedCloth.new(open_file(find_file(txfile, TEXTILE))).to_html
50
+ # end
51
51
 
52
52
  def coffee(coffeefile)
53
53
  render_script open_file(find_file(coffeefile, COFFEE)), 'coffeescript'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mercury
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Wilson
@@ -52,16 +52,6 @@ dependencies:
52
52
  - !ruby/object:Gem::Version
53
53
  version: "0"
54
54
  version:
55
- - !ruby/object:Gem::Dependency
56
- name: RedCloth
57
- type: :runtime
58
- version_requirement:
59
- version_requirements: !ruby/object:Gem::Requirement
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: 4.2.2
64
- version:
65
55
  description: Hack with haml, sass, jquery and coffee-script!
66
56
  email: thing2@jackhq.com
67
57
  executables: