opml-handler 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb966bb29f55340386c383ce08132edda33a12b4
4
- data.tar.gz: aaf661a90f4447de1e0b1d36d95d1d7810609aaf
3
+ metadata.gz: 961fcd03cf7ef7f80a11b3d2ecb021f7bf5c0875
4
+ data.tar.gz: eea8f0de554e82b699bfa147598fd3921004a2d8
5
5
  SHA512:
6
- metadata.gz: b7f1f3fb3fe095eb589e60da2441224ccc54288492903c1453215eef06e8b866a1e1d6b54f72f88b4443eb2f503b496bd9b2b890b82e86e65f977834a87791da
7
- data.tar.gz: 6e4aa847897d1554020d8b558a75664e8679e9d57ddb1276ee8049a11fb365d73b8ae5634b8a859c3a5a9b0977524b925a08568094b48771f7cc43b503786fa8
6
+ metadata.gz: dbe5b5bde1cf6d96c2d0821aacc26c5f13ab97022226775826ab620a1b9b6766fc13b59d9dac4270854c989a4252d80d3d488805d704367ba32d8550932629ff
7
+ data.tar.gz: 5fd753377ed9006b6148a7e8341075b9aa61d7bed9c40b4c5c63bc54568704006ecc49a2aeaded1ffac0ab6723ef8da234cd243be32194687f194b5575a95921
@@ -1,3 +1,3 @@
1
1
  module OpmlHandler
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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, for both export and import"
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.1
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, for both
70
- export and import
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: