breakfast 0.6.3 → 0.6.4

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
  SHA256:
3
- metadata.gz: 8442c74d4c9830ebb2877bb85f5d9a908de18f64030061dacf8f01583218f13f
4
- data.tar.gz: 5d95dee904bdf649c9ce5ba6a5db135bea2106f0bcb61ba373e2985985314926
3
+ metadata.gz: '08c203029ac129f53a40e1f93b10b539bb21ba20ee229ac91a30400e3b04bdc3'
4
+ data.tar.gz: 12be3eb68d1ecb3d6a8e896b905051738965443a4e142fe161fc9b2faacc495d
5
5
  SHA512:
6
- metadata.gz: 8dd46fee6d3ba0e80a017a60904f263d80a58e336ab677cd4ce6fc9beabc6105bd99350770cf598cf5ab003014524cc969e72c06bd9e1142b78933a4028840df
7
- data.tar.gz: cc2944a98c04347b766a0418b7131e07029e5f1aaa68c7f96fb8b17fe8a5dc3eb7123e5f75537fa50862378608550006af9dbef1751be72504b4c5af954f77b7
6
+ metadata.gz: 14cf12cf1d9bd1304c2d2f30a6154627a32f605d97a0a42b014e02c4b40166eceed841e4d652f8eb12cdc9c2eea7c457691ca773fa8229a914172f4524c42b96
7
+ data.tar.gz: 6686f8d95ad6a50d2dc557ee5c8b405f92846e9fd6fb78f71ac459eac42ce72e585eba3106752737af916d69f1fd8a74dc3ddf59e54215247172a385a4c24a7f
@@ -4,6 +4,14 @@
4
4
 
5
5
  #### Fixed
6
6
 
7
+ - Typo in install rake task
8
+
9
+ @karmiclychee
10
+
11
+ ### 0.6.3 - 2018-08-14
12
+
13
+ #### Fixed
14
+
7
15
  - Potential double yarn install
8
16
  - assets:precompile not defined properly (when no Sprockets)
9
17
 
data/README.md CHANGED
@@ -10,34 +10,41 @@ tooling into your Rails project. Powered by [Brunch.io](http://brunch.io).
10
10
  Get support for ES6 syntax & modules, live reload for CSS, JS, & HTML, and Yarn
11
11
  support. Be up and running on the latest frontend framework in minutes.
12
12
 
13
-
14
13
  ### Installation & Usage
14
+
15
15
  See the official docs at
16
16
  [http://breakfast.devlocker.io](http://breakfast.devlocker.io).
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.2`
20
+ ### Latest Patch `0.6.4`
21
+
21
22
  #### Fixed
22
- - Typo in install generator. Add brunch-babel package
23
- - Add support for [Wiselinks](https://github.com/igor-alexandrov/wiselinks)
24
- reloader.
25
- [_@haffla_](https://github.com/devlocker/breakfast/pull/23)
23
+
24
+ - Typo in install rake task
25
+
26
+ [@karmiclycheea](https://github.com/devlocker/breakfast/pull/28)
26
27
 
27
28
  ### Latest Release `0.6.0`
29
+
28
30
  #### Fixed
31
+
29
32
  - Puma hanging in clustered mode. Breakfast would fail to cleanly exit on Puma
30
33
  exit, causing the server to hang indefinitely.
31
34
  - Bumped Rails version dependency, can be used with Rails 5.0 and greater.
32
35
  (Allows usage with Rails 5.1)
36
+
33
37
  #### Removed
38
+
34
39
  - Capistrano rake tasks. Previous behavior has been included into the Rails
35
40
  asset:precompile task. Using the standard [Capistrano Rails](https://github.com/capistrano/rails)
36
41
  gem is all that required now.
37
42
  - Need for a custom Heroku buildpack.
38
43
 
39
44
  ### Upgrading
45
+
40
46
  #### Upgrading to `0.6.0` from `0.5.x`
47
+
41
48
  - Update gem with `bundle update breakfast`
42
49
  - Update the JS package with `yarn upgrade breakfast-rails`
43
50
  - If deploying with Capistrano, remove `require "breakfast/capistrano"` from
@@ -46,20 +53,23 @@ View updates in the [CHANGELOG](https://github.com/devlocker/breakfast/blob/mast
46
53
  and have `require 'capistrano/rails'` or `require 'capistrano/rails/assets'`
47
54
  in your `Capfile`.
48
55
  - If deploying with Heroku, run the following commands:
49
- 1. heroku buildpacks:clear
50
- 2. heroku buildpacks:set heroku/nodejs --index 1
51
- 3. heroku buildpacks:set heroku/ruby --index 2
56
+ 1. heroku buildpacks:clear
57
+ 2. heroku buildpacks:set heroku/nodejs --index 1
58
+ 3. heroku buildpacks:set heroku/ruby --index 2
52
59
 
53
- *Note* If you are deploying with Capistrano then Yarn is expected to be
60
+ _Note_ If you are deploying with Capistrano then Yarn is expected to be
54
61
  installed on the hosts your are deploying to.
55
62
 
56
63
  ### Changes
64
+
57
65
  See list of changes between versions in the CHANGELOG
58
66
 
59
67
  ### Contributing
68
+
60
69
  Bug reports and pull requests are welcome on GitHub at
61
70
  https://github.com/devlocker/breakfast.
62
71
 
63
72
  ### License
73
+
64
74
  The gem is available as open source under the terms of the [MIT
65
75
  License](http://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module Breakfast
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
@@ -66,7 +66,7 @@ if Rake::Task.task_defined?("assets:precompile")
66
66
  end
67
67
  else
68
68
  Rake::Task.define_task(
69
- "assets:precompile" => ["breakfast:yarn", "breakfast:assets:compile"]
69
+ "assets:precompile" => ["breakfast:yarn:install", "breakfast:assets:compile"]
70
70
  )
71
71
  end
72
72
 
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.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Koperwas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-14 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler