resque_template 0.0.1 → 0.0.1.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.
@@ -3,17 +3,8 @@ require 'resque/server'
3
3
 
4
4
  module ResqueTemplate
5
5
  module Server
6
- path = File.dirname(File.expand_path(__FILE__))
7
- # Set new public dir
8
- if respond_to? :public_folder
9
- set :public_folder, "#{path}/server/public"
10
- else
11
- set :public, "#{path}/server/public"
12
- end
13
-
6
+
14
7
  end
15
8
  end
16
-
17
- Resque::Server.class_eval do
18
- include ResqueTemplate::Server
19
- end
9
+ path = File.dirname(File.expand_path(__FILE__))
10
+ Resque::Server.public_folder = "#{path}/server/public"
@@ -1,3 +1,3 @@
1
1
  module ResqueTemplate
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: