spectat-jekyll 0.2.9 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 910d8df70776577d1a76a1276409a387d989deac606a207a75f6909abf63f1ea
4
- data.tar.gz: 552a5bfa694206e9e9db463115ae8445c67595e799126fae9a1299721f536834
3
+ metadata.gz: 17a78e51f41d7eefb5ac4c67d0bbae2c69a1649d9c26eacda5d2c02a1d931ca0
4
+ data.tar.gz: 13433953a505eeed1556af17ffde9989b9b4c4db6c61aba8dea10acfce455bcc
5
5
  SHA512:
6
- metadata.gz: e8d194a6ebcba2a442b5ebda5a40cabaf223ab027a7c949d38bc27e63ce18948f9d48dbdcf1ebed048f56cff364dda75aad0554407b7978fa0f84a9b983b0ba0
7
- data.tar.gz: bb42c7ac329f2f14d1b62fa4e453d2888c15143a0d07b9076aa50ab331ed6cecc57346e9b84f42768eef96073e3ad071371dc2c0526b51e7104dbbe5f9345195
6
+ metadata.gz: fe4de2fb6c5225bd48bfb8441db7e7e9ec788813e9992050d1743f22f984aff27b7c567515efeeae8ca6caebc6176cd8dce4a5eb26e0cf28991e6c233b718fb3
7
+ data.tar.gz: bc35bc5aebf1e3615aa5f970f8de5c43e358276511a1abdcbfa9f5e2367d3bd880978be26f5bb072892a2f7733175ec3ba36859abc7e8bbe28f994b8d0c6fe21
@@ -53,7 +53,6 @@ ENV PATH=$PATH:/app/node_modules/.bin
53
53
  COPY Gemfile Gemfile.lock /app/
54
54
  COPY vendor/git/ /app/vendor/git/
55
55
  # Don't pull in deploy dependencies as they're a separate Docker image
56
- ENV BUNDLE_WITHOUT=deploy
57
56
  RUN bundle install
58
57
  # }}}
59
58
  # }}}
@@ -10,10 +10,9 @@ RUN apk update && \
10
10
  build-base \
11
11
  openssh-client
12
12
 
13
- ADD Gemfile /site
14
- ADD Gemfile.lock /site
13
+ ADD Gemfile.deploy /site/Gemfile
15
14
 
16
- RUN bundle install --without build test
15
+ RUN bundle install
17
16
 
18
17
  # Bake Capistrano config into image {{{
19
18
  # build the base file structure so we can copy into the correct directories
@@ -1,5 +1,5 @@
1
1
  module Spectat
2
2
  module Jekyll
3
- VERSION = '0.2.9'.freeze
3
+ VERSION = '0.3.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spectat-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Tanna
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-07 00:00:00.000000000 Z
11
+ date: 2018-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler