shul 0.3.7 → 0.3.8
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +3 -2
- data/lib/shul.rb +23 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 669cf4cc9570bf33970a525f0f58fa297542a3e0
|
|
4
|
+
data.tar.gz: 70c35ca201d69d3637be5171ea62530011d7bbf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a2cc2a6262b301f4a7c7ae008dbb03f26009393cfe6bd2de2a1d6c8b553cdca6eaa03cca2eff40e52fe81366fe19f1fae787496902845b80c2867b813bec229
|
|
7
|
+
data.tar.gz: 5428e3031f152460d6fd72408c77602fd77827b1188dc3dca8ddb99e5158563f9b86010021c907aecfb86092ee118dd27ca94e630eb6e7e0a28027394a7923ea
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
1
|
+
�*��Йl���N���5pW�[���ش������
|
|
2
|
+
�S���GP��A'�iQ|�����>��
|
|
3
|
+
��v:=��K7l��+�M�Ĺ��!M%'Z��k��]��/Ǒ��h
|
data/lib/shul.rb
CHANGED
|
@@ -40,6 +40,8 @@ Shul::Main.new Shoes, xml
|
|
|
40
40
|
|
|
41
41
|
# modifications
|
|
42
42
|
#
|
|
43
|
+
# 06-Dec-2016: bug fix: Removes the file /tmp/__green_shoes_temporary_file__
|
|
44
|
+
# to prevent a file lock on a thin client server setup
|
|
43
45
|
# 26-Nov-2016: A background color can be applied to an hbox using the
|
|
44
46
|
# attribute *bgcolor*. The color of a label be changed using
|
|
45
47
|
# the attribute *color*.
|
|
@@ -91,12 +93,27 @@ module Shul
|
|
|
91
93
|
|
|
92
94
|
shoes.app(attr) do
|
|
93
95
|
|
|
96
|
+
def reload()
|
|
97
|
+
puts 'not yet implemented'
|
|
98
|
+
end
|
|
99
|
+
|
|
94
100
|
shul = Shul::App.new self, doc, refresh: bflag, \
|
|
95
101
|
attributes: {title: 'Shul'}
|
|
102
|
+
Thread.new do
|
|
103
|
+
|
|
104
|
+
# The following file is generated by Shoes and needs to be
|
|
105
|
+
# removed to avoid file locks in a thin client server setup.
|
|
106
|
+
|
|
107
|
+
if File.exists? '/tmp/__green_shoes_temporary_file__' then
|
|
108
|
+
FileUtils.rm '/tmp/__green_shoes_temporary_file__'
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
end
|
|
96
112
|
|
|
97
113
|
end
|
|
98
114
|
|
|
99
115
|
end
|
|
116
|
+
|
|
100
117
|
end
|
|
101
118
|
|
|
102
119
|
|
|
@@ -130,6 +147,11 @@ module Shul
|
|
|
130
147
|
end
|
|
131
148
|
|
|
132
149
|
end
|
|
150
|
+
|
|
151
|
+
def reload()
|
|
152
|
+
#alert 'hello world'
|
|
153
|
+
'@shoes.inspect'
|
|
154
|
+
end
|
|
133
155
|
|
|
134
156
|
private
|
|
135
157
|
|
|
@@ -372,7 +394,7 @@ module Shul
|
|
|
372
394
|
end
|
|
373
395
|
|
|
374
396
|
def script(e)
|
|
375
|
-
eval e.text.unescape
|
|
397
|
+
eval "shoes = @shoes; " + e.text.unescape
|
|
376
398
|
end
|
|
377
399
|
|
|
378
400
|
def textbox(e)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
/vGEl178JmTwkkyOnfudv6A8yY1uGiMvCrStPdAXg91qOFgoQFo/tUKAHYzSpxYg
|
|
32
32
|
pcdACC5rdLX/DA==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-
|
|
34
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rexle
|
metadata.gz.sig
CHANGED
|
Binary file
|