dir-to-xml 0.9.1 → 0.9.2
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 +2 -2
- data/lib/dir-to-xml.rb +3 -3
- 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: 59219ab2db1951fd62a36a833fbc4253961bbb4c
|
|
4
|
+
data.tar.gz: 8ac53b24217951922458f98b8e903b91140058c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad02c21b2b1173e6511271987465625c3127961a183a07b623ef55570b907dbbb101c817cca5cb1a48d1647c6cdcc747aa360e8314ff2740fb25b449224457a0
|
|
7
|
+
data.tar.gz: 20646cc68aa7aefe2b6e102e4ac391712d69f492eb9e20c567689b2e3143eb350e2871e8bc9884c3fe405dac036b27686515596e05095a0f6b4460337ca25ffc
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
1
|
+
�����Ȯk�E�˲��j�u3�%�-Y���Xxl����&�F0;�-��`m��G�����6���
|
|
2
|
+
�����B�����\9VQ�Q���-�l��N�V+�w���Uy�!�����ɵ�G�ܱ��q��W����4c`f ��9NGd�e��j�M�������ӟ�b���8��)��:�vL��:��Q��
|
data/lib/dir-to-xml.rb
CHANGED
|
@@ -153,12 +153,12 @@ class DirToXML
|
|
|
153
153
|
|
|
154
154
|
def dxify(a)
|
|
155
155
|
|
|
156
|
-
dx = Dynarex.new('directory[title,file_path]/file(name, ' + \
|
|
156
|
+
dx = Dynarex.new('directory[title, file_path, description]/file(name, ' + \
|
|
157
157
|
'type, ext, ctime, mtime, atime, description, owner, ' + \
|
|
158
158
|
'group, permissions)', json_out: false)
|
|
159
159
|
|
|
160
|
-
dx.title = 'Index of ' + @path
|
|
161
|
-
dx.file_path = @path
|
|
160
|
+
dx.title = 'Index of ' + File.expand_path(@path)
|
|
161
|
+
dx.file_path = File.expand_path(@path)
|
|
162
162
|
|
|
163
163
|
dx.import a
|
|
164
164
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dir-to-xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
KsWUx1RJXP2nrd/DuPwuyaNM0fcsnnqFnbAO7RjbYXWS96dGA0WVmxdO7PcMnJ9K
|
|
32
32
|
PneSyA3VrnMuNQ==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2017-06-
|
|
34
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex
|
metadata.gz.sig
CHANGED
|
Binary file
|