conversocial 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/conversocial/resources/models/content.rb +1 -1
- data/lib/conversocial/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7657ce29c4f21a315a2f78068efbf2fbbe3b96f7
|
4
|
+
data.tar.gz: d5a4045ccf70b6852a7666548076024bdb8bbc8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/conversocial/version.rb
CHANGED
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
|
+
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-
|
11
|
+
date: 2015-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|