til_cli 0.0.1 → 0.0.2
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/lib/til/version.rb +1 -1
- data/til.gemspec +3 -3
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab6057c27228ad501f8bdce4e3203f796441afc0
|
4
|
+
data.tar.gz: d488d377bd955ff853f2ba4183020cd5c1741d67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab48021b8c5900226a2ff9bdbb65a9df219ef695a6834087f329ed494fe96eb9d6cf72a4bc42662f7a6206bc2bb1b63d9993a5afb923a7f1a0f21fd5a8cc72ca
|
7
|
+
data.tar.gz: 93cf5670bfc773cffc93e7176b613e113794bb4196873c978a1b274fdfe13e19394beb52a5fbe31673dd7644c79770ccf869ff0ff711cc2232b147fccf4e28f9
|
data/lib/til/version.rb
CHANGED
data/til.gemspec
CHANGED
@@ -6,9 +6,9 @@ require 'til/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "til_cli"
|
8
8
|
spec.version = Til::VERSION
|
9
|
-
spec.authors = ["Kevin"]
|
10
|
-
spec.email = ["litchfield.kevin+
|
11
|
-
spec.summary = %q{
|
9
|
+
spec.authors = ["Kevin Litchfield"]
|
10
|
+
spec.email = ["litchfield.kevin+github@gmail.com"]
|
11
|
+
spec.summary = %q{Command-line notetaking application: a CRUD interface to a repo of "Today I Learned" notes. Inspired by the format of https://github.com/thoughtbot/til. Uses $EDITOR to create and edit notes, wraps Git for convenience, more features to come.}
|
12
12
|
spec.homepage = ""
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: til_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Kevin
|
7
|
+
- Kevin Litchfield
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
version: 1.8.1
|
83
83
|
description:
|
84
84
|
email:
|
85
|
-
- litchfield.kevin+
|
85
|
+
- litchfield.kevin+github@gmail.com
|
86
86
|
executables:
|
87
87
|
- til
|
88
88
|
extensions: []
|
@@ -129,6 +129,8 @@ rubyforge_project:
|
|
129
129
|
rubygems_version: 2.2.2
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
|
-
summary:
|
132
|
+
summary: 'Command-line notetaking application: a CRUD interface to a repo of "Today
|
133
|
+
I Learned" notes. Inspired by the format of https://github.com/thoughtbot/til. Uses
|
134
|
+
$EDITOR to create and edit notes, wraps Git for convenience, more features to come.'
|
133
135
|
test_files: []
|
134
136
|
has_rdoc:
|