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 +4 -4
- checksums.yaml.gz.sig +1 -3
- data.tar.gz.sig +0 -0
- data/lib/liveblog.rb +2 -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: 1da8265315540d267b4b9b257a39fc755d094edb
|
|
4
|
+
data.tar.gz: 70fa63da647a60915b9700478c94f842da6e00ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e17b6427398e0f9420c5f8d2db527da9e88fffc9ac094e6cc88b700544b4fec405b8bca7405af598cdbd6404b4b438e94edf4ab3d676cc9380925ef969c0c0d7
|
|
7
|
+
data.tar.gz: 50f6da96d96ac90421da94a3ff718c2b994ebf403e3ff8a472930ce799e1810a8e00014cc5cd7dd255e496893752504b68b014dd215dbe37739bdedb5f5402a3
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
[��
|
|
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���QfF?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���G�U�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
|
data/lib/liveblog.rb
CHANGED
|
@@ -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
|
|
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
|
+
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-
|
|
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
|