liveblog 0.9.4 → 0.9.5

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: 83630a8981ded27b95134916654e1402a1ca5566
4
- data.tar.gz: 988e94fa0e2e362aa18e35f8de91d4820d210059
3
+ metadata.gz: 1da8265315540d267b4b9b257a39fc755d094edb
4
+ data.tar.gz: 70fa63da647a60915b9700478c94f842da6e00ec
5
5
  SHA512:
6
- metadata.gz: 7cb5d1edcd7fcd71500c1f1321d5c793f58e74c674835d5e4c3b6704b11771098b63ae93a7859f76ef7e987a58deb43e022eb7d4f78b02ed32e22c2e7d7e7beb
7
- data.tar.gz: b68395337f4bb55aa87d5ed33980c6eaef185ca246c0183c0229977647e790571429945c9ba0c9b24e48786a192ee7ed91d338a8c86250972d7805ed1a2296c6
6
+ metadata.gz: e17b6427398e0f9420c5f8d2db527da9e88fffc9ac094e6cc88b700544b4fec405b8bca7405af598cdbd6404b4b438e94edf4ab3d676cc9380925ef969c0c0d7
7
+ data.tar.gz: 50f6da96d96ac90421da94a3ff718c2b994ebf403e3ff8a472930ce799e1810a8e00014cc5cd7dd255e496893752504b68b014dd215dbe37739bdedb5f5402a3
@@ -1,3 +1 @@
1
- [��B7
2
- *$��2P��Q�Sχk���D��:Vl��l�k�O�������#����M~�^�˴4�~hl�}��?�/|c:�t�"JG(!x��<��K,�6��PʸwG��32{5�������1Y�.C�{ݸ�����r�*�L?ҠKR��3������C���Q fF?p�`��@��S֩�g��S�X��U�P�1��Zr�?Z9��쎝��9��� �A����c_s�<p������]���9M0m
3
- �I�
1
+ ^����!gj���;�&[hf������B��Ll�# ⱦ�!���gi%d�.�-ɍws���l�i�o^�Ӆ#O�2F�$J�c8�(4��o��w���GU�Q6U��|3�C��c�Tr�H�fֈ�R��ݓ��vM��rB���|��S�:|yһZf�vH���,~'f�7AS�=<��4o��棢Nåx��� ��)�X���JW
data.tar.gz.sig CHANGED
Binary file
@@ -86,7 +86,7 @@ class LiveBlog
86
86
  len = (140 - 30 - hashtag.length)
87
87
  raw_entry.gsub!(/(?:^|\s)!t\z/,'')
88
88
  entry = raw_entry.length > len ? "%s... %s" % [raw_entry.slice(0, len), hashtag] : raw_entry
89
- message = "%s %s%s" % [entry, static_urlpath(), hashtag]
89
+ message = "%s %s#%s" % [entry, static_urlpath(), hashtag]
90
90
 
91
91
  [true, message]
92
92
  end
@@ -170,6 +170,7 @@ EOF
170
170
  File.write File.join(path(), 'index.txt'), @dx.to_s
171
171
  save_html()
172
172
  save_rss()
173
+ FileUtils.cp File.join(path(),'raw_formatted.xml'), File.join(path(),'raw_formatted.xml.bak')
173
174
 
174
175
  end
175
176
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liveblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  WoOSxvsTN7qoA8F0W4mkDpf+HhHxBOLTPykcHMIlx2gILLnNraaZ1rJlZAqWABGj
32
32
  v8lGgeeqqjd5QA==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-04-12 00:00:00.000000000 Z
34
+ date: 2015-04-13 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: dynarex
metadata.gz.sig CHANGED
Binary file