From 0c302495e45a180bd47056827b0bd245f99f28d0 Mon Sep 17 00:00:00 2001 From: Jorge Caballero Date: Tue, 9 Feb 2021 10:59:16 -0600 Subject: [PATCH 1/2] Testing travis security --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94bc8e9..06285e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ jobs: gemfile: gemfiles/Gemfile.rails-3-0-stable - rvm: 2.6.5 gemfile: gemfiles/Gemfile.rails-3-0-stable - # Exclude Rails 3 and 4 from Ruby 2.7, as they require + # Exclude Rails 3 and 4 from Ruby 2.7, as they require # Bunder < 2, and Ruby 2.7 ships with Bundler 2.1.2, and # I can't seem to force it to use an earlier version - rvm: 2.7.0 @@ -79,14 +79,14 @@ jobs: script: bundle exec jekyll build rvm: 2.6.5 gemfile: Gemfile - if: branch = master AND type = push deploy: local_dir: _site provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep_history: true - + - name: Test Script + script: echo 'TESTING SECURITY'; script: 'bundle exec rake' notifications: From 35d0a702237a0fb274c03d2c938a23022f686bb3 Mon Sep 17 00:00:00 2001 From: Jorge Caballero Date: Tue, 9 Feb 2021 12:33:21 -0600 Subject: [PATCH 2/2] Small change to feature doc --- docs/_includes/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/features.md b/docs/_includes/features.md index ca9317b..856b622 100644 --- a/docs/_includes/features.md +++ b/docs/_includes/features.md @@ -2,7 +2,7 @@ **VERSION {% gem_version %}** -The [blocks gem](http://github.com/hunterae/blocks) is many things. +The [blocks gem](http://github.com/hunterae/blocks) is many things... It acts as: