kanban 0.9.0 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 387ea8721a962d5ece3f258f055d93e0ddcac442
4
- data.tar.gz: eb8ebe716529628aac1cf0e4eab150138b5d9945
2
+ SHA256:
3
+ metadata.gz: 73d5fb1a3d6c9c7bb794f23794facd45a6fdee69bf2e46186942b40ecd465d2e
4
+ data.tar.gz: e2f8c7b47ee9e3549ad090544e318b37a884c0c6fcecbfaaddd1d70c80f86a3b
5
5
  SHA512:
6
- metadata.gz: dae93d32f9996439dda7ac2383f0591c92e767138f367d3ad1f09a59918e0256f36ca675cbec5fd5ad197a35c77d1abac1ce383218b377daeadd15a9e402f5b2
7
- data.tar.gz: b6704b8cc4294d2308ddab9f26455f6f675c8cd6518510d70d6b0cf4eb7eb7da2e7b0c2bae8c863eff06c86965fd8f7175b3ae74428ee93f68bf4fd5007a377a
6
+ metadata.gz: 5d2ea35fb87469a2ec4c8fe5d5cf0c70dcec84cc304bf5e037af96ea7203d6b03fe491decc82207ded335f5ab1a886bd4be15fee9f81a152a20573272f85ed92
7
+ data.tar.gz: 8fa312e97355a79e5315c9f0b3bbe962cb9c022e31990b7cd2186cd644109420ce206bd556eccc08cc541004ac15e61d5019c16b069471f3a4919eb093828680
@@ -0,0 +1,4 @@
1
+ �-�@�m��vp�Z@qmM�_��_Lm�m��Z �� ��+�����+
2
+ �K *���jQ�)�%,/'�u>{�=b|L�ǐ;Zp2�.���f�~ �-�"p�¶�f����8�ăa��~-��MHc�Ig\Ra_{*$�5\Dk����\!����q�1#�1z[���b|˗Oo��;���؅�&���U�����A�.� �F�&�ePBİ����MGu'
3
+ �o���mն���ΑJR
4
+ �r3
@@ -0,0 +1,5 @@
1
+ %�ڞ���>����H�˘�R�7�S�����
2
+ ����?T�*��][��@
3
+ �7'��5 BO�%�p���@�#��s���m__�l�3B$W�`Z5\3yr�h3�C�����t($C�� ��Ӌ�i
4
+ �^C��p�
5
+ �?Pm�����W�w�Ɗ��sQ��ae���T�Y>up-��U3\W����A0S���Kq�mM���������=?H�z��٠��
data/.gitignore CHANGED
@@ -1,52 +1,57 @@
1
- Gemfile.lock
2
1
 
3
- # rcov generated
4
- coverage
5
- coverage.data
6
-
7
- # rdoc generated
8
- rdoc
9
-
10
- # yard generated
11
- doc
12
- .yardoc
13
-
14
- # bundler
15
- .bundle
16
- vendor
17
-
18
- # jeweler generated
19
- pkg
20
-
21
- # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
2
+ # Created by https://www.gitignore.io/api/ruby
3
+
4
+ ### Ruby ###
5
+ *.gem
6
+ *.rbc
7
+ /.config
8
+ /coverage/
9
+ /InstalledFiles
10
+ /pkg/
11
+ /spec/reports/
12
+ /spec/examples.txt
13
+ /test/tmp/
14
+ /test/version_tmp/
15
+ /tmp/
16
+
17
+ # Used by dotenv library to load environment variables.
18
+ # .env
19
+
20
+ ## Specific to RubyMotion:
21
+ .dat*
22
+ .repl_history
23
+ build/
24
+ *.bridgesupport
25
+ build-iPhoneOS/
26
+ build-iPhoneSimulator/
27
+
28
+ ## Specific to RubyMotion (use of CocoaPods):
22
29
  #
23
- # * Create a file at ~/.gitignore
24
- # * Include files you want ignored
25
- # * Run: git config --global core.excludesfile ~/.gitignore
30
+ # We recommend against adding the Pods directory to your .gitignore. However
31
+ # you should judge for yourself, the pros and cons are mentioned at:
32
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
26
33
  #
27
- # After doing this, these files will be ignored in all your git projects,
28
- # saving you from having to 'pollute' every project you touch with them
29
- #
30
- # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
31
- #
32
- # For MacOS:
33
- #
34
- #.DS_Store
34
+ # vendor/Pods/
35
+
36
+ ## Documentation cache and generated files:
37
+ /.yardoc/
38
+ /_yardoc/
39
+ /doc/
40
+ /rdoc/
35
41
 
36
- # For TextMate
37
- #*.tmproj
38
- #tmtags
42
+ ## Environment normalization:
43
+ /.bundle/
44
+ /vendor/bundle
45
+ /lib/bundler/man/
39
46
 
40
- # For emacs:
41
- #*~
42
- #\#*
43
- #.\#*
47
+ # for a library or gem, you might want to ignore these files since the code is
48
+ # intended to run in multiple environments; otherwise, check them in:
49
+ # Gemfile.lock
50
+ # .ruby-version
51
+ # .ruby-gemset
44
52
 
45
- # For vim:
46
- #*.swp
53
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
54
+ .rvmrc
47
55
 
48
- # For redcar:
49
- #.redcar
50
56
 
51
- # For rubinius:
52
- #*.rbc
57
+ # End of https://www.gitignore.io/api/ruby
@@ -1,6 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
- Copyright © 2015-2017 Chris Olstrom <chris@olstrom.com>
3
+ Copyright © 2015-2018 Chris Olstrom <chris@olstrom.com>
4
+ Copyright © 2016-2018 SUSE LLC
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the “Software”), to deal
@@ -1,24 +1,24 @@
1
1
  Gem::Specification.new do |gem|
