concord_cacher 0.1.14 → 0.1.15
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/concord_cacher.gemspec +1 -1
- data/lib/concord/resource.rb +1 -1
- metadata +41 -23
data/concord_cacher.gemspec
CHANGED
data/lib/concord/resource.rb
CHANGED
|
@@ -32,7 +32,7 @@ class ::Concord::Resource
|
|
|
32
32
|
ALWAYS_SKIP_REGEXES << Regexp.new(/http[s]?:\/\/xml.apache.org\/xslt/i)
|
|
33
33
|
|
|
34
34
|
RECURSE_ONCE_REGEX = /html$/i
|
|
35
|
-
RECURSE_FOREVER_REGEX = /(otml|cml|mml|nlogo)$/i
|
|
35
|
+
RECURSE_FOREVER_REGEX = /(otml|cml|mml|nlogo|config)$/i
|
|
36
36
|
|
|
37
37
|
FILE_SPECIFIC_REGEXES = {}
|
|
38
38
|
# These regexes will only match within a file that ends with .nlogo
|
metadata
CHANGED
|
@@ -1,23 +1,30 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concord_cacher
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 15
|
|
10
|
+
version: 0.1.15
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Aaron Unger
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
17
|
+
|
|
18
|
+
date: 2013-03-28 00:00:00 Z
|
|
13
19
|
dependencies: []
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Concord Consortium projects and not necessarily for outside projects.
|
|
20
|
+
|
|
21
|
+
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.
|
|
17
22
|
email: aunger @nospam@ concord.org
|
|
18
23
|
executables: []
|
|
24
|
+
|
|
19
25
|
extensions: []
|
|
20
|
-
|
|
26
|
+
|
|
27
|
+
extra_rdoc_files:
|
|
21
28
|
- README.textile
|
|
22
29
|
- lib/concord/cacher.rb
|
|
23
30
|
- lib/concord/diy_local_cacher.rb
|
|
@@ -29,7 +36,7 @@ extra_rdoc_files:
|
|
|
29
36
|
- lib/concord/java_proxy_cacher.rb
|
|
30
37
|
- lib/concord/resource.rb
|
|
31
38
|
- lib/concord_cacher.rb
|
|
32
|
-
files:
|
|
39
|
+
files:
|
|
33
40
|
- Manifest
|
|
34
41
|
- README.textile
|
|
35
42
|
- Rakefile
|
|
@@ -111,33 +118,44 @@ files:
|
|
|
111
118
|
- spec/data/urls_in_resourcelist.otml
|
|
112
119
|
homepage: http://github.com/concord-consortium/concord_cacher
|
|
113
120
|
licenses: []
|
|
121
|
+
|
|
114
122
|
post_install_message:
|
|
115
|
-
rdoc_options:
|
|
123
|
+
rdoc_options:
|
|
116
124
|
- --line-numbers
|
|
117
125
|
- --inline-source
|
|
118
126
|
- --title
|
|
119
127
|
- Concord_cacher
|
|
120
128
|
- --main
|
|
121
129
|
- README.textile
|
|
122
|
-
require_paths:
|
|
130
|
+
require_paths:
|
|
123
131
|
- lib
|
|
124
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
132
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
125
133
|
none: false
|
|
126
|
-
requirements:
|
|
134
|
+
requirements:
|
|
127
135
|
- - ~>
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
hash: 57
|
|
138
|
+
segments:
|
|
139
|
+
- 1
|
|
140
|
+
- 8
|
|
141
|
+
- 7
|
|
129
142
|
version: 1.8.7
|
|
130
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
144
|
none: false
|
|
132
|
-
requirements:
|
|
133
|
-
- -
|
|
134
|
-
- !ruby/object:Gem::Version
|
|
135
|
-
|
|
145
|
+
requirements:
|
|
146
|
+
- - ">="
|
|
147
|
+
- !ruby/object:Gem::Version
|
|
148
|
+
hash: 11
|
|
149
|
+
segments:
|
|
150
|
+
- 1
|
|
151
|
+
- 2
|
|
152
|
+
version: "1.2"
|
|
136
153
|
requirements: []
|
|
154
|
+
|
|
137
155
|
rubyforge_project: concord_cacher
|
|
138
|
-
rubygems_version: 1.8.
|
|
156
|
+
rubygems_version: 1.8.24
|
|
139
157
|
signing_key:
|
|
140
158
|
specification_version: 3
|
|
141
|
-
summary: Support for locally caching a resource and all referenced resources in multiple
|
|
142
|
-
different ways
|
|
159
|
+
summary: Support for locally caching a resource and all referenced resources in multiple different ways
|
|
143
160
|
test_files: []
|
|
161
|
+
|