feedjira-opml 2.0.2 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89b4bf028b2b8c1c8083e9f85ae548dd08fda72c
4
- data.tar.gz: cbb7129dfe9d6ac434fc2f39571a017ec7c9f182
3
+ metadata.gz: db50718202d6dfff18497acff4d44c94dce9b809
4
+ data.tar.gz: 0ec9994d08f9ab0e7b4e1fbaf2c33513f656841e
5
5
  SHA512:
6
- metadata.gz: 0dab279c86bb184f9881929ab53aa0a2c2e1fd8b5e7cc3eb3c71588063129f615e317a552e7800c715f7a3f7079655c2f2bce9dd917147c9290ba7452ad741e5
7
- data.tar.gz: c0068169cd2f39db030a2f9eb22d263d822446d07195cc6c235382f619552411cd5cb7fe2b350fa4b1f78cf3d815b8b806c1597dd3779355e4c7fe646ac15939
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
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency 'minitest', '~> 5.5'
29
29
  spec.add_development_dependency 'coveralls', '~> 0'
30
30
 
31
- spec.add_runtime_dependency 'feedjira', '~> 1.6'
31
+ spec.add_runtime_dependency 'feedjira', '~> 2.0'
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module Feedjira
2
2
  module OPML
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.3'
4
4
  end
5
5
  end
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.2
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-03-28 00:00:00.000000000 Z
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: '1.6'
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: '1.6'
82
+ version: '2.0'
83
83
  description: Rudimentary OPML parsing classes for Feedjira
84
84
  email:
85
85
  - chris@farski.com