rrsimple-rss 1.3.6 → 1.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/rrsimple-rss.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjNlYjg4YmU4YWM5YjMwMWY3NGM1Y2E2MzFmMDUxMDVjNThiZmQwNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDE2NDA2NzZmNTZhZDFkYTI5ZjdhYWZhMDM2YTViMjhhNjRkMTMyNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTBkMGRmNTBiOWNlNDVmY2FjMzM4ZjQ4YTQ3NmIyYTYyZDNjNTIzMDI1N2M0
|
10
|
+
OWQyMWFjYjE4NzU5OWEzN2MxMmY5YmQ4ZjA2YWI3MzMyYWJjZDdkYTdmNDkw
|
11
|
+
YjlhOTZmYmM5YThmY2M0YzE2ZWZmNzE1YTg4MmMyYTViNzVmMjQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MWY0M2E5MDQ3OGQwYjg5YzQ4OTQzMmRiY2JjYTc1YzA5N2U0MzEzYWQwYTY4
|
14
|
+
ZTk4ZTVkZWJhZTY2ZjFjMDgxOTA0OTE0ZmY3YjE0NTI1NjI1NWI2MjcyNWZl
|
15
|
+
YzJjODQ5OWJmNzk0YTZkMGI0YjhmYmNiMjBmOTRkNjI0ZGYyMTc=
|
data/rrsimple-rss.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "rrsimple-rss"
|
3
|
-
s.version = "1.3.
|
4
|
-
s.date = "
|
3
|
+
s.version = "1.3.7"
|
4
|
+
s.date = Time.now.strftime("%Y-%m-%d")
|
5
5
|
s.summary = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation."
|
6
6
|
s.email = "rodrigo@rrmartins.com"
|
7
7
|
s.homepage = "http://github.com/rrmartins/simple-rss"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rrsimple-rss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lucas Carlson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-11-09 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby.
|
15
15
|
It is designed to be backwards compatible with the standard RSS parser, but will
|