recourse 5.12.0 → 5.12.1
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 +4 -4
- data/lib/recourse/assets.rb +1 -1
- data/lib/recourse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2673050153284f98f9c518b2379f0dc0f8c0d2cfb28bcbfb19060134279f1f2d
|
|
4
|
+
data.tar.gz: 2b3b2f97109390472274e6867f96a4feb693ddddbdea203bfb391a8add857038
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cb6c69def780562139d6e5a545a66c4c64b36ab1bcf79e4e8cdb1fb3e31a150644a2eafb4ff433a50f9d76b224537fa45c9655c347d93721170d6d3c848ef03
|
|
7
|
+
data.tar.gz: e1c2309f6894f13a1b24b2eb52c85672b80ba5b75b1ff99727288157cac998605c2f88ccda86a2f93fc84bd4f4e9e86a3993b79fdcc7857cf3ee8731309af5e9
|
data/lib/recourse/assets.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Recourse
|
|
|
5
5
|
# release. A published version is never written again, so the bytes behind these URLs
|
|
6
6
|
# cannot move under us, and a change to the bundle reaches these pages when somebody
|
|
7
7
|
# moves this line and not before.
|
|
8
|
-
BUNDLE = '0.
|
|
8
|
+
BUNDLE = '0.17.0'
|
|
9
9
|
|
|
10
10
|
class << self
|
|
11
11
|
# Where that release is served from, with no trailing slash. jsdelivr's copy of the
|
data/lib/recourse/version.rb
CHANGED