middleman-medium 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
  SHA256:
3
- metadata.gz: 883cba9352d8c61c4499b87a151e1b4346182d5a1a3a28f410771e3ca64c7e8e
4
- data.tar.gz: 684e6d3bddc94c0039b0fa5f3bb3868643fcfbce0f68c87b568bdd552d2e9fbe
3
+ metadata.gz: 98c8785510bbd3cb6b306d0b8d1d144d500b5ebe55ab8ad3fc13479c3aaab3a2
4
+ data.tar.gz: 4c07821f4e6992917a264d714fae7548646ad79e0945644b54e09f9b001a845e
5
5
  SHA512:
6
- metadata.gz: 1f5e4d07645f8cf0816e6da26bcfa76455242175ee93f434b6546c0676c1a5a1de4c901f684d4b9c666bffc4d8d9c6d8bf8116088f943f97fd981268a4230296
7
- data.tar.gz: ec3250a93cacc73ac294f9134605a6f1beae70d1e943251618eb4502e2fe6283f7865b7c79b7a8f27c37c084c0422d14aaa0d26ee002a73658ea40c99c6ee87b
6
+ metadata.gz: 9f208d8c7a2016d3c3e34c1cbd3230249d568df1559d6779d1950513523c6c8f474474d69b437bb7dd1e11f59e4d9da6f1b394038309f0cbd9ba087692cf77ec
7
+ data.tar.gz: 0f0b9633ddcb73077d5e8ed867df0c19536596fcf759f94bbb9fa72bf8b877eb39ca4592b13d136fa35db934da006fb017cf61355e0ed070f922d63773d18869
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- middleman-medium (0.0.3)
4
+ middleman-medium (0.0.4)
5
5
  middleman-core (~> 4.2, >= 4.2.1)
6
6
  nokogiri (~> 1.8, >= 1.8.2)
7
7
 
@@ -15,20 +15,20 @@ GEM
15
15
  tzinfo (~> 1.1)
16
16
  addressable (2.5.2)
17
17
  public_suffix (>= 2.0.2, < 4.0)
18
- backports (3.11.3)
18
+ backports (3.11.4)
19
19
  coderay (1.1.2)
20
- concurrent-ruby (1.0.5)
20
+ concurrent-ruby (1.1.3)
21
21
  contracts (0.13.0)
22
22
  diff-lcs (1.3)
23
- dotenv (2.4.0)
23
+ dotenv (2.5.0)
24
24
  erubis (2.7.0)
25
25
  execjs (2.7.0)
26
26
  fast_blank (1.0.0)
27
- fastimage (2.1.3)
27
+ fastimage (2.1.4)
28
28
  ffi (1.9.25)
29
29
  hamster (3.0.0)
30
30
  concurrent-ruby (~> 1.0)
31
- hashie (3.5.7)
31
+ hashie (3.6.0)
32
32
  i18n (0.7.0)
33
33
  listen (3.0.8)
34
34
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -62,7 +62,7 @@ GEM
62
62
  uglifier (~> 3.0)
63
63
  mini_portile2 (2.3.0)
64
64
  minitest (5.11.3)
65
- nokogiri (1.8.2)
65
+ nokogiri (1.8.5)
66
66
  mini_portile2 (~> 2.3.0)
67
67
  padrino-helpers (0.13.3.4)
68
68
  i18n (~> 0.6, >= 0.6.7)
@@ -74,8 +74,8 @@ GEM
74
74
  pry (0.11.3)
75
75
  coderay (~> 1.1.0)
76
76
  method_source (~> 0.9.0)
77
- public_suffix (3.0.2)
78
- rack (2.0.5)
77
+ public_suffix (3.0.3)
78
+ rack (2.0.6)
79
79
  rake (12.3.1)
80
80
  rb-fsevent (0.10.3)
81
81
  rb-inotify (0.9.10)
@@ -94,7 +94,7 @@ GEM
94
94
  diff-lcs (>= 1.2.0, < 2.0)
95
95
  rspec-support (~> 3.7.0)
96
96
  rspec-support (3.7.1)
97
- sass (3.5.6)
97
+ sass (3.7.2)
98
98
  sass-listen (~> 4.0.0)
99
99
  sass-listen (4.0.0)
100
100
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -122,4 +122,4 @@ DEPENDENCIES
122
122
  yard
123
123
 
124
124
  BUNDLED WITH
125
- 1.16.1
125
+ 1.17.1
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # middleman-medium
2
- Fetches posts preview from Medium Feed
2
+ Fetches posts previews from a Medium Feed on every build.
3
3
 
4
- If what you need is to build a preview of you latest medium posts on your site this is the right middleman extension for you.
4
+ If what you need is to build a preview of you latest medium posts on your site this is the right middleman extension for you. It's still meant to generate static pages, so remember to rebuild/redeploy your production site when you add new medium posts (or just schedule a re-deploy on a daily/weekly/etc basis).
5
5
 
6
6
  Just add it to your `config.rb` file like any other middleman extension.
7
7
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "middleman-medium"
6
- s.version = "0.0.3"
6
+ s.version = "0.0.4"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Carlos Fiebig"]
9
9
  s.email = ["cffiebigc@gmail.com"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-medium
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
  - Carlos Fiebig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-05 00:00:00.000000000 Z
11
+ date: 2018-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.7.7
133
+ rubygems_version: 2.7.8
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Fetches medium posts from feed