rbbt-rest 1.2.18 → 1.2.19
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 +8 -8
- data/lib/rbbt/rest/workflow.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDg4YjY0Mjk2NDU0OTJiZWE1NGNkY2Y4ZWEwZjdiZTk1M2RlNTQ3Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTIzNzAyZjQyMTEzOTZmMDU3OTkwNmNhZWFjN2E0YTFmZjZjMjhkZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjkzZDVjMWViOTRiYzc1ZGJmNTk2ODU0NDIxYmFjMzk3MjhmODc3YTJmOGZh
|
|
10
|
+
MjA0NGRiODUyNDFlYTRkNTg1NmUwZmRjZjIzYmI2NjE4MTcwMzc4N2VhOTA1
|
|
11
|
+
MmJkMWI5NWQ4ODM3MzI1MjRjNDA0M2YyZjQxMjgzOWI3NGQ4NTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWVjZDRhYzIzY2ViMTc5OTFjZWViNjJiM2E2ZDRjOWM2MGRmYjgyMTNkYjk0
|
|
14
|
+
MGY3NGY0OWYwNzI5NTU1NGZiOGM0ZjQxYTY2OTFhYTA4NWY2MzQxY2MwYWYy
|
|
15
|
+
MTQxMjY0YTFlOWU2OGIxMmQyMzVhOTJmNDljYzAxMmI2OTczMmI=
|
data/lib/rbbt/rest/workflow.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Sinatra
|
|
|
24
24
|
EntityRESTHelpers.entity_resources.unshift views_dir
|
|
25
25
|
RbbtRESTHelpers.template_resources.unshift views_dir
|
|
26
26
|
|
|
27
|
-
add_sass_load_path views_dir.compass if views_dir.compass.exists?
|
|
27
|
+
RbbtRESTHelpers.add_sass_load_path views_dir.compass if views_dir.compass.exists?
|
|
28
28
|
|
|
29
29
|
RbbtRESTHelpers.javascript_resources.unshift views_dir.public.js if views_dir.public.js.exists?
|
|
30
30
|
RbbtRESTHelpers.sass_resources.unshift views_dir.compass if views_dir.compass.exists?
|