opml-handler 1.0.0 → 1.0.1
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 +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb966bb29f55340386c383ce08132edda33a12b4
|
|
4
|
+
data.tar.gz: aaf661a90f4447de1e0b1d36d95d1d7810609aaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7f1f3fb3fe095eb589e60da2441224ccc54288492903c1453215eef06e8b866a1e1d6b54f72f88b4443eb2f503b496bd9b2b890b82e86e65f977834a87791da
|
|
7
|
+
data.tar.gz: 6e4aa847897d1554020d8b558a75664e8679e9d57ddb1276ee8049a11fb365d73b8ae5634b8a859c3a5a9b0977524b925a08568094b48771f7cc43b503786fa8
|
data/lib/opml-handler/version.rb
CHANGED
data/opml-handler.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["hang"]
|
|
10
10
|
spec.email = ["iamchenhang@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = "handle opml ruby application"
|
|
13
|
-
spec.description = "export
|
|
12
|
+
spec.summary = "handle opml file(support children nodes) for ruby application"
|
|
13
|
+
spec.description = "handle opml file(support children nodes) for ruby application, for 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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hang
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description:
|
|
69
|
+
description: handle opml file(support children nodes) for ruby application, for both
|
|
70
|
+
export and import
|
|
70
71
|
email:
|
|
71
72
|
- iamchenhang@gmail.com
|
|
72
73
|
executables:
|
|
@@ -109,5 +110,5 @@ rubyforge_project:
|
|
|
109
110
|
rubygems_version: 2.2.2
|
|
110
111
|
signing_key:
|
|
111
112
|
specification_version: 4
|
|
112
|
-
summary: handle opml ruby application
|
|
113
|
+
summary: handle opml file(support children nodes) for ruby application
|
|
113
114
|
test_files: []
|