unofficial-quiver-export 0.0.3 → 0.0.4
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/CHANGELOG.md +1 -1
- data/lib/unofficial/quiver/export/version.rb +1 -1
- data/unofficial-quiver-export.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 988dfa33e22877c2cafe22da5f70600c86293a4c
|
|
4
|
+
data.tar.gz: 922c5e5375ff5681735abd4d312adefee518cfad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80b67bd7eff616d045d6a8cc07db367003a5988ac15c7907486ca73a41051529503da438d7d6c91ea37c221c067ceb0b18b1bdbfc1c0ab7129fc7387eec6dad2
|
|
7
|
+
data.tar.gz: c3e5f9edb10b0b96930939fd10d9b12d41c353144e69c5fe768abf70fece216a7fb44e829efa437956d08720b5d44a53c67ca9812ed3d1086ded0482abd35de2
|
data/CHANGELOG.md
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.authors = ["Norimitsu YAMASHITA"]
|
|
12
12
|
spec.email = ["tugend.licht@gmail.com"]
|
|
13
13
|
|
|
14
|
-
spec.summary = %q{This gem exports
|
|
15
|
-
spec.description = %q{This is the un-official gem for Quiver. It exports
|
|
14
|
+
spec.summary = %q{This gem exports Quiver notes.}
|
|
15
|
+
spec.description = %q{This is the un-official gem for Quiver. It exports Quiver notes to text files.}
|
|
16
16
|
spec.homepage = "https://github.com/nori3tsu/unofficial-quiver-export"
|
|
17
17
|
|
|
18
18
|
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: unofficial-quiver-export
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Norimitsu YAMASHITA
|
|
@@ -80,8 +80,8 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description: This is the un-official gem for Quiver. It exports
|
|
84
|
-
|
|
83
|
+
description: This is the un-official gem for Quiver. It exports Quiver notes to text
|
|
84
|
+
files.
|
|
85
85
|
email:
|
|
86
86
|
- tugend.licht@gmail.com
|
|
87
87
|
executables:
|
|
@@ -127,5 +127,5 @@ rubyforge_project:
|
|
|
127
127
|
rubygems_version: 2.4.5
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
|
-
summary: This gem exports
|
|
130
|
+
summary: This gem exports Quiver notes.
|
|
131
131
|
test_files: []
|