xing-framework 0.2.7 → 0.2.8.beta1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab958a2c914844c86c58c1002cff5b728fbbf576
|
|
4
|
+
data.tar.gz: 030c1360ad0b56b30f44a672705aeb3722467b63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23a1f243735725aa7b0e4c29874df83eae0f0ce5d78ca36a05d6e3da7a196190353fcf36e0391856bb2b1426ae57337c5760c2d9a02bcee5320b3a1a5e4e2e1f
|
|
7
|
+
data.tar.gz: 0f7049dfffe0ea51df56164e9918299c59db60117674ebd3ba3268e5c821f1af72da4ebf76f64371e1016b8bf812814e3adf356471f71e311f5dac7ba14a1d23
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
require 'xing/
|
|
1
|
+
require 'xing/dev-assets'
|
|
2
2
|
|
|
3
3
|
module APP_MODULE
|
|
4
4
|
# The intention is to make Static::RackApp configurable via override.
|
|
5
5
|
# At the moment, this is not the case - if you need to configure, replace
|
|
6
6
|
# this implementation. N.b. however that the RackApp interface is slated to
|
|
7
7
|
# change in the near term, and the override may need to be revisited then.
|
|
8
|
-
class StaticApp < Xing::
|
|
8
|
+
class StaticApp < Xing::DevAssets::RackApp
|
|
9
9
|
# The static app isn't always started with a Rails environment, so we can't
|
|
10
10
|
# use Rails.root for this.
|
|
11
|
-
def
|
|
11
|
+
def log_root
|
|
12
12
|
File.expand_path("../../log", __FILE__)
|
|
13
13
|
end
|
|
14
14
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xing-framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evan Dorn
|
|
@@ -336,7 +336,7 @@ rdoc_options:
|
|
|
336
336
|
- "--main"
|
|
337
337
|
- doc/README
|
|
338
338
|
- "--title"
|
|
339
|
-
- xing-framework-0.2.
|
|
339
|
+
- xing-framework-0.2.8.beta1 Documentation
|
|
340
340
|
require_paths:
|
|
341
341
|
- lib/
|
|
342
342
|
required_ruby_version: !ruby/object:Gem::Requirement
|