pair_see 0.1.5 → 0.1.6

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.
@@ -1,3 +1,3 @@
1
1
  module PairSee
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'.freeze
3
3
  end
@@ -1,4 +1,5 @@
1
1
  # coding: utf-8
2
+
2
3
  lib = File.expand_path('../lib', __FILE__)
3
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
5
  require 'pair_see/version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pair_see
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - compwron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-12 00:00:00.000000000 Z
11
+ date: 2017-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yamler
@@ -161,6 +161,8 @@ extra_rdoc_files: []
161
161
  files:
162
162
  - ".gitignore"
163
163
  - ".rspec"
164
+ - ".rubocop.yml"
165
+ - ".rubocop_todo.yml"
164
166
  - ".ruby-version"
165
167
  - ".travis.yml"
166
168
  - CHANGELOG.md
@@ -187,18 +189,24 @@ files:
187
189
  - bin/ruby-rewrite
188
190
  - bin/setup
189
191
  - build_and_install.sh
190
- - config/config.yml.sample
192
+ - config/config.yml.example
191
193
  - input/sample_input.log
192
194
  - lib/pair_see.rb
193
195
  - lib/pair_see/active_devs.rb
194
196
  - lib/pair_see/card.rb
197
+ - lib/pair_see/card_knowledge_summary.rb
195
198
  - lib/pair_see/cards_per_person.rb
196
- - lib/pair_see/combo.rb
197
199
  - lib/pair_see/date_combo.rb
200
+ - lib/pair_see/knowledge_debt.rb
198
201
  - lib/pair_see/log_line.rb
202
+ - lib/pair_see/log_line_parse.rb
199
203
  - lib/pair_see/log_lines.rb
204
+ - lib/pair_see/pair_commit_count.rb
205
+ - lib/pair_see/pair_recency.rb
206
+ - lib/pair_see/pairing_event.rb
200
207
  - lib/pair_see/person.rb
201
208
  - lib/pair_see/seer.rb
209
+ - lib/pair_see/too_much_stuff.rb
202
210
  - lib/pair_see/version.rb
203
211
  - pair_see.gemspec
204
212
  - setup.sh
@@ -222,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
230
  version: '0'
223
231
  requirements: []
224
232
  rubyforge_project:
225
- rubygems_version: 2.6.12
233
+ rubygems_version: 2.6.13
226
234
  signing_key:
227
235
  specification_version: 4
228
236
  summary: See metrics about pair programming from the commandline
@@ -1,8 +0,0 @@
1
- names:
2
- - compwron cmpwrn compwrnn
3
- - Person1
4
- - Person2
5
- - Person3
6
- card_prefix:
7
- - FOO-
8
- - BAR-