2
+ tag = `git describe --tags --abbrev=0`.chomp
3
+
2
4
  gem.name = 'kanban'
3
- gem.version = `git describe --tags --abbrev=0`.chomp
4
- gem.licenses = 'MIT'
5
- gem.authors = ['Chris Olstrom']
6
- gem.email = 'chris@olstrom.com'
7
5
  gem.homepage = 'https://github.com/colstrom/kanban'
8
6
  gem.summary = 'Agile Workflow for Ruby Programs'
9
7
 
10
- gem.files = `git ls-files`.split("\n")
11
- gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
12
- gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
8
+ gem.version = "#{tag}"
9
+ gem.licenses = ['MIT']
10
+ gem.authors = ['Chris Olstrom']
11
+ gem.email = 'chris@olstrom.com'
12
+
13
+ gem.cert_chain = ['trust/certificates/colstrom.pem']
14
+ gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY'
15
+
16
+ gem.files = `git ls-files -z`.split("\x0")
17
+ gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
18
+ gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) }
19
+
13
20
  gem.require_paths = ['lib']
14
21
 
15
22
  gem.add_runtime_dependency 'contracts', '~> 0.16', '>= 0.16.0'
16
- gem.add_runtime_dependency 'redis', '~> 4.0', '>= 4.0.0'
17
- gem.add_development_dependency 'bundler', '~> 1.15', '>= 1.15.0'
18
- gem.add_development_dependency 'rake', '~> 12.1', '>= 12.1.0'
19
- gem.add_development_dependency 'reek', '~> 4.7', '>= 4.7.0'
20
- gem.add_development_dependency 'roodi', '~> 5.0', '>= 5.0.0'
21
- gem.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
22
- gem.add_development_dependency 'simplecov', '~> 0.15', '>= 0.15.0'
23
- gem.add_development_dependency 'yard', '~> 0.9', '>= 0.9.0'
23
+ gem.add_runtime_dependency 'redis', '~> 4.0', '>= 4.0.0'
24
24
  end
@@ -1,3 +1,8 @@
1
1
  module Kanban
