dependabot-preview[bot]
24f5894e26
Bump middleman-syntax from 3.0.0 to 3.2.0 ( #308 )
...
Bumps [middleman-syntax](https://github.com/middleman/middleman-syntax ) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/middleman/middleman-syntax/releases )
- [Changelog](https://github.com/middleman/middleman-syntax/blob/master/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman-syntax/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 01:00:45 -04:00
dependabot-preview[bot]
97a065eac7
Bump middleman from 4.3.3 to 4.3.4 ( #302 )
...
Bumps [middleman](https://github.com/middleman/middleman ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/middleman/middleman/releases )
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman/compare/v4.3.3...v4.3.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-07-30 00:59:12 -04:00
Munieru
7736ce558d
Change some Japansese expressions to better ones. ( #307 )
...
* Replace "貢献者" to "コントリビューター" in Japanese document
https://help.github.com/ja/articles/viewing-a-projects-contributors
* Replace "懸念事項" to "Issue" in Japanese document
https://help.github.com/ja/articles/about-issue-and-pull-request-templates
* Replace "人間に優しい" to "ヒューマンフレンドリーな" in Japanese document
https://ci.nii.ac.jp/naid/110004788357
2019-07-30 00:58:49 -04:00
dependabot-preview[bot]
51a7bbeed6
Bump redcarpet from 3.4.0 to 3.5.0 ( #309 )
...
Bumps [redcarpet](https://github.com/vmg/redcarpet ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/vmg/redcarpet/releases )
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vmg/redcarpet/compare/v3.4.0...v3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 00:57:41 -04:00
Olivier Lacan
d0fc6ee0e9
Bump Ruby to 2.6.1
...
# Title
# Tell me everything!
# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-03-12 12:02:34 -04:00
Yuta Matsumura
485452b07c
Add Japanese localization ( #294 )
...
* copy en index.html.haml to ja
* add japanese translation
* change japanese translation
* add japanese menu
* update japanese translation
2019-03-12 11:29:08 -04:00
Olivier Lacan
dd16222926
Merge pull request #295 from olivierlacan/dependabot/bundler/middleman-autoprefixer-2.10.1
...
Bump middleman-autoprefixer from 2.10.0 to 2.10.1
2019-03-12 11:27:24 -04:00
dependabot[bot]
0e2e31447e
Bump middleman-autoprefixer from 2.10.0 to 2.10.1
...
Bumps [middleman-autoprefixer](https://github.com/middleman/middleman-autoprefixer ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/middleman/middleman-autoprefixer/releases )
- [Changelog](https://github.com/middleman/middleman-autoprefixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman-autoprefixer/compare/v2.10.0...v2.10.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 04:18:42 +00:00
Olivier Lacan
57f319d604
Merge pull request #291 from AlphaDel/patch-1
...
Update README.md
2019-03-02 20:15:43 -05:00
Olivier Lacan
0a41262830
Merge pull request #290 from olivierlacan/dependabot/bundler/middleman-4.3.3
...
Bump middleman from 4.3.2 to 4.3.3
2019-03-02 20:15:07 -05:00
Wuttinan Chaoyos
ad86f4bd2d
Update README.md
...
When run command docker build image should add source path Dockerfile
2019-02-22 16:07:59 +07:00
dependabot[bot]
1d1dbc252b
Bump middleman from 4.3.2 to 4.3.3
...
Bumps [middleman](https://github.com/middleman/middleman ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/middleman/middleman/releases )
- [Changelog](https://github.com/middleman/middleman/blob/v4.3.3/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman/compare/v4.3.2...v4.3.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:36:09 +00:00
Olivier Lacan
3a7298570a
Prevent 1.1.0 from being $latest_version for now
...
We don't quite yet want to redirect to this version although it will be
good to be able to test it.
# Title
# Tell me everything!
# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 13:06:00 -05:00
Olivier Lacan
7221c2cd10
Fix odd import issue with individual Sass files
...
Seems like these individual Sass files are compiled individually despite
being imported by the main application.css.sass file which means we now have
to import the variables.sass file with all the Sass variable declaration in
each of them.
# Title
# Tell me everything!
# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 12:02:17 -05:00
Olivier Lacan
57e2c3dfc6
Bump Ruby to 2.5
2019-02-15 12:02:07 -05:00
Olivier Lacan
212c875f1c
Merge pull request #197 from RichardLitt/feat/add-inconsistency
...
Added bad changelog paragraph on inconsistency
v1.1.0
2019-02-15 11:48:10 -05:00
Richard Littauer
20dd4411d9
Added bad changelog paragraph on inconsistency
...
Having an inconsistent changelog is bad. I feel this should be mentioned.
2019-02-15 11:33:19 -05:00
Olivier Lacan
de9d71eb21
Bump Ruby version to 2.4
...
Since 2.3 is soon to be EOL.
# Title
# Tell me everything!
# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 08:50:31 -05:00
Olivier Lacan
0975e3e8da
Merge pull request #277 from olivierlacan/dependabot/bundler/middleman-autoprefixer-2.10.0
...
Bump middleman-autoprefixer from 2.8.0 to 2.10.0
2019-02-15 08:29:45 -05:00
Olivier Lacan
df5c53914f
Merge pull request #289 from JeroenKnoops/patch-1
...
Small updates to the dutch language
2019-02-15 08:29:35 -05:00
Olivier Lacan
40f7f22254
Update uk title and description
2019-02-15 08:28:18 -05:00
Olivier Lacan
59399fcbc8
Move 1.0.0-related translations to 1.0.0 release
2019-02-15 08:28:03 -05:00
Olivier Lacan
d1e1241c1c
Add Ukrainian to languages
2019-02-15 08:27:44 -05:00
Olivier Lacan
b1a3c9ec7c
Merge pull request #288 from osadchyi-s/ukrainian-localization
...
Added ukrainian localization
2019-02-15 08:24:03 -05:00
Jeroen Knoops
61395b1c55
Small updates to the dutch language
2019-02-15 09:12:26 +01:00
Osadchyi Serhii
219658df35
Added ukrainian localization
2019-02-15 08:34:57 +02:00
dependabot[bot]
a67dbeb78f
Bump middleman-autoprefixer from 2.8.0 to 2.10.0
...
Bumps [middleman-autoprefixer](https://github.com/middleman/middleman-autoprefixer ) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/middleman/middleman-autoprefixer/releases )
- [Changelog](https://github.com/middleman/middleman-autoprefixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman-autoprefixer/compare/v2.8.0...v2.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 17:32:40 +00:00
Olivier Lacan
b95030549d
Merge pull request #278 from olivierlacan/dependabot/bundler/middleman-blog-4.0.3
...
Bump middleman-blog from 4.0.1 to 4.0.3
2019-02-12 12:29:53 -05:00
Olivier Lacan
c254a0cbe2
Merge pull request #279 from olivierlacan/dependabot/bundler/addressable-2.6.0
...
Bump addressable from 2.5.1 to 2.6.0
2019-02-12 12:29:39 -05:00
Olivier Lacan
e049ad9e2c
Merge pull request #284 from olivierlacan/dependabot/bundler/middleman-gh-pages-0.4.1
...
Bump middleman-gh-pages from 0.0.3 to 0.4.1
2019-02-12 12:29:25 -05:00
Olivier Lacan
ae73665721
Merge pull request #285 from LucidOne/inital-release-link
...
Link the initial release
2019-02-12 12:28:34 -05:00
Olivier Lacan
fe65d0c6ec
Merge pull request #287 from jawn/patch-1
...
Fix grammar
2019-02-12 12:27:33 -05:00
Bernard Vander Beken
7ac0999a86
Fix grammar
2019-02-12 14:35:03 +01:00
Lucid One
0fb84c6db3
Link the initial release
2019-02-10 18:03:44 -05:00
dependabot[bot]
a9be271fe0
Bump middleman-gh-pages from 0.0.3 to 0.4.1
...
Bumps [middleman-gh-pages](https://github.com/edgecase/middleman-gh-pages ) from 0.0.3 to 0.4.1.
- [Release notes](https://github.com/edgecase/middleman-gh-pages/releases )
- [Commits](https://github.com/edgecase/middleman-gh-pages/compare/v0.0.3...v0.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-08 04:21:52 +00:00
dependabot[bot]
01257c4f8b
Bump middleman-blog from 4.0.1 to 4.0.3
...
Bumps [middleman-blog](https://github.com/middleman/middleman-blog ) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/middleman/middleman-blog/releases )
- [Changelog](https://github.com/middleman/middleman-blog/blob/master/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman-blog/compare/v4.0.1...v4.0.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:58:54 +00:00
dependabot[bot]
6c61623540
Bump addressable from 2.5.1 to 2.6.0
...
Bumps [addressable](https://github.com/sporkmonger/addressable ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases )
- [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.5.1...addressable-2.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:58:45 +00:00
Olivier Lacan
846bd6a3f2
Merge pull request #280 from olivierlacan/dependabot/bundler/middleman-4.3.2
...
Bump middleman from 4.1.14 to 4.3.2
2019-02-07 18:56:50 -05:00
dependabot[bot]
33e353ca3e
Bump middleman from 4.1.14 to 4.3.2
...
Bumps [middleman](https://github.com/middleman/middleman ) from 4.1.14 to 4.3.2.
- [Release notes](https://github.com/middleman/middleman/releases )
- [Changelog](https://github.com/middleman/middleman/blob/v4.3.2/CHANGELOG.md )
- [Commits](https://github.com/middleman/middleman/compare/v4.1.14...v4.3.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:54:38 +00:00
Olivier Lacan
6ce728c2e7
Merge pull request #281 from olivierlacan/dependabot/bundler/pry-0.12.2
...
Bump pry from 0.10.3 to 0.12.2
2019-02-07 18:53:24 -05:00
Olivier Lacan
ddc1d545a5
Merge pull request #282 from olivierlacan/dependabot/bundler/ffi-1.10.0
...
[Security] Bump ffi from 1.9.18 to 1.10.0
2019-02-07 18:52:54 -05:00
Olivier Lacan
10538a5134
Merge pull request #283 from olivierlacan/dependabot/bundler/rack-2.0.6
...
[Security] Bump rack from 2.0.3 to 2.0.6
2019-02-07 18:52:38 -05:00
dependabot[bot]
120ab9f47b
[Security] Bump rack from 2.0.3 to 2.0.6
...
Bumps [rack](https://github.com/rack/rack ) from 2.0.3 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/2.0.3...2.0.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:48:27 +00:00
dependabot[bot]
367df9520f
[Security] Bump ffi from 1.9.18 to 1.10.0
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.9.18 to 1.10.0. **This update includes security fixes.**
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.9.18...1.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:48:02 +00:00
dependabot[bot]
745b85d879
Bump pry from 0.10.3 to 0.12.2
...
Bumps [pry](https://github.com/pry/pry ) from 0.10.3 to 0.12.2.
- [Release notes](https://github.com/pry/pry/releases )
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pry/pry/compare/v0.10.3...v0.12.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 23:46:52 +00:00
Olivier Lacan
1a6bcad2fd
Fix incorrect language code
...
# Title
# Tell me everything!
# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-04 16:52:49 -05:00
Olivier Lacan
5d456b64c9
Merge pull request #276 from zoranzoki21/serbian_translation
...
Add Serbian translations
2019-02-04 16:49:20 -05:00
Olivier Lacan
5700bf1692
Merge pull request #275 from zoranzoki21/master
...
Fix typos at Croatian translation file
2019-02-04 16:19:51 -05:00
Zoran Dori
e6466adba1
Update config.rb for adding Serbian translation
2019-02-02 14:03:26 +01:00
Zoranzoki21
d9564f9675
Add Serbian translations
2019-02-02 14:00:34 +01:00