polylingo_chat 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: a92a9a90c761c728d2f4d0d7a04377b2e69844ead7d84fe62e1351fc474a6a1c
4
- data.tar.gz: 06f32c81a9236ff7ce661114c7fc45b38f6d1b0218fdc4d07840145209eb5898
3
+ metadata.gz: 01ec0809c7463514bcbf9249500c51241cf10ed887a0cf3128ce5258922b8861
4
+ data.tar.gz: 90fdaebab28909605dab1da70779094b0283ec1a08c45f24cb597a317e084645
5
5
  SHA512:
6
- metadata.gz: 94f7b6825b482ec13cdb62eda79595e92ee09324b8b8e40021ac14042fb5b40534818ea1cac3dfa78ad0669bc759339912268aee95982f9eb213d8cb4e7011e5
7
- data.tar.gz: fcb8eb929491e17e596623e9c71af423302d1c40a35345f59cc614fed63f03924907c8daaf6d88ab871885d67b8018b0818307a255f253d763e36ed5bd460bf6
6
+ metadata.gz: a7546b1a0a4d4c75339a8a54edc3f487acb03d367ee18e4474926f804e432114a8b86a2f4a874d37c2ce5ad83bc63338f685c766f0251f0c4885206484804660
7
+ data.tar.gz: 4439ee11861544ec14a424be4887b3487b0f8258eae378e1f463ea2df5f0d41301dd793f1d3cece4977a8410dbfa80989f791f062cd5fb4cca3148154073707c
@@ -27,6 +27,7 @@ module PolylingoChat
27
27
  migration_template "create_conversations.rb", "db/migrate/create_polylingo_chat_conversations.rb"
28
28
  migration_template "create_participants.rb", "db/migrate/create_polylingo_chat_participants.rb"
29
29
  migration_template "create_messages.rb", "db/migrate/create_polylingo_chat_messages.rb"
30
+ migration_template "create_message_translations.rb", "db/migrate/create_polylingo_chat_message_translations.rb"
30
31
  end
31
32
 
32
33
  def create_channels
@@ -1,3 +1,3 @@
1
1
  module PolylingoChat
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polylingo_chat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shoaib Malik