glim 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/glim +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dc7783817723c0b495933ee17697123f1538789ebe62ab6746e5e3f27c58862
4
- data.tar.gz: 20667c468f1522b605838c49010ab483550fcea95e1c6124efbcb057e930be65
3
+ metadata.gz: 2cf2638bda0d93060164af5852371d10769b989d12d4bb2ff22f7c18d36402fd
4
+ data.tar.gz: 441332f28ab6c0a7ccc5cb7fc9f51a8846566bdcd5bea10d70dcb4a4f31ad89d
5
5
  SHA512:
6
- metadata.gz: 98c4dd57511034a2940b4951ec809800bfb8843de88d850e466a737ecb77e1e97785bf63fdacbac7e076b94b49d9b610cad0ebdf4374e74f21323cf5ad1056f4
7
- data.tar.gz: 5dd4ac14bfcf6e72ab46a7a4a5adb7ef9920e3eccb5d558d2afb6c5bcf73b561b1d838cbd7a267c0495dd5fc155a3ae5744b21c9e340b91d1ba42b42394ea248
6
+ metadata.gz: 89524be8ab561fe5febf6278de1b09da581e176644fa992032a0f5c6a87d8d40b80687c2b80cb0388ffb547d4c05aefe87a2ee70802a8330ce5caf207930aa39
7
+ data.tar.gz: 0325c5264098db6b540a875f556f87cc6a5d044b2c39e3d1e1773085309caeb99d4ddd7fdd089b8554bb5c50d93ebd589b3e1833a2ab66e5ee058170c3bc8700
data/bin/glim CHANGED
@@ -15,7 +15,7 @@ require 'pathname'
15
15
  require 'kramdown'
16
16
  require 'liquid'
17
17
  require 'mercenary'
18
- require 'bundler/setup'
18
+ require 'bundler/setup' if File.exists?('Gemfile')
19
19
 
20
20
  module Util
21
21
  module_function
@@ -1510,7 +1510,7 @@ Mercenary.program(:glim) do |p|
1510
1510
  end
1511
1511
  end
1512
1512
 
1513
- Bundler.require(:glim_plugins)
1513
+ Bundler.require(:glim_plugins) if File.exists?('Gemfile')
1514
1514
 
1515
1515
  Jekyll::Plugin.plugins_of_type(Jekyll::Command).sort.each do |klass|
1516
1516
  klass.init_with_program(p)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allan Odgaard