viking-pairity 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/do +0 -0
- data/lib/pairity/google_sync.rb +0 -1
- data/lib/pairity/version.rb +1 -1
- data/nil +0 -0
- data/pairity.gemspec +0 -1
- data/tags +9 -0
- metadata +4 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 026a273844ef5e019f4e99b383f60bdddca9ae20
|
|
4
|
+
data.tar.gz: 6b41765fc813d929bf7dad5344f481c2114d27d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb23bae2e6c8426db3188c54b28e7ba2cfe43901fd554d5eaead1a2f884fc1f2a2c5d13e1d8f79d2faeff546fd6a32613932d67dde52f1f5e747c1bd270693b6
|
|
7
|
+
data.tar.gz: fcf0392e8e2f8029fd4edaf4ee0aa747bb4b654321b7df348515c4e733751b31f08feacac31488f1b57a1ac866fd3d6b6058a0aa8d25c0b38780de90a22460c7
|
data/do
ADDED
|
File without changes
|
data/lib/pairity/google_sync.rb
CHANGED
data/lib/pairity/version.rb
CHANGED
data/nil
ADDED
|
File without changes
|
data/pairity.gemspec
CHANGED
|
@@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
|
|
|
37
37
|
spec.add_runtime_dependency "highline"
|
|
38
38
|
spec.add_runtime_dependency "rainbow"
|
|
39
39
|
spec.add_runtime_dependency "google_drive"
|
|
40
|
-
spec.add_runtime_dependency "google-api-client", "~> 0.8.6"
|
|
41
40
|
spec.add_runtime_dependency "terminal-table"
|
|
42
41
|
spec.add_runtime_dependency "ruby-progressbar"
|
|
43
42
|
spec.add_runtime_dependency "slack-poster"
|
data/tags
CHANGED
|
@@ -9,10 +9,13 @@ AdjacencyMatrix lib/pairity/adjacency_matrix.rb /^ class AdjacencyMatrix$/;" c
|
|
|
9
9
|
CLI lib/pairity/cli.rb /^ class CLI$/;" c class:Pairity
|
|
10
10
|
Config lib/pairity/config.rb /^ class Config$/;" c class:Pairity
|
|
11
11
|
Edge lib/pairity/edge.rb /^ class Edge$/;" c class:Pairity
|
|
12
|
+
GoogleSync /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ class GoogleSync$/;" c class:Pairity
|
|
12
13
|
GoogleSync lib/pairity/google_sync.rb /^ class GoogleSync$/;" c class:Pairity
|
|
13
14
|
PairGenerator lib/pairity/pair_generator.rb /^ class PairGenerator$/;" c class:Pairity
|
|
14
15
|
PairRenderer lib/pairity/pair_stats.rb /^ class PairRenderer$/;" c class:Pairity
|
|
15
16
|
PairSaver lib/pairity/pair_saver.rb /^ class PairSaver$/;" c class:Pairity
|
|
17
|
+
Pairity /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^module Pairity$/;" m
|
|
18
|
+
Pairity /Users/kitlangton/Documents/Viking/pairity/lib/pairity/version.rb /^module Pairity$/;" m
|
|
16
19
|
Pairity lib/pairity.rb /^module Pairity$/;" m
|
|
17
20
|
Pairity lib/pairity/adjacency_matrix.rb /^module Pairity$/;" m
|
|
18
21
|
Pairity lib/pairity/cli.rb /^module Pairity$/;" m
|
|
@@ -46,6 +49,7 @@ change_tier lib/pairity/cli.rb /^ def change_tier$/;" f class:Pairity
|
|
|
46
49
|
choose_from_generated_pair lib/pairity/cli.rb /^ def choose_from_generated_pair$/;" f
|
|
47
50
|
choose_pair lib/pairity/cli.rb /^ def choose_pair$/;" f
|
|
48
51
|
choose_person lib/pairity/cli.rb /^ def choose_person(tier: false)$/;" f
|
|
52
|
+
clear_worksheet /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def clear_worksheet(ws)$/;" f class:Pairity.GoogleSync
|
|
49
53
|
clear_worksheet lib/pairity/google_sync.rb /^ def clear_worksheet(ws)$/;" f class:Pairity.GoogleSync
|
|
50
54
|
condemn_pair lib/pairity/cli.rb /^ def condemn_pair(pair)$/;" f
|
|
51
55
|
config lib/pairity/config.rb /^ def self.config$/;" F class:Pairity.Config
|
|
@@ -59,10 +63,12 @@ display_pair_names lib/pairity/cli.rb /^ def display_pair_names(pair)$/;" f
|
|
|
59
63
|
display_pair_stats lib/pairity/cli.rb /^ def display_pair_stats$/;" f
|
|
60
64
|
display_pairs lib/pairity/cli.rb /^ def display_pairs$/;" f
|
|
61
65
|
display_person lib/pairity/cli.rb /^ def display_person(person, tier: false)$/;" f
|
|
66
|
+
edit_edge /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def edit_edge(p1, p2, data, i)$/;" f class:Pairity.GoogleSync
|
|
62
67
|
edit_edge lib/pairity/google_sync.rb /^ def edit_edge(p1, p2, data, i)$/;" f class:Pairity.GoogleSync
|
|
63
68
|
edit_pair lib/pairity/cli.rb /^ def edit_pair$/;" f
|
|
64
69
|
edit_people lib/pairity/cli.rb /^ def edit_people$/;" f class:Pairity
|
|
65
70
|
equilibrium lib/pairity/pair_generator.rb /^ def equilibrium$/;" f class:Pairity.PairGenerator
|
|
71
|
+
find_person /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def find_person(name)$/;" f class:Pairity.GoogleSync
|
|
66
72
|
find_person lib/pairity/adjacency_matrix.rb /^ def find_person(id)$/;" f class:Pairity.AdjacencyMatrix
|
|
67
73
|
find_person lib/pairity/google_sync.rb /^ def find_person(name)$/;" f class:Pairity.GoogleSync
|
|
68
74
|
generate_pairs lib/pairity/cli.rb /^ def generate_pairs$/;" f
|
|
@@ -71,6 +77,7 @@ get lib/pairity/config.rb /^ def self.get(key)$/;" F class:Pairity.Config
|
|
|
71
77
|
get_pairs lib/pairity/adjacency_matrix.rb /^ def get_pairs(pairs, first)$/;" f class:Pairity.AdjacencyMatrix
|
|
72
78
|
include? lib/pairity/pair_generator.rb /^ def include?(person1, person2)$/;" f class:Pairity.PairGenerator
|
|
73
79
|
increase_chance lib/pairity/cli.rb /^ def increase_chance(pair)$/;" f
|
|
80
|
+
initialize /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def initialize(matrix)$/;" f class:Pairity.GoogleSync
|
|
74
81
|
initialize lib/pairity/adjacency_matrix.rb /^ def initialize$/;" f class:Pairity.AdjacencyMatrix
|
|
75
82
|
initialize lib/pairity/cli.rb /^ def initialize$/;" f class:Pairity.CLI
|
|
76
83
|
initialize lib/pairity/edge.rb /^ def initialize(weight: 0, days: 0, resistance: 1)$/;" f class:Pairity.Edge
|
|
@@ -80,6 +87,7 @@ initialize lib/pairity/pair_saver.rb /^ def initialize(pairs)$/;" f class:Pai
|
|
|
80
87
|
initialize lib/pairity/pair_stats.rb /^ def initialize(matrix)$/;" f class:Pairity.PairRenderer
|
|
81
88
|
initialize lib/pairity/person.rb /^ def initialize(name:, tier: 2)$/;" f class:Pairity.Person
|
|
82
89
|
initialize lib/pairity/slackbot.rb /^ def initialize$/;" f class:Pairity.Slackbot
|
|
90
|
+
load /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def load$/;" f class:Pairity.GoogleSync
|
|
83
91
|
load lib/pairity/config.rb /^ def self.load$/;" F class:Pairity.Config
|
|
84
92
|
load lib/pairity/google_sync.rb /^ def load$/;" f class:Pairity.GoogleSync
|
|
85
93
|
load_google lib/pairity/cli.rb /^ def load_google$/;" f
|
|
@@ -100,6 +108,7 @@ rename lib/pairity/cli.rb /^ def rename$/;" f class:Pairity
|
|
|
100
108
|
resistance lib/pairity/adjacency_matrix.rb /^ def resistance(weight, pair)$/;" f class:Pairity.AdjacencyMatrix
|
|
101
109
|
resistance lib/pairity/pair_generator.rb /^ def resistance(person1, person2, resistance)$/;" f class:Pairity.PairGenerator
|
|
102
110
|
revert lib/pairity/pair_generator.rb /^ def revert$/;" f class:Pairity.PairGenerator
|
|
111
|
+
save /Users/kitlangton/Documents/Viking/pairity/lib/pairity/google_sync.rb /^ def save$/;" f class:Pairity.GoogleSync
|
|
103
112
|
save lib/pairity/config.rb /^ def self.save$/;" F class:Pairity.Config
|
|
104
113
|
save lib/pairity/google_sync.rb /^ def save$/;" f class:Pairity.GoogleSync
|
|
105
114
|
save_changes lib/pairity/cli.rb /^ def save_changes$/;" f class:Pairity
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: viking-pairity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kit Langton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -136,20 +136,6 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
- !ruby/object:Gem::Dependency
|
|
140
|
-
name: google-api-client
|
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
|
142
|
-
requirements:
|
|
143
|
-
- - "~>"
|
|
144
|
-
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.8.6
|
|
146
|
-
type: :runtime
|
|
147
|
-
prerelease: false
|
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
149
|
-
requirements:
|
|
150
|
-
- - "~>"
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.8.6
|
|
153
139
|
- !ruby/object:Gem::Dependency
|
|
154
140
|
name: terminal-table
|
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -226,6 +212,7 @@ files:
|
|
|
226
212
|
- Rakefile
|
|
227
213
|
- bin/console
|
|
228
214
|
- bin/setup
|
|
215
|
+
- do
|
|
229
216
|
- exe/pairity
|
|
230
217
|
- lib/pairity.rb
|
|
231
218
|
- lib/pairity/adjacency_matrix.rb
|
|
@@ -239,6 +226,7 @@ files:
|
|
|
239
226
|
- lib/pairity/person.rb
|
|
240
227
|
- lib/pairity/slackbot.rb
|
|
241
228
|
- lib/pairity/version.rb
|
|
229
|
+
- nil
|
|
242
230
|
- pairity.gemspec
|
|
243
231
|
- tags
|
|
244
232
|
- test.rb
|