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 +4 -4
- data/lib/thredded/post_attachments/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: 719a406621710bddb382d7decbfdeb6ffeffe0eb
|
|
4
|
+
data.tar.gz: 1378089bc346ebc74d9f0e37441940c3afb1aba8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e15cd11670444fee4e1cb79dd1b05984cfdc1e18d7e6f4eb38333ee0c1d04bcf96f944b1c1b008b642df83c86e0b082959649665d6341805650f243ec7e0b968
|
|
7
|
+
data.tar.gz: 7ed347c09700d13783b371c41e913316fadc6862b9cabc131fca5f0e9684f65ba6954b4465bfc97bdd3a4699e6053eea60eabbf11b61a7d4490aa5a7583c5db4
|
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.
|
|
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:
|
|
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:
|
|
103
|
+
summary: Attach images to your Thredded posts
|
|
104
104
|
test_files: []
|