quiver_note 0.0.4 → 0.0.5

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: 667335961f0426a5143bb8d5da6b3d62f667fd3c
4
- data.tar.gz: 87650638ad4621b25cc9f3c5b7215ab367a36fc7
3
+ metadata.gz: c30b26a3fe0b06edd081d926cb6719aa14ada650
4
+ data.tar.gz: 1b730381f5ded41ccb80dc99c936b72f218f57ed
5
5
  SHA512:
6
- metadata.gz: 71e7d6964bd2855058b7474a1190fcf67cf1c6e8ea9c22e84d4f387596c7e33c85bb52a0a9e99e76e12c413dc129027dd47f8788a89bd37546eb529452e9992d
7
- data.tar.gz: 2478221d4ac4e3053a907006cc401604e1bc05ba08500d8ae305cfe242a7eb8f3db6c2599115b2f244e5db4cf9d1882df9f857ab13ff631ed1abb2120e8c5e45
6
+ metadata.gz: 7fbb9c767f83b463bcef7c9d40fd7f5ee7e3ce646f999e9bd10898f89613557466cae81f316f501c6081107f97e2f0747c597a2be087a4cdbd539547f8ffc97c
7
+ data.tar.gz: 1fcf78f055d424adb906afb93e06bc273622278852342b4c0cac96f5d8b8dc92d0ba9394de5e85f0ec5b966e03c7323155dcf2ef16308867d7a8e3763a26598c
@@ -1,3 +1,3 @@
1
1
  module Quiver
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Quiver::VERSION
9
9
  spec.authors = ["kuboon"]
10
10
  spec.email = ["kuboon@trick-with.net"]
11
- spec.summary = %q{To manipulate HappenApps Quiver notes.}
11
+ spec.summary = %q{Unofficial ruby interface for [HappenApps quiver](happenapps.com/#quiver)}
12
12
  # spec.description = %q{TODO: Write a longer description. Optional.}
13
13
  spec.homepage = "https://github.com/kuboon/quiver"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quiver_note
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - kuboon
@@ -98,5 +98,5 @@ rubyforge_project:
98
98
  rubygems_version: 2.4.5.1
99
99
  signing_key:
100
100
  specification_version: 4
101
- summary: To manipulate HappenApps Quiver notes.
101
+ summary: Unofficial ruby interface for [HappenApps quiver](happenapps.com/#quiver)
102
102
  test_files: []