conversocial 0.1.4 → 0.1.5

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: 8764b923129b5d400e5aa0fda70f321660c46100
4
- data.tar.gz: fab16fd618f3267f956a35752092083afb3e86e4
3
+ metadata.gz: 7657ce29c4f21a315a2f78068efbf2fbbe3b96f7
4
+ data.tar.gz: d5a4045ccf70b6852a7666548076024bdb8bbc8a
5
5
  SHA512:
6
- metadata.gz: 1e97309bf37932c6d4b7b73ee71b68c382338aae5b3935c988eaab5b582f6a81691c59c666c519c70a65e1a71bf31e1c13c0ac98eb997f8358b8b4b3afe39a93
7
- data.tar.gz: a62e2194d8fcf1a4c9b75e4c3a781f80132b9ad5faf4f95ed4209ff1ecb86f66f35e5023cd99ba6569b87d303365e8aa0b54494ca586f20a332d46bb9f53e61c
6
+ metadata.gz: 3dde988aab662b12c9081ea9210cbb8e9e765dfe8bb03f314979bbde1b6937115b185115581b153271a221062d3938567810bf271a45c389d732612f38417481
7
+ data.tar.gz: 40bcc015fa0666f6e2aea2ade329a3822f351fa0829a347358b606d8499ba4baaea85332977324f57b1c11e4ef4a1e9525da76b4acd8405889201518e8932243
@@ -3,7 +3,7 @@ module Conversocial
3
3
  module Models
4
4
  class Content < Base
5
5
  def self.fields
6
- %w{attachments parent author is_priority text tags sentiment channels platform platform_id link created_date type id is_private is_by_source}
6
+ %w{attachments parent author user is_priority text tags sentiment channels platform platform_id link created_date type id is_private is_by_source}
7
7
  end
8
8
  attributize_tags
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Conversocial
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conversocial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Misha Conway
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-20 00:00:00.000000000 Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler