jack-eb 1.4.1 → 1.4.2

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
  SHA1:
3
- metadata.gz: 30600f76b7a14faa4622dd2812108d23d809a8b8
4
- data.tar.gz: 3bb57c66c90a649de087076cc91caf1cf1788876
3
+ metadata.gz: '0027057222793de61bc3153c0e3e6ab492029741'
4
+ data.tar.gz: 9818454beb49d4b25d7a2842e314c7f39098a467
5
5
  SHA512:
6
- metadata.gz: e8953ec29a971582968e1a22aee13efb8de27cd702bf47a517353acbaf2d5568b8cdfe478f5a95fdb754e695a404e71a6d560fb0b40afcf487221c50fb0e276e
7
- data.tar.gz: 2756afbf5a86826147f66f89c03dda07318d351e16fe6c123daeea3e384b0f51de788003d8f0c9cff28ed038dd5ba4f5db305fcbddba1ee998d556d551fb37c1
6
+ metadata.gz: fb60edce1621cbbba85bc577433061ac110c1aa649a00fe0fa99a3b41f844c5f803cda4b6a9e5cfd22df1d2acd6ec3d0cff17a376222965e83f6c0b86807faba
7
+ data.tar.gz: b126a9c62f880ae43a5b4b9568232d5991988e1a59b29282c81cdd032be0cdd7729c13a23fff1b4a153084ee40ed130934796b16174fd3ab499495648a1f1b4e
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [1.4.2]
7
+ * update default platform
8
+
6
9
  ## [1.4.1]
7
10
  * ensure jack deploy works on freshly clone project with existing app
8
11
 
@@ -1,5 +1,5 @@
1
1
  create:
2
2
  keyname: default
3
- platform: "64bit Amazon Linux 2017.03 v2.6.0 running Docker 1.12.6"
3
+ platform: "64bit Amazon Linux 2017.03 v2.7.0 running Docker 17.03.1-ce"
4
4
  conventions:
5
5
  app_name_pattern: !ruby/regexp /(\w+)-\w+-\w+/
@@ -4,6 +4,13 @@ module Jack
4
4
  @root = root || '.'
5
5
  end
6
6
 
7
+ # The options from the files get merged with the following precedence:
8
+ #
9
+ # current folder - The current folder’s jack/settings.yml values take the highest precedence.
10
+ # user - The user’s ~/.jack/settings.yml values take the second highest precedence.
11
+ # default - The default settings bundled with the tool takes the lowest precedence.
12
+ #
13
+ # More info: http://jack-eb.com/docs/settings/
7
14
  def data
8
15
  return @settings_yaml if @settings_yaml
9
16
 
@@ -129,7 +129,7 @@ module Jack::Util
129
129
  # 3. /opt/bolts/embedded/bin/eb - This comes packaged with the the bolts toolbelt.
130
130
  # https://boltops.com/toolbelt
131
131
  #
132
- # If an eb installation is not deetcted it'll display a message and exit the program.
132
+ # If an eb installation is not detected it'll display a message and exit the program.
133
133
  def eb_bin
134
134
  return @@eb_bin if @@eb_bin
135
135
 
@@ -1,3 +1,3 @@
1
1
  module Jack
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jack-eb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor