clearbit-slack 0.2.0 → 0.2.1

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: edc0e785c055e4793c37ef8bb9981e5430f42f60
4
- data.tar.gz: b3982afde4e180d696f34e290b5b6a12fbe51838
3
+ metadata.gz: d41f53396febb068f08001f8596e46628d6f5164
4
+ data.tar.gz: 1896d57fad181c5b37becd9a73d5be181af21fb8
5
5
  SHA512:
6
- metadata.gz: 0637e8a94f07b7ad8d3a3f9923df929d72264ca4bd8fb779673b8eb48ea10b1e533813af85dad521972e95793a4bae8825a6daf387b30dd787a92c9f804d5dff
7
- data.tar.gz: 012a4bffe50ef32787c15cda50949dd3b0f97c19b4bcc61af47ded47bfce9334eda2b78ea449bfd4b23c44754b3293b7dd44c52770ae6c5a8a2c2ca145f1cf10
6
+ metadata.gz: c527bac80eee435b3c3ce9fe9cbd0e78d7b199ab53cdbf3b44b23e71f9650bcec64c5aab0b28ab7947ab9ae6cca6e566b862f50c5297e5062b147c148ce23174
7
+ data.tar.gz: accc19640f1f4261c5e5537328ab52d08d615ee36b67ee7e4eecd89291e3ad4aff6ce772845cfa59bbfafed2695f5e4b239a636004f88f7f0cf35a7b6fa468d7
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Clean beautiful customer data. Now in Slack.
4
4
 
5
- ![alex_test](https://cloud.githubusercontent.com/assets/739782/8149387/3f89cd68-1276-11e5-863c-5529237bfe6c.png)
5
+ ![alex test](https://cloud.githubusercontent.com/assets/739782/19399022/44627600-9204-11e6-9b80-447fb5685bad.png)
6
6
 
7
7
  ## Installation
8
8
 
@@ -41,7 +41,7 @@ module Clearbit
41
41
 
42
42
  def location
43
43
  return unless company.location
44
- field 'Location', company.location
44
+ field 'Location', company.location, false
45
45
  end
46
46
 
47
47
  def website
@@ -14,7 +14,7 @@ module Clearbit
14
14
  fallback: fallback,
15
15
  author_name: person.name.full_name,
16
16
  author_icon: person.avatar,
17
- text: person.bio,
17
+ text: person.bio.to_s,
18
18
  color: color,
19
19
  fields: fields.compact
20
20
  }
@@ -1,5 +1,5 @@
1
1
  module Clearbit
2
2
  module Slack
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clearbit-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harlow Ward
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-13 00:00:00.000000000 Z
11
+ date: 2016-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler