opml-handler 1.0.1 → 1.0.2
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
- data/lib/opml-handler/version.rb +1 -1
- data/opml-handler.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 961fcd03cf7ef7f80a11b3d2ecb021f7bf5c0875
|
|
4
|
+
data.tar.gz: eea8f0de554e82b699bfa147598fd3921004a2d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbe5b5bde1cf6d96c2d0821aacc26c5f13ab97022226775826ab620a1b9b6766fc13b59d9dac4270854c989a4252d80d3d488805d704367ba32d8550932629ff
|
|
7
|
+
data.tar.gz: 5fd753377ed9006b6148a7e8341075b9aa61d7bed9c40b4c5c63bc54568704006ecc49a2aeaded1ffac0ab6723ef8da234cd243be32194687f194b5575a95921
|
data/lib/opml-handler/version.rb
CHANGED
data/opml-handler.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["iamchenhang@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "handle opml file(support children nodes) for ruby application"
|
|
13
|
-
spec.description = "handle opml file(support children nodes) for ruby application,
|
|
13
|
+
spec.description = "handle opml file(support children nodes) for ruby application, both export and import"
|
|
14
14
|
spec.homepage = "https://github.com/chenhang/opml-handler"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opml-handler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hang
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: handle opml file(support children nodes) for ruby application,
|
|
70
|
-
|
|
69
|
+
description: handle opml file(support children nodes) for ruby application, both export
|
|
70
|
+
and import
|
|
71
71
|
email:
|
|
72
72
|
- iamchenhang@gmail.com
|
|
73
73
|
executables:
|