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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a893fe56d0bf2920440dcf6f52014d7bc0f754b
4
- data.tar.gz: a16826bdedb97c7805770b003f4148b4bd453e45
3
+ metadata.gz: fb966bb29f55340386c383ce08132edda33a12b4
4
+ data.tar.gz: aaf661a90f4447de1e0b1d36d95d1d7810609aaf
5
5
  SHA512:
6
- metadata.gz: a1253344d7ce2aa0f28d3bd929c96726296ca269bb6b38a54d8d7ff0ba7ac3027458bfcb6d07d84db5cb2cb27a17fb623d3f5a889cda724c040ebb13a33aebc8
7
- data.tar.gz: bb921818be9a5cdd27d51312074d0b287215c6559c8e94052d1f49134996fc45841fc2d9f8558cd14b1ab9916dbb1297aeb3490535aa9c8423f7087b9191bb9d
6
+ metadata.gz: b7f1f3fb3fe095eb589e60da2441224ccc54288492903c1453215eef06e8b866a1e1d6b54f72f88b4443eb2f503b496bd9b2b890b82e86e65f977834a87791da
7
+ data.tar.gz: 6e4aa847897d1554020d8b558a75664e8679e9d57ddb1276ee8049a11fb365d73b8ae5634b8a859c3a5a9b0977524b925a08568094b48771f7cc43b503786fa8
@@ -1,3 +1,3 @@
1
1
  module OpmlHandler
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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 hash to opml"
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.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: export hash to opml
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: []