kk 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/LICENSE +21 -0
  4. data/kk.gemspec +2 -2
  5. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f31a081bfd513dbb1e3c76f1b85c38e25797d1eb
4
- data.tar.gz: 45b6f5b530d9cba626ee3ab0e0619da39203c04d
3
+ metadata.gz: 67666386ebf54571c5c48cc7e5d8d1a12021918b
4
+ data.tar.gz: fa91d523a7d8b3e72d64393083693179a34f2fd7
5
5
  SHA512:
6
- metadata.gz: 4d05a0dc8046d24165b5b643892cb6adf61b064a786e74fbd148b5abe927562668839148344196936fbedeb4ef1597b7a3ea003fed99f36879ba6e8c52e34691
7
- data.tar.gz: 14dd1d5b266f2d8f954eceaa2736fa4a52a0c988fb829220bfd90c03417fd2dac2d0bd653e7bc5fbe8b9db1c0d82d100f2934ccf1711850d5cdfb43b54ff596a
6
+ metadata.gz: 6d8123a72373ae93d1e84bf0260adfdcfbf1ef3b90cc4ed6eed49271bff9109afacacfaade023796c5638ec3b9400882b4b5c12bd136b2311441855e2dccf6a9
7
+ data.tar.gz: 1d3f819ac9dcf2ff375cf11c35ec7ead5722424790d45dddc8a76b7f6541a6e88c251039144f1a62cb80a97acbf8aa7562eee30288c1d79f2e967aa2faf28b84
@@ -0,0 +1 @@
1
+ /*.gem
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 David Brady
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/kk.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'kk'
3
- gem.version = '0.0.1'
4
- gem.date = '2014-11-05'
3
+ gem.version = '0.0.2'
4
+ gem.date = '2014-11-12'
5
5
  gem.summary = "Personal CLI/web diary/journaling tool"
6
6
  gem.description = "Personal CLI/web diary/journaling tool with tagging, templates, and customizable data fields"
7
7
  gem.authors = ["David Brady"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kk
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
7
  - David Brady
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-05 00:00:00.000000000 Z
11
+ date: 2014-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3
@@ -88,10 +88,12 @@ executables:
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
+ - ".gitignore"
91
92
  - ".ruby-gemset"
92
93
  - ".ruby-version"
93
94
  - Gemfile
94
95
  - Gemfile.lock
96
+ - LICENSE
95
97
  - README.md
96
98
  - bin/kk
97
99
  - db/schema.rb