jekyll-github-pages-gem 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: '098a19ac5d1add1794fdeefedfb016295cc8425252f6fef8d779131d607c6e6f'
4
- data.tar.gz: ded2b48d54fb483856e8f68f513bc43f6684991ae840fa8a52484ecefa88cd58
3
+ metadata.gz: 3951363fb0e6c477e0abb0c9894aa7ba6bcc845ca6a6199b605adf4793fe5636
4
+ data.tar.gz: 914f9feab14470f8306e9d5f2b950da281b8c65181982912f11208cb7c432551
5
5
  SHA512:
6
- metadata.gz: cd88085069bfbc591964cd4b2e88149fcaba6ecfc5d2b36d75c7bfe90362f13c8983ee1dcf641d17951eb580e4d106aa806796bc3a59a00d6caf9751ca00d22a
7
- data.tar.gz: 17eec0bca32dfa3671f5b44c50a80bdd3cba86ac266487b66a4c3e9c96f882d86352760971b486e666e5558b739c3b2f0430af193a2d5daa42ebf7f5de13a14d
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`
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jekyll-github-pages-gem'
5
- s.version = '1.1.0'
5
+ s.version = '1.1.1'
6
6
  s.summary = 'A gem that uses the github API to make edits with a jekyll blog'
7
7
  s.files = Dir['*', 'lib/**/*']
8
8
  s.require_paths = ['lib']
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Third Party Dependencies
4
+ require 'carrierwave/utilities'
5
+ require 'carrierwave/storage'
4
6
  require 'carrierwave'
5
7
 
6
8
  # Source Files
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.0
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-08-24 00:00:00.000000000 Z
11
+ date: 2020-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carrierwave