2
- VERSION = '0.9.0'.freeze
2
+ VERSION = $LOADED_FEATURES
3
+ .map { |f| f.match %r{/kanban-(?<version>[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(\.pre)?)} }
4
+ .compact
5
+ .map { |gem| gem['version'] }
6
+ .uniq
7
+ .first
3
8
  end
@@ -0,0 +1,25 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
3
+ cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
4
+ MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
5
+ hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
6
+ cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
7
+ 8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
8
+ epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
9
+ MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
10
+ r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
11
+ 67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
12
+ F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
13
+ 83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
14
+ VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
15
+ FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
16
+ LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
17
+ 6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
18
+ nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
19
+ QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
20
+ c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
21
+ S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
22
+ mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
23
+ EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
24
+ 7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
25
+ -----END CERTIFICATE-----
metadata CHANGED
@@ -1,14 +1,40 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanban
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIENDCCApygAwIBAgIBATANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdjaHJp
14
+ cy9EQz1vbHN0cm9tL0RDPWNvbTAeFw0xODAzMTUxODMxMTdaFw0xOTAzMTUxODMx
15
+ MTdaMCIxIDAeBgNVBAMMF2NocmlzL0RDPW9sc3Ryb20vREM9Y29tMIIBojANBgkq
16
+ hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAp31YmQvpMuQSlgX22B++/rxl4p4LYyaq
17
+ cDDbi8DBro9cm2H60lbpCuAUALiED2CagZEK0vel5W8AnZhhns0OEYAlpQtBSJtN
18
+ 8P/jlNYruuY26aVhfHfyA5j1n7tVecJz3i/awEPGC3zuTfvUq7Ahn5czOy+hIm4M
19
+ epee881dqnJlXjzTX/TKFYQa9tYj4bhsjfJOV+EDMcao/DE3vmNcBKH8XFVv/wQe
20
+ MGC7VY5zBwow00AkCicNmIr0Psy5hLvqphJ/E3Eiu4UpXhiBfM0z7xiBPoPMBqOx
21
+ r1RzgfKm/JbDO7leFmrEi8hLofyMmbuGvrSTE274vS4EnKaW6OtK7QM5R+jOJZbd
22
+ 67KUgSw+LdHNwu8xCuuQOdKPeSfWdNz94KAdczjzHdXUl/SpfmTuN/D+BCZjTxSo
23
+ F1kACSU6uGTBFKZy35XK+yqeny/1l6xRs6j+cON+LSRMKYSt7jdLcKQVk5wH2xLo
24
+ 83njwnumFxKhiWu0oaT5dlDCtyYM85j9AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYD
25
+ VR0PBAQDAgSwMB0GA1UdDgQWBBQEd3/D0MMj9FHhMZk0QJDlrUtKaTAcBgNVHREE
26
+ FTATgRFjaHJpc0BvbHN0cm9tLmNvbTAcBgNVHRIEFTATgRFjaHJpc0BvbHN0cm9t
27
+ LmNvbTANBgkqhkiG9w0BAQsFAAOCAYEALritM5RkGNZ7cs8hlljSEyuwJrbJYOSX
28
+ 6p1S0D83GlfGZ/5XABy1p4EGQjxiAYuDrnnIw6GLHpgxFEtUNvyNYVfAa6u6yz4Y
29
+ nEjbEF76zAAxoRfivDApGJ3G9wuZ14cHZswFJppf2N4RG14F8bfLtU1OMYDLw8eK
30
+ QJOpynqHtrSj+FfsyNb6d93K8rlNCEd4UHkdRH1m7VnG6M18HvkbQCRMJtOFg/3j
31
+ c66TgdClDMJJXXiktVinfsmpTwxe2IzjGvwo2CZ/S53WPU/jb4uQMUzY0tMw48rl
32
+ S07/1DQNogstTnLYueqkUS1PYEwtavKVnpAtnaOdf0rJ/Rk4hA36BRgAVyQrp0uu
33
+ mSbo3NCvepJNYsTOUM+Df421VuPq713JV0aJDqltyfPptTM7fmNMcukbRh0aRuMT
34
+ EIKh6yDoB+oCRuiTV0uw/lKE2PtbONhJb7uN1qhZqla/iBpmUjiEu8+skI+ygv9n
35
+ 7Krw8FJrV3+VRCiZTPKHeshAfL9yeIZh
36
+ -----END CERTIFICATE-----
37
+ date: 2018-03-19 00:00:00.000000000 Z
12
38
  dependencies:
13
39
  - !ruby/object:Gem::Dependency
14
40
  name: contracts
@@ -50,146 +76,6 @@ dependencies:
50
76
  - - ">="
51
77
  - !ruby/object:Gem::Version
52
78
  version: 4.0.0
53
- - !ruby/object:Gem::Dependency
54
- name: bundler
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - "~>"
58
- - !ruby/object:Gem::Version
59
- version: '1.15'
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: 1.15.0
63
- type: :development
64
- prerelease: false
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - "~>"
68
- - !ruby/object:Gem::Version
69
- version: '1.15'
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: 1.15.0
73
- - !ruby/object:Gem::Dependency
74
- name: rake
75
- requirement: !ruby/object:Gem::Requirement
76
- requirements:
77
- - - "~>"
78
- - !ruby/object:Gem::Version
79
- version: '12.1'
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: 12.1.0
83
- type: :development
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '12.1'
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 12.1.0
93
- - !ruby/object:Gem::Dependency
94
- name: reek
95
- requirement: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - "~>"
98
- - !ruby/object:Gem::Version
99
- version: '4.7'
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: 4.7.0
103
- type: :development
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: '4.7'
110
- - - ">="
111
- - !ruby/object:Gem::Version
112
- version: 4.7.0
113
- - !ruby/object:Gem::Dependency
114
- name: roodi
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - "~>"
118
- - !ruby/object:Gem::Version
119
- version: '5.0'
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- version: 5.0.0
123
- type: :development
124
- prerelease: false
125
- version_requirements: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '5.0'
130
- - - ">="
131
- - !ruby/object:Gem::Version
132
- version: 5.0.0
133
- - !ruby/object:Gem::Dependency
134
- name: rspec
135
- requirement: !ruby/object:Gem::Requirement
136
- requirements:
137
- - - "~>"
138
- - !ruby/object:Gem::Version
139
- version: '3.6'
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- version: 3.6.0
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - "~>"
148
- - !ruby/object:Gem::Version
149
- version: '3.6'
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: 3.6.0
153
- - !ruby/object:Gem::Dependency
154
- name: simplecov
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '0.15'
160
- - - ">="
161
- - !ruby/object:Gem::Version
162
- version: 0.15.0
163
- type: :development
164
- prerelease: false
165
- version_requirements: !ruby/object:Gem::Requirement
166
- requirements:
167
- - - "~>"
168
- - !ruby/object:Gem::Version
169
- version: '0.15'
170
- - - ">="
171
- - !ruby/object:Gem::Version
172
- version: 0.15.0
173
- - !ruby/object:Gem::Dependency
174
- name: yard
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: '0.9'
180
- - - ">="
181
- - !ruby/object:Gem::Version
182
- version: 0.9.0
183
- type: :development
184
- prerelease: false
185
- version_requirements: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - "~>"
188
- - !ruby/object:Gem::Version
189
- version: '0.9'
190
- - - ">="
191
- - !ruby/object:Gem::Version
192
- version: 0.9.0
193
79
  description:
194
80
  email: chris@olstrom.com
195
81
  executables: []
@@ -203,7 +89,6 @@ files:
203
89
  - LICENSE.txt
204
90
  - README.org
205
91
  - Rakefile
206
- - VERSION
207
92
  - kanban.gemspec
208
93
  - lib/kanban.rb
209
94
  - lib/kanban/backlog.rb
@@ -212,6 +97,7 @@ files:
212
97
  - spec/kanban/hash_safety_spec.rb
213
98
  - spec/kanban_spec.rb
214
99
  - spec/spec_helper.rb
100
+ - trust/certificates/colstrom.pem
215
101
  homepage: https://github.com/colstrom/kanban
216
102
  licenses:
217
103
  - MIT
@@ -232,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
118
  version: '0'
233
119
  requirements: []
234
120
  rubyforge_project:
235
- rubygems_version: 2.6.13
121
+ rubygems_version: 2.7.6
236
122
  signing_key:
237
123
  specification_version: 4
238
124
  summary: Agile Workflow for Ruby Programs
Binary file
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.8.1