feedjira-opml 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/feedjira-opml.gemspec +1 -1
- data/lib/feedjira/opml/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db50718202d6dfff18497acff4d44c94dce9b809
|
4
|
+
data.tar.gz: 0ec9994d08f9ab0e7b4e1fbaf2c33513f656841e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eee318584a88099d9f77eada047809392b9b8fcac17c427249f02a26fd4a487b3ccd316228721c204a53ff436370ea40066b34394f01059661fd48135be175c
|
7
|
+
data.tar.gz: 2f75d3a799adccf97f6c63a19ea6b4a6f4b38380d053c659def553f5d1fb2495b9427b7a6b3724c6e1eff38eed5b9f06d1a5974210dc35bcc4119ff873f420e5
|
data/README.md
CHANGED
@@ -28,7 +28,7 @@ Feedjira::Feed.parse_with(Feedjira::Parser::OPML, string_of_xml)
|
|
28
28
|
|
29
29
|
### Output
|
30
30
|
|
31
|
-
All elements and attributes are typecast based on the OPML specification. The behavior for handling that don't adhere to the spec is undefined.
|
31
|
+
All elements and attributes are typecast based on the OPML specification. The behavior for handling values that don't adhere to the spec is undefined.
|
32
32
|
|
33
33
|
```ruby
|
34
34
|
@opml.head.title
|
data/feedjira-opml.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: feedjira-opml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Kalafarski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '2.0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '2.0'
|
83
83
|
description: Rudimentary OPML parsing classes for Feedjira
|
84
84
|
email:
|
85
85
|
- chris@farski.com
|