mailtojekyll 0.2.4 → 0.2.6

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: b16a063fa5c30686804d68b2e93582bbbcd21ebb
4
- data.tar.gz: 94f6797a7f4f4b122f4abdc47c52df4826d2f58e
3
+ metadata.gz: 5c8ef9acbd82badac77f781d5019f690a0e4fd3e
4
+ data.tar.gz: 9011a5bb16b740fd6bef3b9b21f58c8f17774f53
5
5
  SHA512:
6
- metadata.gz: 670e2737203293b682e5120183f23b5b814bbdf4a2ea67e71f9729dfa50c54bd0bb2cbfe7a66a5775e64f78756c4daaf7eadfa2876f4262ce333d69006cdcaa5
7
- data.tar.gz: 6d31f51a35b61f44dc2050c1067a6edc47fd2bb793909236b3d71f97efe57cc6003f955e7a82ff99e241c05bf5505213c44fb28e38422309caba32305eb3a73d
6
+ metadata.gz: 02dfbd4840e9cf716086b077fecdf37275c2d5179a060823a7fef3dc4ff09838a6e8dbb6ab199774e87f30f857f2f8e03b64ac38f54f048c8ab13b5dc322d74b
7
+ data.tar.gz: 1501656aa815b1477bb9c9ed9f7c2fd03d5e4e43db63294f302643f4aedb89ff2d7c78fcf22bc5ee32325c5d7647f3f79ea99c2e7f7ab4ed61315753d5fd9228
data/.gitignore CHANGED
@@ -1,3 +1,20 @@
1
1
  coverage
2
2
  _config.yml
3
- lib/pullemails.rb
3
+ lib/pullemails.rb
4
+ *.gem
5
+ *.rbc
6
+ .bundle
7
+ .config
8
+ .yardoc
9
+ Gemfile.lock
10
+ InstalledFiles
11
+ _yardoc
12
+ coverage
13
+ doc/
14
+ lib/bundler/man
15
+ pkg
16
+ rdoc
17
+ spec/reports
18
+ test/tmp
19
+ test/version_tmp
20
+ tmp
data/README.md CHANGED
@@ -30,7 +30,9 @@ Most formatting will be stripped out. If the user wants to include images in th
30
30
 
31
31
  This must match the exact file name of the attachment.
32
32
 
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
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.
34
+
35
+ If the user notices a mistake or wants to make an edit to their post, they cab re-send the email with the same title on the same day, and the post will be overwritten. This makes it easy for non-technical users to correct their content if necessary.
34
36
 
35
37
  ### External Dependencies
36
38
  - `jekyll` [http://www.jekyllrb.com/](http://www.jekyllrb.com)
@@ -1,3 +1,3 @@
1
1
  module Mailtojekyll
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailtojekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kate Klemp
@@ -121,14 +121,7 @@ files:
121
121
  - lib/jekyllpost.rb
122
122
  - lib/mailtojekyll.rb
123
123
  - lib/mailtojekyll/version.rb
124
- - mailtojekyll-0.2.0.gem
125
- - mailtojekyll-0.2.1.gem
126
- - mailtojekyll-0.2.2.gem
127
- - mailtojekyll-0.2.3.gem
128
124
  - mailtojekyll.gemspec
129
- - pkg/mailtojekyll-0.1.0.gem
130
- - pkg/mailtojekyll-0.2.0.gem
131
- - pkg/mailtojekyll-0.2.1.gem
132
125
  homepage: https://github.com/misdepartment/mailtojekyll
133
126
  licenses:
134
127
  - MIT
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file