mailtojekyll 0.2.4 → 0.2.6
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/.gitignore +18 -1
- data/README.md +3 -1
- data/lib/mailtojekyll/version.rb +1 -1
- metadata +1 -8
- data/mailtojekyll-0.2.0.gem +0 -0
- data/mailtojekyll-0.2.1.gem +0 -0
- data/mailtojekyll-0.2.2.gem +0 -0
- data/mailtojekyll-0.2.3.gem +0 -0
- data/pkg/mailtojekyll-0.1.0.gem +0 -0
- data/pkg/mailtojekyll-0.2.0.gem +0 -0
- data/pkg/mailtojekyll-0.2.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c8ef9acbd82badac77f781d5019f690a0e4fd3e
|
|
4
|
+
data.tar.gz: 9011a5bb16b740fd6bef3b9b21f58c8f17774f53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
data/lib/mailtojekyll/version.rb
CHANGED
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
|
+
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
|
data/mailtojekyll-0.2.0.gem
DELETED
|
Binary file
|
data/mailtojekyll-0.2.1.gem
DELETED
|
Binary file
|
data/mailtojekyll-0.2.2.gem
DELETED
|
Binary file
|
data/mailtojekyll-0.2.3.gem
DELETED
|
Binary file
|
data/pkg/mailtojekyll-0.1.0.gem
DELETED
|
Binary file
|
data/pkg/mailtojekyll-0.2.0.gem
DELETED
|
Binary file
|
data/pkg/mailtojekyll-0.2.1.gem
DELETED
|
Binary file
|