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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/til/version.rb +1 -1
  3. data/til.gemspec +3 -3
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53b2c9d656469cff4398375a0aac7f97d236a242
4
- data.tar.gz: 7155110b28132c3e3df0d753bc591eace76ace2a
3
+ metadata.gz: ab6057c27228ad501f8bdce4e3203f796441afc0
4
+ data.tar.gz: d488d377bd955ff853f2ba4183020cd5c1741d67
5
5
  SHA512:
6
- metadata.gz: 0f30305429c78b30f9ae5c8db6cbe5d2becb90a510104243571a43a41d02e978be96c5c79aa254720125b09385875110305af6db409c6408d20bfd7ec143391d
7
- data.tar.gz: 6eed2b836570ebacecfbec8cb8112f02f34a4ca71a5afdbde29d89a71ab5ebba01e71933431402cfadf44a28d25dd469489cb37bb9e43b85a530c7a7904e1d3b
6
+ metadata.gz: ab48021b8c5900226a2ff9bdbb65a9df219ef695a6834087f329ed494fe96eb9d6cf72a4bc42662f7a6206bc2bb1b63d9993a5afb923a7f1a0f21fd5a8cc72ca
7
+ data.tar.gz: 93cf5670bfc773cffc93e7176b613e113794bb4196873c978a1b274fdfe13e19394beb52a5fbe31673dd7644c79770ccf869ff0ff711cc2232b147fccf4e28f9
data/lib/til/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Til
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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+gs@gmail.com"]
11
- spec.summary = %q{Generate new notes about stuff you learned}
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.1
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+gs@gmail.com
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: Generate new notes about stuff you learned
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: