ddollar-albino 1.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/albino.rb +1 -7
  2. metadata +1 -1
data/lib/albino.rb CHANGED
@@ -46,13 +46,7 @@ require 'open4'
46
46
  #
47
47
  class Albino
48
48
 
49
- def self.rails_in_development?
50
- Rails.development?
51
- rescue
52
- false
53
- end
54
-
55
- @@bin = rails_in_development? ? 'pygmentize' : '/usr/bin/pygmentize'
49
+ @@bin = 'pygmentize'
56
50
 
57
51
  def self.bin=(path)
58
52
  @@bin = path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-albino
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar