concord_cacher 0.1.6 → 0.1.7
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.
- data/Rakefile +1 -1
- data/concord_cacher.gemspec +1 -1
- data/lib/concord/cacher.rb +3 -0
- data/lib/concord/java_proxy_cacher.rb +0 -4
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
data/Rakefile
CHANGED
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
|
|
6
6
|
require './lib/concord_cacher.rb'
|
7
7
|
|
8
8
|
require 'echoe'
|
9
|
-
Echoe.new('concord_cacher', '0.1.
|
9
|
+
Echoe.new('concord_cacher', '0.1.7') do |p|
|
10
10
|
p.description = "concord_cacher provides support for locally caching a resource and all referenced resources in multiple different ways. It is intended for using with other Concord Consortium projects and not necessarily for outside projects."
|
11
11
|
p.summary = "Support for locally caching a resource and all referenced resources in multiple different ways"
|
12
12
|
p.url = "http://github.com/psndcsrv/concord_cacher"
|
data/concord_cacher.gemspec
CHANGED
data/lib/concord/cacher.rb
CHANGED
@@ -1,13 +1,9 @@
|
|
1
1
|
require 'concord/cacher'
|
2
2
|
|
3
3
|
class ::Concord::JavaProxyCacher < ::Concord::Cacher
|
4
|
-
require 'digest/sha1'
|
5
|
-
require 'concord/helper'
|
6
4
|
require 'concord/resource'
|
7
5
|
require 'concord/filename_generators/java_proxy_generator'
|
8
6
|
|
9
|
-
include ::Concord::Helper
|
10
|
-
|
11
7
|
def initialize(opts = {})
|
12
8
|
::Concord::Resource.create_map = true
|
13
9
|
::Concord::Resource.cache_headers = true
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|