shaddox 0.0.23 → 0.0.24

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: af16f31e313e2e520ff5ce359dea7c93dbf8b6cb
4
- data.tar.gz: 1aea05211c5f1e694ac67a4c16bd9d2728c26ad9
3
+ metadata.gz: 98dd88534434214e1cde9ceb7134f0b0e449665c
4
+ data.tar.gz: 1d22d40f4a16cfebf276d3fbd98f721a7eafc273
5
5
  SHA512:
6
- metadata.gz: 94f0242c46608f736730ea3ed23e3d62a0e15f386cbaf3f88938830dc1ee085f3c61541e472c9fd587b4db21f2cd60034dd57485e20f9a7226c8ce6326c77917
7
- data.tar.gz: 420d063507a6d6f7d91ee9e42906347f8cf18435c46820ec17ea744d3e982a02412d611ec552ef7e6dd57a5671d4096fe039b6e3c3e78bbc519beb5034eaa1d7
6
+ metadata.gz: fa6d70301608061127ec6e8d1c6f569892ef8927fbd3cd300b09bf6e3ccce604320de41d0a9489fb630d7050f189bed81c3b2772231b962524397485a2659302
7
+ data.tar.gz: 862bb4a2a13cca67c4623229546873acd1edd225687afb8a0dbb4923bf99c60fb1e41f506e7b843e8d3a079775ad61826ee1b0894866da185ee7cce97caaad78
@@ -114,7 +114,7 @@ module Shaddox
114
114
 
115
115
  # Link shared paths
116
116
  repo.shared.each do |shared_path|
117
- ln_s "./shared/#{shared_path}", "#{release_path}/#{shared_path}"
117
+ ln_s "#{release_path}/#{shared_path}", "./shared/#{shared_path}"
118
118
  end
119
119
 
120
120
  # Link ./current to the latest release
@@ -1,3 +1,3 @@
1
1
  module Shaddox
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shaddox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - joshglendenning