jekyll-github-pages-gem 1.1.0 → 1.1.1
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/README.md +6 -0
- data/jekyll_github_pages.gemspec +1 -1
- data/lib/jekyll_github_pages.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3951363fb0e6c477e0abb0c9894aa7ba6bcc845ca6a6199b605adf4793fe5636
|
|
4
|
+
data.tar.gz: 914f9feab14470f8306e9d5f2b950da281b8c65181982912f11208cb7c432551
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff7ae85431029407811097ce846149807253a65dca47b0cc659334184bf89da0d69a668dbb89f9a5c63172fdf7fcaf7111cb87554435908fa25ccbf9752bb68e
|
|
7
|
+
data.tar.gz: 155bc962e1a422faa44e6dce7ea59c9ffec1d039d66a6ab3b450951100dfff0e1cffc32634046dfc1f0306e797f91a02a5e37809fdf296a5a122cdd064590663
|
data/README.md
CHANGED
|
@@ -17,3 +17,9 @@ There are checks that will be performed whenever Pull Requests are opened. To s
|
|
|
17
17
|
|
|
18
18
|
1. To run [Rubocop](https://github.com/ashmaroli/rubocop-jekyll), run the command `bundle exec rubocop`. Note the command `bundle exec rubocop -a` will attempt to automatically fix any offenses found by rubocop but some still need to be resolved manually.
|
|
19
19
|
2. To run all unit tests, run the command `rake`
|
|
20
|
+
|
|
21
|
+
## Releasing the Gem
|
|
22
|
+
When the gem is released it's deployed to a https://rubygems.org project. The SSE webmaster controls the rubygems project and will handle releasing the gem to rubygems. The following commands below are used to release the gem if you have permissions to the rubygems project.
|
|
23
|
+
|
|
24
|
+
1. `gem build jekyll_github_pages`
|
|
25
|
+
2. `gem push jekyll-github-pages-gem-<VERSION>.gem`
|
data/jekyll_github_pages.gemspec
CHANGED
data/lib/jekyll_github_pages.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-github-pages-gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MSOE SSE Web Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: carrierwave
|