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: f95d52bfb8f0e4feac778bcdf54c68a6acfa0ed5
4
- data.tar.gz: 5243385df84a7c6d512d92e95f80534975712cba
3
+ metadata.gz: ab958a2c914844c86c58c1002cff5b728fbbf576
4
+ data.tar.gz: 030c1360ad0b56b30f44a672705aeb3722467b63
5
5
  SHA512:
6
- metadata.gz: bcdaad0837a5846f1b3b84852e7af29b97700b56769ae5416e9fa435b87dcd45cfd4c299ddc5e51dab89fc0f2c1cc380db8e42dd3b3fe231e494eeada7958d19
7
- data.tar.gz: ce132c91054832b4d901de1ce820f743940e56e519eeaa6e5b8132dcf01e4e6de68ccd9ec138cdf6ae71a75ff1babb42cca1c4599736e9a41fed6e40c1f01708
6
+ metadata.gz: 23a1f243735725aa7b0e4c29874df83eae0f0ce5d78ca36a05d6e3da7a196190353fcf36e0391856bb2b1426ae57337c5760c2d9a02bcee5320b3a1a5e4e2e1f
7
+ data.tar.gz: 0f7049dfffe0ea51df56164e9918299c59db60117674ebd3ba3268e5c821f1af72da4ebf76f64371e1016b8bf812814e3adf356471f71e311f5dac7ba14a1d23
@@ -119,7 +119,6 @@ GEM
119
119
  mail (2.6.3)
120
120
  mime-types (>= 1.16, < 3)
121
121
  mime-types (2.99)
122
- mime-types-data (3.2015.1120)
123
122
  mini_portile2 (2.0.0)
124
123
  minitest (5.8.4)
125
124
  multi_json (1.11.2)
@@ -1,14 +1,14 @@
1
- require 'xing/static'
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::Static::RackApp
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 self.log_root
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.7
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.7 Documentation
339
+ - xing-framework-0.2.8.beta1 Documentation
340
340
  require_paths:
341
341
  - lib/
342
342
  required_ruby_version: !ruby/object:Gem::Requirement