jets 1.6.4 → 1.6.5

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: ae289aa2da32e256d9ae5b77875f5ce31fdbf2c8a687c597374df58edd5f57bf
4
- data.tar.gz: 8eb54c6ce7061421ba3289789ae006e6131138b89f4d3451138c08774beeeb7a
3
+ metadata.gz: 696967ba3abfedddbda0e683362d427de688f725183a8e3c9bf74f256b722bbb
4
+ data.tar.gz: 5d2503c1f0d3865fef3a732ede95cc26e37bd59745af50e6a518edd6d0842fcb
5
5
  SHA512:
6
- metadata.gz: de47e9c10f3aced4b8d7f0cbcc262bdf2300a236e2cc1583d8a084b597b17cc120e35bbf19d20344e58b08c6edf98f329e719bf09aba223c6becf66d94da3577
7
- data.tar.gz: '0695ba32ead51365dd60609fdc1384120f9cc46fa5b5faea8a9016c9fc0e6b5d1685874ff2222a71a3e69d000d2f8941837428a19ff22fa97130f98d5178551b'
6
+ metadata.gz: a89fedbed8aac8eedc1754c2298a05a62d6df54ddd2af4c2e4fc0ba2070413d858043aaddf752c5627db7fb94010285fe629ca9bcafd4d03d6bfc6b0ff6da2ae
7
+ data.tar.gz: 8d1b49a43c036e2f4597bdb70b0b34e9a1008acb4e654639211d99ac65d18d0dcdad1e3338fa790edf8b3c0ee51355d5af000c654025fba1ae6ee84c4cd5a827
@@ -29,7 +29,7 @@ Provide a description of what your pull request changes.
29
29
  ## Context
30
30
 
31
31
  <!--
32
- Is this related to any GitHub issue(s)?
32
+ Is this related to any GitHub issue(s) or another relevant link?
33
33
  -->
34
34
 
35
35
  ## Version Changes
@@ -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.6.5]
7
+ - #173 application/xml content-type on render xml
8
+
6
9
  ## [1.6.4]
7
10
  - #171 fix precedence of dotenv files
8
11
  - update cors comment on generated skeleton app
@@ -11,7 +11,7 @@ GIT
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- jets (1.6.4)
14
+ jets (1.6.5)
15
15
  activerecord (~> 5.2.1)
16
16
  activesupport (~> 5.2.1)
17
17
  aws-sdk-apigateway
@@ -187,4 +187,4 @@ DEPENDENCIES
187
187
  webpacker!
188
188
 
189
189
  BUNDLED WITH
190
- 1.17.2
190
+ 1.17.3
@@ -36,6 +36,8 @@ class Jets::Controller
36
36
  def adjust_content_type!(options)
37
37
  if options.key?(:json)
38
38
  options[:content_type] = "application/json"
39
+ elsif options.key?(:xml)
40
+ options[:content_type] = "application/xml"
39
41
  end
40
42
  end
41
43
 
@@ -1,3 +1,3 @@
1
1
  module Jets
2
- VERSION = "1.6.4"
2
+ VERSION = "1.6.5"
3
3
  end
@@ -9,7 +9,7 @@ require "gems"
9
9
  #
10
10
  module Jets::Gems::Extract
11
11
  class Gem < Base
12
- VERSION_PATTERN = /-(\d+\.\d+\.\d+.*)/
12
+ VERSION_PATTERN = /-(\d+\.\d+.*)/
13
13
 
14
14
  def run
15
15
  say "Looking for #{full_gem_name} gem in: #{@options[:source_url]}"
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.6.4
4
+ version: 1.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-27 00:00:00.000000000 Z
11
+ date: 2019-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -1884,8 +1884,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1884
1884
  - !ruby/object:Gem::Version
1885
1885
  version: '0'
1886
1886
  requirements: []
1887
- rubyforge_project:
1888
- rubygems_version: 2.7.6
1887
+ rubygems_version: 3.0.2
1889
1888
  signing_key:
1890
1889
  specification_version: 4
1891
1890
  summary: Ruby Serverless Framework on AWS Lambda