liveblog 1.0.2 → 1.0.3
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 +1 -3
- data/lib/liveblog.rb +2 -2
- 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: b94fa18e9aee8dbd6697051e3626599260174cbc
|
|
4
|
+
data.tar.gz: fdfe4ececbb9d23f0fa836f55e312d986b3aa098
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d48ccf0d079de5bdeae6a674389b73203e7138ce83d9e8d474c0b07a78e41fbce6d8c60fca68770b3d1980e696d77b5bdca333d0490f7ee37b1586064510a148
|
|
7
|
+
data.tar.gz: 64661eb304d4c57b6aa0b57cb4b01a065cbc7bec74d8c21d503a8afbfb8e2309e46ff4060852783326f251e4903f9fd9f51f7637948ada95396c1571a2f3ba89
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
data/lib/liveblog.rb
CHANGED
|
@@ -267,9 +267,9 @@ EOF
|
|
|
267
267
|
else
|
|
268
268
|
'1'
|
|
269
269
|
end
|
|
270
|
-
|
|
270
|
+
|
|
271
271
|
@dx.create({x: raw_entry.sub(/(#\w+)$/){|x| x.downcase}}, \
|
|
272
|
-
hashtag.downcase, custom_attributes: {uid: uid})
|
|
272
|
+
id: hashtag.downcase, custom_attributes: {uid: uid})
|
|
273
273
|
|
|
274
274
|
@plugins.each do |x|
|
|
275
275
|
x.on_new_section(raw_entry, hashtag) if x.respond_to? :on_new_section
|
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: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
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-06-
|
|
34
|
+
date: 2015-06-25 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex
|
metadata.gz.sig
CHANGED
|
Binary file
|