twkb 0.0.5 → 0.0.6

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/LICENSE +20 -0
  3. data/lib/twkb/version.rb +1 -1
  4. data/twkb.gemspec +1 -0
  5. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9cff921150070fcd1d318f9470e7f64de9e0341
4
- data.tar.gz: d080307c282fde66bfa85d67f6580edcc2804497
3
+ metadata.gz: 36869e5a5d9aa518f668be3fb4007595813320f5
4
+ data.tar.gz: a5654369b7e37bfc268918f9e4dd5c0f8cfff641
5
5
  SHA512:
6
- metadata.gz: ed3451546f43f041d85cd0620326c6c0189d8fce7ed94dd3d55af47b7052fa4820b01d40c32f50fcdc5ca544525282e191c2f670d6bf416db96b5883e4f73f0c
7
- data.tar.gz: 822ff55369e81307b6a418b8977ddb0f5ddce649030efca750b671bb5f051ef25e4b4aac05f481fef45cb998775ad35c676287f2ac6f753078a6e8b13d0c422b
6
+ metadata.gz: c2aa32502590b311e0ff1db6befa282a18374c61b6cacb709b02e9396274bba9ecfcff4fce457d2e54c4cdd518ff03ab30d4b1af9c44c68e638edcdf4e9abd2c
7
+ data.tar.gz: 0d9dd633b2cc799afb150042c0feb9c0427f9f6bd08486302d194e4f822524cd1a1a4502e9f02b59376be3ee15753a499dde8928e66c5d27f0d8caa4dcadc189
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 KimNorgaard
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ 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, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module TWKB
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/KimNorgaard/twkb"
11
11
  s.summary = "TaskWarrior Kanban"
12
12
  s.description = "A command line utility based on task warrior to create kanban boards."
13
+ s.licenses = 'MIT'
13
14
 
14
15
  s.add_runtime_dependency 'terminal-table', '~>1.4.5'
15
16
  s.add_runtime_dependency 'parseconfig', '~>1.0.2'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twkb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kim Nørgaard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: terminal-table
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - .rvmrc
77
77
  - Gemfile
78
+ - LICENSE
78
79
  - README.md
79
80
  - Rakefile
80
81
  - bin/twkb
@@ -85,7 +86,8 @@ files:
85
86
  - lib/twkb/version.rb
86
87
  - twkb.gemspec
87
88
  homepage: https://github.com/KimNorgaard/twkb
88
- licenses: []
89
+ licenses:
90
+ - MIT
89
91
  metadata: {}
90
92
  post_install_message:
91
93
  rdoc_options: []