unofficial-quiver-export 0.0.3 → 0.0.4

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: 59128619caeb86130d636282cf5d39567d2c51e2
4
- data.tar.gz: ceaca628cc647f80401d9c4e83aa8889daeb5fa1
3
+ metadata.gz: 988dfa33e22877c2cafe22da5f70600c86293a4c
4
+ data.tar.gz: 922c5e5375ff5681735abd4d312adefee518cfad
5
5
  SHA512:
6
- metadata.gz: e53439cd3f42062ec81b744d283f0fcfb62a712ef4f8d1f368b8204b7b11efd19af1cb7430da6986d1c5eeb16ee2689f1c43a56e6ba9117de23b8a2f9bb533ca
7
- data.tar.gz: a0e907ccf35227a63464c762413587a50bae03bdb5597907101eae56f710b3a4812725a293c720fcbdf376cdc491ce06b017902b410981f45f4f27024296b40e
6
+ metadata.gz: 80b67bd7eff616d045d6a8cc07db367003a5988ac15c7907486ca73a41051529503da438d7d6c91ea37c221c067ceb0b18b1bdbfc1c0ab7129fc7387eec6dad2
7
+ data.tar.gz: c3e5f9edb10b0b96930939fd10d9b12d41c353144e69c5fe768abf70fece216a7fb44e829efa437956d08720b5d44a53c67ca9812ed3d1086ded0482abd35de2
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.0.3 (2015-04-27)
1
+ ## 0.0.4 (2015-04-27)
2
2
 
3
3
  Features:
4
4
 
@@ -1,7 +1,7 @@
1
1
  module Unofficial
2
2
  module Quiver
3
3
  module Export
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
@@ -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 plain text files within Quiver notebooks.}
15
- spec.description = %q{This is the un-official gem for Quiver. It exports plain text files within Quiver notebooks.}
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.3
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 plain text files within
84
- Quiver notebooks.
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 plain text files within Quiver notebooks.
130
+ summary: This gem exports Quiver notes.
131
131
  test_files: []