trello-fs 0.0.3 → 0.0.4

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: ba90143fbb24c28e3767a3c2c3c28dd3066ed723
4
- data.tar.gz: 6fb829579fd8a3ece235063212237a1dc6ead9be
3
+ metadata.gz: 764cdc7b3e55760ac6939f791a5a8435aa442496
4
+ data.tar.gz: fa06099e7391c041832670a1a20e668220f35223
5
5
  SHA512:
6
- metadata.gz: c1d644119eb420ad1b4a069cf979e3784b4e731032b65c1d755a5901d958cb8535dd3e85a7d90e8cb394aacb779bacd5cb1c4e5a270ca9b990fae6b4418fe2d3
7
- data.tar.gz: d42ac1000dd317275c3f1d5745a66125b85a337ffcb8338da5ab8d1ce0fdcd7a891764bdfbbd3b6c73d48e203647a074fe86d4381215b5ca5b4979cee7161dcd
6
+ metadata.gz: 0a6a091c6593bee7ccee94aded9e9f44342007163b59bfcf754ff95a4fb4ee4334a34366049e39ade9365ad742e9561fa6397a9ac6a2b4d62db701031df15070
7
+ data.tar.gz: 03c021becb5a1df507c6bec2a3741572bb280631e7aa4d2bedcfa504b056a5e7f311cf04fab0511da921910d73f1c0fb0ab0701b58fc24b2cda67975993c3a3d
@@ -58,7 +58,7 @@ module TrelloFs
58
58
  name = path.split('/').last
59
59
  path = "../#{path}"
60
60
  link = "[#{name}](#{path})"
61
- if path.end_with?('.png') || path.end_with?('.jpg') || path.end_with?('gif')
61
+ if path.end_with?('.png') || path.end_with?('.jpg') || path.end_with?('gif') || path.end_with?('.jpeg')
62
62
  "!#{link}"
63
63
  else
64
64
  link
@@ -1,3 +1,3 @@
1
1
  module TrelloFs
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trello-fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matúš Tomlein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-22 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler