conversocial 0.1.1 → 0.1.2
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bdce617d639eeb0687d0cc62f0dfdadd1e1f736
|
4
|
+
data.tar.gz: b7814f2c0f6cfea5feb0c09dba611eefb6a51ec6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb403f475573b8bedadd3383d143c90ad839fb8164f1321cd15e4c6d1fa9b163bc88c3eec156a7c95eaa1dd6bac63f8cb8dc7f9b37d2af15cd9e6cb289ebbad7
|
7
|
+
data.tar.gz: 19bb8f65cddbc01a7dbe0fd5b2c7d428c9de58a331f702b469f849c3dbd23d0100939fa46f7ff82a57f44488d053a81416b47f77bb71fe5d7ef3837f69b13da8
|
@@ -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}
|
6
|
+
%w{attachments parent author 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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Misha Conway
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 2.
|
104
|
+
rubygems_version: 2.4.5
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Ruby gem that wraps the conversocial api in an ORM pattern
|