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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01a4b3aec17ca252dcbb382039fc1d524232d4ed
4
- data.tar.gz: 323364e008498af01dae7f5dcca7c89814ecd943
3
+ metadata.gz: 59219ab2db1951fd62a36a833fbc4253961bbb4c
4
+ data.tar.gz: 8ac53b24217951922458f98b8e903b91140058c6
5
5
  SHA512:
6
- metadata.gz: ecfb0f041170061498a80f5d8d3ade3f328382051682b62e23d7d94eefcb799646e9186b1bab0f4f0d08a9c069eaadb499152b1f8e5ca8bc7fc4f60af7e8f1d3
7
- data.tar.gz: 00ef273e6116280099c6f08a671bc314b009841980c79fe3451f308e5b35768e3250989619f1bef28d987ed54c0404935a0042ec6c1f9398333ba8d4868dbdfc
6
+ metadata.gz: ad02c21b2b1173e6511271987465625c3127961a183a07b623ef55570b907dbbb101c817cca5cb1a48d1647c6cdcc747aa360e8314ff2740fb25b449224457a0
7
+ data.tar.gz: 20646cc68aa7aefe2b6e102e4ac391712d69f492eb9e20c567689b2e3143eb350e2871e8bc9884c3fe405dac036b27686515596e05095a0f6b4460337ca25ffc
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- ��!��Ý�1K‡��$Nη�����V��nF�h+/��F�W�A)t����7�G��V���Z�����#���(E��.qc���^� lw���w6����\d/��!����x�h�Ec݋�� Ir}Wp�_;�U�7=�L?�b�c�N�%�̕�e
2
- n���l�V���4�=�`�҃|E�I��sI�Srq!j
1
+ �����ȮkE�˲��j�u3�%�-Y���Xxl����&�F0;�-��`m��G�����6���
2
+ �����B��� ��\9VQQ���-�l��N�V+�w���Uy�!�����ɵ�G�ܱ��q��W����4c`f ��9NGd�e��j�M�������ӟ�b���8��)��:�vL��:��Q��
@@ -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.1
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-11 00:00:00.000000000 Z
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