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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7138631a431ce01d71b891602f05f6b05f25ecf5
4
- data.tar.gz: f7ca9127d8667bd55e89643ef2b877ea0767f4c8
3
+ metadata.gz: 858bdfe96d790a68197c89194f58e16f04a51c00
4
+ data.tar.gz: 978ed3782956ef63ac12eda3de58c41ec0879138
5
5
  SHA512:
6
- metadata.gz: 91e8185896d020caf8640d008994546da649c1237b4f05f9c476d9ddc90e418cf91a64a2b965f11fb4864d1322cb262a5633384009633e642efe7d7cbfbf4c0a
7
- data.tar.gz: baff49be0f0bab5eeac9ce33327f2576e05e5c8ec2160bf80317cb5e29fc9dd2ab1789a49a49566ba307e0621d3f0d795e8c3339bc48508550daffb3c572ce4b
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} at "
49
+ str << "#{options[:user].colorize} has worked as #{options[:role].colorize} on "
50
50
  else
51
- str << "#{options[:user].colorize} has worked at "
51
+ str << "#{options[:user].colorize} has worked on "
52
52
  end
53
53
 
54
54
  series.each { |s|
@@ -14,6 +14,6 @@
14
14
 
15
15
  class Descartes
16
16
  def self.version
17
- '0.6.4.1'
17
+ '0.6.4.2'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: descartes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4.1
4
+ version: 0.6.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Capuano