descartes 0.6.4.1 → 0.6.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/descartes/modules/pigro.rb +2 -2
- data/lib/descartes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 858bdfe96d790a68197c89194f58e16f04a51c00
|
4
|
+
data.tar.gz: 978ed3782956ef63ac12eda3de58c41ec0879138
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eab3820a9e83eed8bd7cda5c9731a6aec1d210c9e12a77234716bc499970f87e5caf8f4de5686a7e3f9adff70d246e2959f60b4bf8a366bcac21b65b1c67342c
|
7
|
+
data.tar.gz: 5c387f6443f4f49a55ff153aaa348147cab46b5320041b9e32091cc31128dd1310fa4cb42b45ab1b22fffcd4ccefdb29eadc3db5bc050bee54bc161b05c39db9
|
@@ -46,9 +46,9 @@ class Descartes
|
|
46
46
|
|
47
47
|
m.reply ''.tap { |str|
|
48
48
|
if options.has_key? :role
|
49
|
-
str << "#{options[:user].colorize} has worked as #{options[:role].colorize}
|
49
|
+
str << "#{options[:user].colorize} has worked as #{options[:role].colorize} on "
|
50
50
|
else
|
51
|
-
str << "#{options[:user].colorize} has worked
|
51
|
+
str << "#{options[:user].colorize} has worked on "
|
52
52
|
end
|
53
53
|
|
54
54
|
series.each { |s|
|
data/lib/descartes/version.rb
CHANGED