openapi 0.11.1 → 0.11.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. data/lib/openapi/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3bcf545802a6cae7c8a4ea3909c10312e639626
4
- data.tar.gz: e778317e457371caf9c170654861a3c9b8309e6e
3
+ metadata.gz: 282db30c1fe2841c2c2999c1210cc57fe3f20a39
4
+ data.tar.gz: 29821b229eb5e66c26aff23db15d9d1f516fc62b
5
5
  SHA512:
6
- metadata.gz: e2c40fe00b102d46df4858deaa8e1ffd6544d560be474541ac3b4a29537bf37a85b84234ec832b636d2358a0fd3a9e4933e6138664829007e7a9dfe6427d4cec
7
- data.tar.gz: ad9388820007fb039cd06f0b105b27d07cae93a8fb4e90f9533ee40f758e01a048a7a65ccf89f5262908a654c095e1e82a698c866525303e0b9c83be2cdef86b
6
+ metadata.gz: 4775dff29e8e3735b9b6794bcbe490a91add7b03cd48a1726abef87623a80700390e58b6d154c8c245fe4afc4e69dce3b2c7615119af340d8a438d34c776de30
7
+ data.tar.gz: 676692006d97e4e7734f5337868f824ae8499a6b291b73a96c5975ec415d24d8882d6adcf040113648d1a648ffaa0d943b1bf0190fc92597d545d9a3c27da23c
data/README.md CHANGED
@@ -1,2 +1,13 @@
1
1
  Openapi
2
2
  ==========
3
+
4
+ In Active dev. documentation is coming
5
+
6
+
7
+
8
+ # Examples
9
+ - Varager API (rails app)
10
+ https://github.com/ant31/varager-ruby
11
+
12
+ - AppNexus API (www.appnexus.com)
13
+ https://github.com/ant31/appnexus-ruby
@@ -1,3 +1,3 @@
1
1
  module OpenAPI
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Legrand
@@ -106,7 +106,7 @@ files:
106
106
  - lib/openapi/response.rb
107
107
  - lib/openapi/route.rb
108
108
  - lib/openapi/version.rb
109
- homepage: http://github.com/antlegrand/openapi
109
+ homepage: http://github.com/ant31/openapi
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}