breakfast 0.6.1 → 0.6.2

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: 1d09d6bdaea7c87a5d6639bd2a5c0671a94c3cd5
4
- data.tar.gz: 49e057b63c0be70cda49ac8b57e018f2916f7fbb
3
+ metadata.gz: 5389039ab3ec0abe8611d3b64f0bfa0e2ee07816
4
+ data.tar.gz: 274ac056540aa03d1a90a03311e7c653bf97d226
5
5
  SHA512:
6
- metadata.gz: f8a18976dbc74a51958f1f9b06f505452632613d321594a39652cb8b4675a91c39cf3962d1d008faa9ec408acfcf25c9e5279518c2a3945a0212ed4d470e7584
7
- data.tar.gz: eb6b2d869154bcb35b5b6b36277832f0f593ed20e08f7ac1b0b313cf4fcf82afe5035c962ed61e44b9bf17a4b10a8a9bcf78526df9acb82c68c37adb525aabfc
6
+ metadata.gz: 9b3f9e68709f9350fde5e3700b2617d526530697e749a2fc2c3715949ebd85125c307a675016c611ea4beb20c2cb3c46eddc433aef3938bdd761372176497aed
7
+ data.tar.gz: bf08a28cbbd4bef660e60ae5bea5c0131697c20268d8bd9531ea4f48824e107b190203d2944dcfb0708dfecb67cf261bee193fcf636e11ed1048ba43d405acd9
@@ -1,5 +1,12 @@
1
1
  # CHANGE LOG
2
2
 
3
+ ### 0.6.2 - 2017-05-11
4
+ #### Fixed
5
+ - Typo in install generator. Add brunch-babel package
6
+
7
+ @haffla
8
+
9
+
3
10
  ### 0.6.1 - 2017-05-04
4
11
  #### Fixed
5
12
  - Potential Heroku bug where assets would be cleared out on deploy.
data/README.md CHANGED
@@ -17,9 +17,9 @@ 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`
20
+ ### Latest Patch `0.6.2`
21
21
  #### Fixed
22
- - Potential Heroku bug where assets would be cleared out on deploy.
22
+ - Typo in install generator. Add brunch-babel package
23
23
 
24
24
  ### Latest Release `0.6.0`
25
25
  #### Fixed
@@ -50,6 +50,9 @@ View updates in the [CHANGELOG](https://github.com/devlocker/breakfast/blob/mast
50
50
  *Note* If you are deploying with Capistrano then Yarn is expected to be
51
51
  installed on the hosts your are deploying to.
52
52
 
53
+ ### Changes
54
+ See list of changes between versions in the CHANGELOG
55
+
53
56
  ### Contributing
54
57
  Bug reports and pull requests are welcome on GitHub at
55
58
  https://github.com/devlocker/breakfast.
@@ -1,3 +1,3 @@
1
1
  module Breakfast
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
@@ -61,7 +61,7 @@ module Breakfast
61
61
 
62
62
  def install_required_packages
63
63
  run "yarn add actioncable breakfast-rails jquery jquery-ujs turbolinks"
64
- run "yarn add --dev brunch babel brunch clean-css-brunch sass-brunch uglify-js-brunch"
64
+ run "yarn add --dev brunch babel babel-brunch clean-css-brunch sass-brunch uglify-js-brunch"
65
65
  end
66
66
 
67
67
  def create_directory_structure
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.1
4
+ version: 0.6.2
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-05-04 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler