mymedia-kvx 0.3.2 → 0.4.0

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: d228ec14479d91c51698a5a38179a8b536eba02f
4
- data.tar.gz: 0661428841b6a2e8dba9d7c8136110812dc4cf0f
3
+ metadata.gz: db37c269c864455dff098d27cd723cde7a4953d6
4
+ data.tar.gz: b877cdad0604f583ba3f9eb6bde54e58da578537
5
5
  SHA512:
6
- metadata.gz: 57782aefc72460d0ae20f97049e1e797df74c4f497358c6acf4a822b5ebf8f607c8306eba314f2b5a335e1fc0f10d4a50453ad57b814fb45ef56e86f620f4c52
7
- data.tar.gz: a63f0e4fb1e0a345962f62924c2046d3685c1471af2856d3fb23089e3ef884bcd14c1c806cae86fa35bd0635642be0cb4bc5e0a2a40a0d3352420b86d19ec5ca
6
+ metadata.gz: 269dc97496f00d8b9bd3d478728707015c6613cc5c1d0aef4781437762d8d0c1ff25a57afff866fa7ded7126c91dc4602a52c0385c9e96933ee6b6dc56cfffc0
7
+ data.tar.gz: 49817a615adb86b7f5cf8b63d15a205416d96cc33ecd8c9a1d81e54f428572d884af3869ccface61727a789af24b5ee7b8d52c770db780601bfa6f0a40a141da
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/mymedia-kvx.rb CHANGED
@@ -31,9 +31,6 @@ class MyMediaKvx < MyMedia::Base
31
31
  def media_path()
32
32
  @media_src
33
33
  end
34
-
35
-
36
- private
37
34
 
38
35
  def copy_publish(filename, raw_msg='')
39
36
 
@@ -98,6 +95,8 @@ class MyMediaKvx < MyMedia::Base
98
95
 
99
96
  end
100
97
 
98
+ private
99
+
101
100
  def copy_edit(src_path, destination, raw='', xsldir: 'xsl')
102
101
 
103
102
  txt_destination = destination.sub(/xml$/,'txt')
@@ -156,8 +155,9 @@ class MyMediaKvx < MyMedia::Base
156
155
 
157
156
  def xsltproc(xslpath, xmlpath)
158
157
 
159
- Nokogiri::XSLT(File.open(xslpath))\
160
- .transform(Nokogiri::XML(File.open(xmlpath))).to_xhtml(indent: 0)
158
+ # jr290416 Nokogiri::XSLT(File.open(xslpath))\
159
+ # jr290416 .transform(Nokogiri::XML(File.open(xmlpath))).to_xhtml(indent: 0)
160
+ Rexslt.new(xslpath, xmlpath).to_s
161
161
  end
162
162
 
163
163
  end
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- ���{�¬��䑺�P�Ѡ��V���Ch��n�.��CA<�ÐO�,�,����y#/��N�Ǖ� \,�6\k�[|��jRizWYr�������!Q2�-��V 2]��Hc��r�ƪ T1S���n��,¾�u�9�~=��ۓ?���ܸ���G�꺊�(U���$�T}�Z��0����R���H4��?����v��=�q X~�ys�����1 *��� d:��d��o�� d5����5X��ߞ�
1
+ ���M��5��L1B�lwY���c��������]���U)7E&�$� 7��*�A���g�BT��Q{�!�,y��&2 ��F�X`E�=y�2]^�d��1p��%!�/��'/J�);=" � ꓤ)��J(n���S���`>pɔ�A=F(�D jG
2
+ ƈQ&$���D�����(���&����h_�'"P1WLX-��q~���J�v���B0��L'1��cV��+���i�D*�~G�b�����1v�霁]Q
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mymedia-kvx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  YzFxKlntIoLHNxMAQ9M9J4Yo+Lqm3HQ1PfyOUBU1Ut9Jkp76o++6L7SZbjSkvntp
32
32
  3P+jHJ4bpGBJQg==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-09-22 00:00:00.000000000 Z
34
+ date: 2016-05-01 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: mymedia
@@ -42,7 +42,7 @@ dependencies:
42
42
  version: '0.2'
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- version: 0.2.5
45
+ version: 0.2.11
46
46
  type: :runtime
47
47
  prerelease: false
48
48
  version_requirements: !ruby/object:Gem::Requirement
@@ -52,27 +52,27 @@ dependencies:
52
52
  version: '0.2'
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
- version: 0.2.5
55
+ version: 0.2.11
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: martile
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '0.2'
62
+ version: '0.6'
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: 0.6.7
65
+ version: 0.6.26
66
66
  type: :runtime
67
67
  prerelease: false
68
68
  version_requirements: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - "~>"
71
71
  - !ruby/object:Gem::Version
72
- version: '0.2'
72
+ version: '0.6'
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: 0.6.7
75
+ version: 0.6.26
76
76
  description:
77
77
  email: james@r0bertson.co.uk
78
78
  executables: []
metadata.gz.sig CHANGED
Binary file