evernote-editor 0.1.3 → 0.1.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.
- data/evernote-editor.gemspec +2 -2
- data/lib/evernote_editor/version.rb +1 -1
- metadata +4 -4
data/evernote-editor.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |gem|
|
|
9
9
|
gem.version = EvernoteEditor::VERSION
|
10
10
|
gem.authors = ["hpoydar"]
|
11
11
|
gem.email = ["henry@poydar.com"]
|
12
|
-
gem.
|
13
|
-
gem.
|
12
|
+
gem.summary = %q{Command line creation and editing of Evernote notes}
|
13
|
+
gem.description = %q{Simple command line creation and editing of Evernote notes in Markdown format with your favorite editor via a gem installed binary}
|
14
14
|
gem.homepage = "https://github.com/hpoydar/evernote-editor"
|
15
15
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evernote-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -123,7 +123,8 @@ dependencies:
|
|
123
123
|
- - ~>
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: 2.12.0
|
126
|
-
description:
|
126
|
+
description: Simple command line creation and editing of Evernote notes in Markdown
|
127
|
+
format with your favorite editor via a gem installed binary
|
127
128
|
email:
|
128
129
|
- henry@poydar.com
|
129
130
|
executables:
|
@@ -167,8 +168,7 @@ rubyforge_project:
|
|
167
168
|
rubygems_version: 1.8.23
|
168
169
|
signing_key:
|
169
170
|
specification_version: 3
|
170
|
-
summary:
|
171
|
-
with your favorite editor via a gem installed binary
|
171
|
+
summary: Command line creation and editing of Evernote notes
|
172
172
|
test_files:
|
173
173
|
- spec/evernote_editor/editor_spec.rb
|
174
174
|
- spec/spec_helper.rb
|