bradgessler-app-slice 0.2.2 → 0.2.3
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/VERSION.yml +1 -1
- data/lib/app_slice/middleware/static.rb +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
|
@@ -38,7 +38,7 @@ module AppSlice
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
def app_slice_public_path
|
|
41
|
-
File.join(RAILS_ROOT, '
|
|
41
|
+
File.join(RAILS_ROOT, 'app_slices', AppSlice.app, 'public')
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
# TODO [BG Mar 09] This might have to be optimized instead of a stupid check
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bradgessler-app-slice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Gessler
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-05-
|
|
12
|
+
date: 2009-05-02 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|