thredded-post_attachments 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: a0d7ce15119a3a750a57615cbe7f455e7032bbae
4
- data.tar.gz: c04aa8775597320072df89b522265a1898696ce3
3
+ metadata.gz: 719a406621710bddb382d7decbfdeb6ffeffe0eb
4
+ data.tar.gz: 1378089bc346ebc74d9f0e37441940c3afb1aba8
5
5
  SHA512:
6
- metadata.gz: bb8fe224cfeeda28a470c2cb7b14d6078e7b7ed1842362356c6d6e5d1829f4cbf58b3aaa8590a56e0bc77117e49c9dd949400a3943bc09af3d3df9d573fd411f
7
- data.tar.gz: 0f2684ba60905bdb0269af4a7913370f870435591675948a9f88e98b6cf1f66702e7169ffc9900ea0497703e21b945cb61315a25a63632216bc1e8d988dd7c93
6
+ metadata.gz: e15cd11670444fee4e1cb79dd1b05984cfdc1e18d7e6f4eb38333ee0c1d04bcf96f944b1c1b008b642df83c86e0b082959649665d6341805650f243ec7e0b968
7
+ data.tar.gz: 7ed347c09700d13783b371c41e913316fadc6862b9cabc131fca5f0e9684f65ba6954b4465bfc97bdd3a4699e6053eea60eabbf11b61a7d4490aa5a7583c5db4
@@ -1,5 +1,5 @@
1
1
  module Thredded
2
2
  module PostAttachments
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thredded-post_attachments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Hendrick
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Description of Thredded::PostAttachments.
55
+ description: Adds support for images to be attached to a Thredded post (using Carrierwave)
56
56
  email:
57
57
  - paul@errorstudio.co.uk
58
58
  executables: []
@@ -100,5 +100,5 @@ rubyforge_project:
100
100
  rubygems_version: 2.4.8
101
101
  signing_key:
102
102
  specification_version: 4
103
- summary: Summary of Thredded::PostAttachments.
103
+ summary: Attach images to your Thredded posts
104
104
  test_files: []