mailtojekyll 0.2.3 → 0.2.4

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: 8bae97ec507a8d97f182daa32c2fe4ff84a6e80d
4
- data.tar.gz: aebca705afbf464ddd0cadeb709577c38474fdd8
3
+ metadata.gz: b16a063fa5c30686804d68b2e93582bbbcd21ebb
4
+ data.tar.gz: 94f6797a7f4f4b122f4abdc47c52df4826d2f58e
5
5
  SHA512:
6
- metadata.gz: d0e85e1b1790ae3c2b782d30e3986f9e6c20580aa1ac50697e1c60826ce14b464c42ec915a59cb532c5e78be3c55234583541720a7acb1cacfc895bc25b1daac
7
- data.tar.gz: 36424a48b7d13eb40b3e22abdf28e8a9600a51b69d2e492ad039865cecb9c288d921f0cfd788e101b892d6ceebb1546af2ab31f827bbdc101fa4aa90565b28e2
6
+ metadata.gz: 670e2737203293b682e5120183f23b5b814bbdf4a2ea67e71f9729dfa50c54bd0bb2cbfe7a66a5775e64f78756c4daaf7eadfa2876f4262ce333d69006cdcaa5
7
+ data.tar.gz: 6d31f51a35b61f44dc2050c1067a6edc47fd2bb793909236b3d71f97efe57cc6003f955e7a82ff99e241c05bf5505213c44fb28e38422309caba32305eb3a73d
data/README.md CHANGED
@@ -16,12 +16,20 @@ Converts emailed blog posts into markdown and saves them inside a jekyll structu
16
16
 
17
17
  ## How to use it
18
18
 
19
- Users email a post to their dedicated email account for their `jekyll` blog. Most formatting will be stripped out. If the user wants to include images in the post, they should use the following syntax:
19
+ Users email a post to their dedicated email account for their `jekyll` blog.
20
+
21
+ The subject must be in this format: `Post Title || secret: secretword`
22
+
23
+ The secret word must match the one set in `_config.yml`
24
+
25
+ Most formatting will be stripped out. If the user wants to include images in the post, they should attach the images to the email and use the following syntax in the body of the email:
20
26
 
21
27
  ```
22
28
  #image-filename.png#
23
29
  ```
24
30
 
31
+ This must match the exact file name of the attachment.
32
+
25
33
  `mailtojekyll` will replace that tag with the correct markdown image tag, including a reference to the relative image path so `jekyll` processes it correctly
26
34
 
27
35
  ### External Dependencies
@@ -1,3 +1,3 @@
1
1
  module Mailtojekyll
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailtojekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kate Klemp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -124,6 +124,7 @@ files:
124
124
  - mailtojekyll-0.2.0.gem
125
125
  - mailtojekyll-0.2.1.gem
126
126
  - mailtojekyll-0.2.2.gem
127
+ - mailtojekyll-0.2.3.gem
127
128
  - mailtojekyll.gemspec
128
129
  - pkg/mailtojekyll-0.1.0.gem
129
130
  - pkg/mailtojekyll-0.2.0.gem