social_stream-base 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f951db2ad5f1dba21349c5ee578bbaa7ffc2f87d
4
- data.tar.gz: 2d88416ef373ba255393c8a3d1da4e9bf6c8fdc6
3
+ metadata.gz: 1b76cafb6b03b47ff222560a858968c1d1b5aca6
4
+ data.tar.gz: b219192d09593f70a1ed639b42a73bbe5beb626d
5
5
  SHA512:
6
- metadata.gz: 8c0068ecc0c32e5005dba53abf588c9c8b2d772af9af654e7fb6fb7ea94e5b93f32aa25eb0c8fda2b12fac4b26c28405d53255f0b20b8c713f083a72f78afbf0
7
- data.tar.gz: 24dd4421a16db6daa61c6c3530ef0f5e15d9a219b545354ee7072b0fc9822e6c8fb0c1b9c1de854f10163229d9839a240634329b8d55fe12214d0c5bbcc117c5
6
+ metadata.gz: a555da35636851906b82bd0ee761f3239e4caaec7fed73559100671d0357ec890d2dc939ef31263ebf75e785f80fceb3c8a727f0af00206b297ef4fe04aa314d
7
+ data.tar.gz: b9c922f5222f4448be9c9d1bff58d7adb50a1c5f996ec761ef915e489a7ec300233ed28e9a29456c817d17e94c31eac6b30245544521161d4cc0bf37de033ed6
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Base
3
- VERSION = "1.1.7".freeze
3
+ VERSION = "1.1.8".freeze
4
4
  end
5
5
  end
@@ -28,7 +28,7 @@ module SocialStream
28
28
 
29
29
  def whitelisted_params
30
30
  return {} if request.present? and request.get?
31
- all_allowed_params = allowed_params + [ :created_at, :updated_at, :title, :description, :author_id, :owner_id, :user_author_id, :_activity_parent_id, :relation_ids ]
31
+ all_allowed_params = allowed_params + [ :created_at, :updated_at, :title, :description, :author_id, :owner_id, :user_author_id, :_activity_parent_id, :relation_ids, :tag_list ]
32
32
  params.require(self.class.model_class.to_s.underscore.to_sym).permit( *all_allowed_params )
33
33
  end
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - GING - DIT - UPM