breakfast 0.6.0 → 0.6.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
  SHA1:
3
- metadata.gz: 31c796f9a83ba4cb7c5256eddf561ac9eaabaa7f
4
- data.tar.gz: 285940c7e59ef3dddcb87da0fc4a7a6b38936656
3
+ metadata.gz: 1d09d6bdaea7c87a5d6639bd2a5c0671a94c3cd5
4
+ data.tar.gz: 49e057b63c0be70cda49ac8b57e018f2916f7fbb
5
5
  SHA512:
6
- metadata.gz: a4a2f0c8d57eda1f1b3d690c0df87f413622610d6edc26b9a8e9d3569992a6ca8b1134efe449eb4117bbbf859992fb1e39bdb744e9c3bba4b1d2cc527ce384a4
7
- data.tar.gz: 0f2fddfce600930dafeca1412e098bd9d1cd73b6e79e70bc17e569124d5acf4ff93d9d360a134b0980d33847ab9e609cb58ed01642a7bcbd540d46efab7113c5
6
+ metadata.gz: f8a18976dbc74a51958f1f9b06f505452632613d321594a39652cb8b4675a91c39cf3962d1d008faa9ec408acfcf25c9e5279518c2a3945a0212ed4d470e7584
7
+ data.tar.gz: eb6b2d869154bcb35b5b6b36277832f0f593ed20e08f7ac1b0b313cf4fcf82afe5035c962ed61e44b9bf17a4b10a8a9bcf78526df9acb82c68c37adb525aabfc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGE LOG
2
2
 
3
+ ### 0.6.1 - 2017-05-04
4
+ #### Fixed
5
+ - Potential Heroku bug where assets would be cleared out on deploy.
6
+
7
+
3
8
  ### 0.6.0 - 2017-03-12
4
9
  #### Upgrading to `0.6.0` from `0.5.x`
5
10
  - Update gem with `bundle update breakfast`
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in breakfast.gemspec
4
+ gem "pry"
4
5
  gemspec
data/README.md CHANGED
@@ -17,6 +17,10 @@ See the official docs at
17
17
 
18
18
  View updates in the [CHANGELOG](https://github.com/devlocker/breakfast/blob/master/CHANGELOG.md)
19
19
 
20
+ ### Latest Patch `0.6.0`
21
+ #### Fixed
22
+ - Potential Heroku bug where assets would be cleared out on deploy.
23
+
20
24
  ### Latest Release `0.6.0`
21
25
  #### Fixed
22
26
  - Puma hanging in clustered mode. Breakfast would fail to cleanly exit on Puma
@@ -6,7 +6,7 @@ module Breakfast
6
6
  class Manifest
7
7
  MANIFEST_REGEX = /^\.breakfast-manifest-[0-9a-f]{32}.json$/
8
8
  SPROCKETS_MANIFEST_REGEX = /^\.sprockets-manifest-[0-9a-f]{32}.json$/
9
- FINGERPRINT_REGEX = /-[0-9a-f]{32}./
9
+ FINGERPRINT_REGEX = /-[0-9a-f]{32}\./
10
10
 
11
11
  attr_reader :base_dir, :manifest_path, :cache
12
12
  def initialize(base_dir:)
@@ -1,3 +1,3 @@
1
1
  module Breakfast
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breakfast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Koperwas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-30 00:00:00.000000000 Z
11
+ date: 2017-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler