ticket_sharing 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ticket_sharing/comment.rb +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afad39aeaa32287cef767d876de54d9b0d7fef1b
|
4
|
+
data.tar.gz: 69fba0345907a4c6c96dafbf2f07b4031f352f5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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.
|
125
|
+
rubygems_version: 2.4.3
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: Ticket sharing
|