renote 0.0.5 → 0.0.6
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 +8 -8
- data/lib/renote/version.rb +1 -1
- data/renote.gemspec +1 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGY0Yzg4NzYyZTk0ZTk2MzY3NjA1OGE3NGM0NTcwMTIzNGVhNDQxMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTFmNjljNDUxN2I5ZjlhZDZmNzczMGQ4YmY3Y2U3Mjg0NGY2OWE3Mw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzdkNDIzMzk0NDU5ZGI0ZmY5ODhmZGM3NjUyZDEyOWU1N2Q4YWU3MTYzYzJm
|
|
10
|
+
OTEwMzRjOTMxNGZiYmQ5NmU3YjEyZWUzNDUzNWQ0Njg2MDI3YjQzNmRhMTNl
|
|
11
|
+
YTY2MjUwNjFkOWU0OWE3OTRiOTU3ZGQ2Y2UyYjczNTg1OTZhZmQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjJhM2E5YmZiOGZiNDI1MzE0NzI3ODY0M2FkOGZhMjJmY2M1ODU0OTZkMDZi
|
|
14
|
+
YWFkMWU5OWVhNWQwOGI4MTc2NTkxNTBjZWY2NjkyNzU0ODdjZjllYjg0YWY1
|
|
15
|
+
YTMwZDRkNWQ5M2Q4ZmQ0MzBhM2E4MzI2YTlmOTA3YzhiMzBmZmE=
|
data/lib/renote/version.rb
CHANGED
data/renote.gemspec
CHANGED
|
@@ -10,8 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ['nick.c.kaye@gmail.com']
|
|
11
11
|
s.summary = %q{Renote is a CLI for discreet note-taking.}
|
|
12
12
|
s.description = %q{Use Renote in order to take notes discreetly.}
|
|
13
|
-
s.homepage = ''
|
|
14
|
-
s.metadata = { 'source_code' => "https://github.com/outrightmental/renote" }
|
|
13
|
+
s.homepage = 'https://github.com/outrightmental/renote'
|
|
15
14
|
s.license = 'MIT'
|
|
16
15
|
|
|
17
16
|
s.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: renote
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Kaye
|
|
@@ -103,11 +103,10 @@ files:
|
|
|
103
103
|
- renote.gemspec
|
|
104
104
|
- spec/_helper.rb
|
|
105
105
|
- spec/application_spec.rb
|
|
106
|
-
homepage:
|
|
106
|
+
homepage: https://github.com/outrightmental/renote
|
|
107
107
|
licenses:
|
|
108
108
|
- MIT
|
|
109
|
-
metadata:
|
|
110
|
-
source_code: https://github.com/outrightmental/renote
|
|
109
|
+
metadata: {}
|
|
111
110
|
post_install_message:
|
|
112
111
|
rdoc_options: []
|
|
113
112
|
require_paths:
|