westfield_swagger 1.2.5 → 1.2.6

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: 49f0dc7061bea5287015f13e00eb98575cd5c878
4
- data.tar.gz: cc319bfe0622902656680439da55018a11d30449
3
+ metadata.gz: 3aa1bce02e1f9a8ddd906f8a4a62ecfec6bc4fbe
4
+ data.tar.gz: daa512e535e62afe64fe5b64b8d9922d9f813a2a
5
5
  SHA512:
6
- metadata.gz: 90b55173a3e675ca253a2491ed4e6b9230de198705e489094178130620b5473100030e8e6c04ed9be1bf84d11c7e2c01b0421551fddcf74a3877f51c942a5a92
7
- data.tar.gz: 147ead434f4f57231d8e8a6280ec3d560024e28813f03f0476c8ac0fe7e35fd865c27f96f69fcb825d71d4b85f38c63a31e0c2560d139f194c94936ff898d0bf
6
+ metadata.gz: ad39ae9eebae64ff2e114ec37651c8e7e18a0fbbcec8cf4d282b060de8850640565afc9256e049a82960ee823986470dfe582128fd84b201510afaaced90e0d2
7
+ data.tar.gz: b571a89a787ecc51ca62502d303536cd99ce6fc505315d2bb20d1f6c5142baa6df07f4800a5e5755075affc859bc111a9e1568bc180cb27de486897be3bf2876
data/README.md CHANGED
@@ -7,7 +7,7 @@ Westfield Swagger is a mountable Rails engine which provides everything needed t
7
7
  ### Installation
8
8
  Add it to your Gemfile:
9
9
  ```ruby
10
- gem 'westfield_swagger', git: "git@github.com:westfield/westfield_swagger.git"
10
+ gem 'westfield_swagger'
11
11
  ```
12
12
 
13
13
  Then bundle:
@@ -29,7 +29,7 @@ External routing for (1, 2) access the swagger in api.xxx.westfield.io or secure
29
29
 
30
30
  External routing to the service endpoint for (3, 4) accesses the swagger for the service where the gem is installed. The JavaScript executes without the service in the path, thus loading as in (2).
31
31
 
32
- Your specification can be fully-formatted in JSON at `lib/swagger/{version}.json` or in YAML with embedded Ruby (ERB) at `lib/swagger/{version}.yml`. This will be converted to JSON on-demand when requested.
32
+ Your specification can be fully-formatted in JSON at `lib/swagger/{version}.json` or in YAML with embedded Ruby (ERB) at `lib/swagger/{version}.yml`. This will be converted to JSON on-demand when requested. For (1, 2) in the uat and production environments, it prefixes the swagger path version with the environment, so the filename is, for example, uat_1.json.
33
33
 
34
34
  Additionally, the swagger files can be split across files and directories and will be reconstructed on the fly.
35
35
 
@@ -1,3 +1,3 @@
1
1
  module WestfieldSwagger
2
- VERSION = '1.2.5'
2
+ VERSION = '1.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: westfield_swagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Nelson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-06-12 00:00:00.000000000 Z
13
+ date: 2017-06-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails