propaganda 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -4,7 +4,7 @@ module Propaganda
4
4
 
5
5
  def self.check_dependencies
6
6
  require 'propaganda/fop/shell'
7
- require 'propaganda/fop/bridge'
7
+ require 'propaganda/fop/bridge' rescue false
8
8
  end
9
9
 
10
10
  MODE = check_dependencies ? 'rjb' : 'shell'
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propaganda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Rafter