bradgessler-app-slice 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 2
4
+ :patch: 3
@@ -38,7 +38,7 @@ module AppSlice
38
38
  end
39
39
 
40
40
  def app_slice_public_path
41
- File.join(RAILS_ROOT, 'apps', AppSlice.app, 'public')
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.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-01 00:00:00 -07:00
12
+ date: 2009-05-02 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15