ticket_sharing 2.0.0 → 2.0.1

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: 1bc8f56c0ccfb6e635bb4ac3be1715209b5c9a61
4
- data.tar.gz: b3f6d3d8536df537b82ef3d559eba9d67f9f8cc5
3
+ metadata.gz: afad39aeaa32287cef767d876de54d9b0d7fef1b
4
+ data.tar.gz: 69fba0345907a4c6c96dafbf2f07b4031f352f5e
5
5
  SHA512:
6
- metadata.gz: 723ab06045867a1447abf8497580db737ee56c93975ce154bfb27e4560a6157f643358f23c3c28420cd3e10689469bb5d4070b473be3ae3187b76eba730c700b
7
- data.tar.gz: f94a63b118dcb4867a14064bfc63942a009e743ac0dd2c1298556eb97a8db769d693960c0a3feeb8d0f260c6d43a34a55b8a0f7d84b80c946925f1195bf5cc60
6
+ metadata.gz: 8661f51404161c273251cc8549d5e5587289d84a85841aefea87a55cc01d862854f2bf1ddd60cb29523f89d34b31888c15b89d19513a29261f794a65e04f1f71
7
+ data.tar.gz: f62d6200852c46a0cbf39953a99df47fac77eea1d002849bcc59a119da4573fc724dc45fa881b6f2595dbfa07556c8712fb8afcc54da044fd7994b924b054bf2
@@ -6,7 +6,7 @@ require 'ticket_sharing/attachment'
6
6
  module TicketSharing
7
7
  class Comment < Base
8
8
 
9
- fields :uuid, :author, :body, :authored_at, :public, :attachments, :custom_fields
9
+ fields :uuid, :author, :body, :html_body, :authored_at, :public, :attachments, :custom_fields
10
10
 
11
11
  def initialize(params={})
12
12
  self.public = true
@@ -36,6 +36,5 @@ module TicketSharing
36
36
  def public?
37
37
  self.public
38
38
  end
39
-
40
39
  end
41
40
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticket_sharing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Lubaway
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.4.5.1
125
+ rubygems_version: 2.4.3
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Ticket sharing