slack_webhooks 0.0.8 → 0.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 540c0909cdf9490eef7ec09dcbe3b0c5ba6a7734
4
- data.tar.gz: 9e6b01d7c3b4c97cb7a34bc212ca56ffc7cf7f72
3
+ metadata.gz: 096e98f65714902ce1578ebe42d0d31bf91c1b40
4
+ data.tar.gz: 60e5e00719fb55830a4fc12ac7fdc2d261fc2c50
5
5
  SHA512:
6
- metadata.gz: 44fb27d5b04b40bbba83b2884d0978c2f6eb9436e8931b8f4b450f484f5964acdbc25219a6b39d2d65cbd529e38e85c8fa2e69be24dc98265e772b91e08c36ca
7
- data.tar.gz: 505202361240f3d0156d9813e63ac8e07760be824054583eb613775fff5858c0772aedc609abc18d74d41f263f6ebae683bc928ad147abcc99fe30490baf363b
6
+ metadata.gz: f996260238ff97808f65523344cecbe48fa228d013e21cf2ee872d9fe862edb4cbe949e212e595031ddbe6406c165f07a0089586744587bb23f6507e88eb7abc
7
+ data.tar.gz: d2fdb0136f9498d046705dbbd1d6c004ae9c0721ecf66eab7370512fbc6750ad64b6043d2891861097472ee480311314bf074cab7e4411da3c58d8dc6aa27279
@@ -1,3 +1,3 @@
1
1
  module SlackWebhooks
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -51,7 +51,7 @@ module SlackWebhooks
51
51
  # Takes similar options as send. options can have attachments or whatever
52
52
  def set_usage(text, options={})
53
53
  options[:attachments] ||= {}
54
- options[:attachments].unshift {'text' => text}
54
+ options[:attachments].unshift({'text' => text})
55
55
  self.usage_options = options
56
56
  end
57
57
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder