pairing_shuffler 0.0.2 → 0.0.3
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.
- data/lib/pairing_shuffler/version.rb +1 -1
- data/lib/pairing_shuffler.rb +14 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
data/lib/pairing_shuffler.rb
CHANGED
|
@@ -60,7 +60,20 @@ module PairingShuffler
|
|
|
60
60
|
def notify(emails)
|
|
61
61
|
subject = "PairingShuffler winners"
|
|
62
62
|
# FYI: if the first line is a url the email is blank in gmail
|
|
63
|
-
body =
|
|
63
|
+
body = <<-MAIL.gsub(/^ {8}/, "")
|
|
64
|
+
Hello Pair!
|
|
65
|
+
|
|
66
|
+
You both singed up for PairingShuffler at https://docs.google.com/spreadsheet/ccc?key=#{config[:doc]}
|
|
67
|
+
so let's pair!
|
|
68
|
+
|
|
69
|
+
Tips:
|
|
70
|
+
- Talk out loud & explain: what are you thinking / what are you going to do
|
|
71
|
+
- Avoid keyboard fights: use 2 keyboards + 2 mice
|
|
72
|
+
- Ping pong with tests: A writes tests, B writes implementation
|
|
73
|
+
|
|
74
|
+
Greetings,
|
|
75
|
+
PairingShuffler
|
|
76
|
+
MAIL
|
|
64
77
|
send_email(emails, :subject => subject, :body => body)
|
|
65
78
|
end
|
|
66
79
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pairing_shuffler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
VHNmKzZNYWVud0FNa0FnSGRzd0dzSnp0T25ObkJhM0YKeTBrQ1NXbUs2RCt4
|
|
37
37
|
L1NiZlM2cjdLZTA3TVJxemlKZEI5R3VFMSswY0lSdUZoOEVRK0xONkhYQ0tN
|
|
38
38
|
NXBvbi9HVQp5Y3dNWGZsMAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2013-05-
|
|
39
|
+
date: 2013-05-25 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: google_drive
|
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
segments:
|
|
79
79
|
- 0
|
|
80
|
-
hash:
|
|
80
|
+
hash: -2199579545543132747
|
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
none: false
|
|
83
83
|
requirements:
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: '0'
|
|
87
87
|
segments:
|
|
88
88
|
- 0
|
|
89
|
-
hash:
|
|
89
|
+
hash: -2199579545543132747
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
92
|
rubygems_version: 1.8.25
|
metadata.gz.sig
CHANGED
|
Binary file
|