jets 1.2.0 → 1.2.1

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: 85ff84fd12cbc8c033636dae3eb3cf3b332389a28c611353a5167837622f7fc4
4
- data.tar.gz: 492d4d772344cf8e329d02194a52aa6490bb7e47fb5f9e494332ee498f891be7
3
+ metadata.gz: 0e0490cdce6f57474859bad4aa18687389e093c9c93bc3dd18d2277198455625
4
+ data.tar.gz: aba0604bffff78b7c9d77e919d214497ad50810c03634153b9dacbd42a86bd74
5
5
  SHA512:
6
- metadata.gz: 899243a605ac1e19c670b14967947605617b86ff347edda853742c091d62b5771a12222d0f34e834d680da4066ea4363eab677ae76ee9b35a87cd596ddec34b6
7
- data.tar.gz: db515e009cda35564ae4c7fcf757d0fbbe910494a7427867ba6df725ed3b4cddbba308b33c34bbbc54b14ed38a4d2d60a950738b9ecdf1da3895d32e464898b0
6
+ metadata.gz: 766d84de9260cd6a068a2cead8fead75b8fd3a60b84815a153b787f2ce7c2bd420aad30b8398a7aace05006a9911c0aa0fffde7f91544b6327e81a2f5da6038f
7
+ data.tar.gz: d297334afecc43c4d8a13ddad7df20a3c94a18ac0658a080ccd9be35b6aa7d2d7d7ee73d6f1bce6b2529325ca26928442bbb86cd61237689997b0c31cf0f9cfb
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [1.2.1]
7
+ - remove comments about routes workaround, auto blue-green deployments resolves this
8
+
6
9
  ## [1.2.0]
7
10
  - major upgrades: binary support, custom domain, bluegreen
8
11
  - binary support
@@ -11,7 +11,7 @@ GIT
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- jets (1.2.0)
14
+ jets (1.2.1)
15
15
  actionpack (>= 5.2.1)
16
16
  actionview (>= 5.2.1)
17
17
  activerecord (>= 5.2.1)
@@ -40,33 +40,33 @@ PATH
40
40
  GEM
41
41
  remote: https://rubygems.org/
42
42
  specs:
43
- actionpack (5.2.1.1)
44
- actionview (= 5.2.1.1)
45
- activesupport (= 5.2.1.1)
43
+ actionpack (5.2.2)
44
+ actionview (= 5.2.2)
45
+ activesupport (= 5.2.2)
46
46
  rack (~> 2.0)
47
47
  rack-test (>= 0.6.3)
48
48
  rails-dom-testing (~> 2.0)
49
49
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
50
- actionview (5.2.1.1)
51
- activesupport (= 5.2.1.1)
50
+ actionview (5.2.2)
51
+ activesupport (= 5.2.2)
52
52
  builder (~> 3.1)
53
53
  erubi (~> 1.4)
54
54
  rails-dom-testing (~> 2.0)
55
55
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
56
- activemodel (5.2.1.1)
57
- activesupport (= 5.2.1.1)
58
- activerecord (5.2.1.1)
59
- activemodel (= 5.2.1.1)
60
- activesupport (= 5.2.1.1)
56
+ activemodel (5.2.2)
57
+ activesupport (= 5.2.2)
58
+ activerecord (5.2.2)
59
+ activemodel (= 5.2.2)
60
+ activesupport (= 5.2.2)
61
61
  arel (>= 9.0)
62
- activesupport (5.2.1.1)
62
+ activesupport (5.2.2)
63
63
  concurrent-ruby (~> 1.0, >= 1.0.2)
64
64
  i18n (>= 0.7, < 2)
65
65
  minitest (~> 5.1)
66
66
  tzinfo (~> 1.1)
67
67
  arel (9.0.0)
68
68
  aws-eventstream (1.0.1)
69
- aws-partitions (1.121.0)
69
+ aws-partitions (1.122.0)
70
70
  aws-sdk-apigateway (1.23.0)
71
71
  aws-sdk-core (~> 3, >= 3.39.0)
72
72
  aws-sigv4 (~> 1.0)
@@ -76,7 +76,7 @@ GEM
76
76
  aws-sdk-cloudwatchlogs (1.12.0)
77
77
  aws-sdk-core (~> 3, >= 3.39.0)
78
78
  aws-sigv4 (~> 1.0)
79
- aws-sdk-core (3.42.0)
79
+ aws-sdk-core (3.43.0)
80
80
  aws-eventstream (~> 1.0)
81
81
  aws-partitions (~> 1.0)
82
82
  aws-sigv4 (~> 1.0)
@@ -90,7 +90,7 @@ GEM
90
90
  aws-sdk-lambda (1.16.0)
91
91
  aws-sdk-core (~> 3, >= 3.39.0)
92
92
  aws-sigv4 (~> 1.0)
93
- aws-sdk-s3 (1.29.0)
93
+ aws-sdk-s3 (1.30.0)
94
94
  aws-sdk-core (~> 3, >= 3.39.0)
95
95
  aws-sdk-kms (~> 1)
96
96
  aws-sigv4 (~> 1.0)
@@ -135,13 +135,13 @@ GEM
135
135
  nokogiri (>= 1.6)
136
136
  rails-html-sanitizer (1.0.4)
137
137
  loofah (~> 2.2, >= 2.2.2)
138
- railties (5.2.1.1)
139
- actionpack (= 5.2.1.1)
140
- activesupport (= 5.2.1.1)
138
+ railties (5.2.2)
139
+ actionpack (= 5.2.2)
140
+ activesupport (= 5.2.2)
141
141
  method_source
142
142
  rake (>= 0.8.7)
143
143
  thor (>= 0.19.0, < 2.0)
144
- rake (12.3.1)
144
+ rake (12.3.2)
145
145
  recursive-open-struct (1.1.0)
146
146
  rspec (3.8.0)
147
147
  rspec-core (~> 3.8.0)
@@ -1,9 +1,4 @@
1
1
  Jets.application.routes.draw do
2
- # Default homepage. This should be replaced. Replacing requires using JETS_ENV_EXTRA
3
- # or deleting and deploying twice.
4
- # More info:
5
- # http://rubyonjets.com/docs/routes-workaround/
6
- # http://rubyonjets.com/docs/env-extra/
7
2
  root "jets/public#show"
8
3
 
9
4
  # The jets/public#show controller can serve static utf8 content out of the public folder.
@@ -1,3 +1,3 @@
1
1
  module Jets
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-03 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack