open-api 0.8.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0d0cd8c8411ef75344e1c82168450f2380e44626
4
+ data.tar.gz: 38a76fa2758c2d2c28106c6639b6c01e6ebc5f5a
5
+ SHA512:
6
+ metadata.gz: da87e21f7639792c895297f901274fb1560d88cc57bf3a171baaf28576718b77becfb98dfce9094851190d47357971220d435ec750799ad5352483e181f54cca
7
+ data.tar.gz: 458bc117fd7c642d422fd518ede8697b529aae571abdccb402040d2f3de02ac36c59f5259dd89a6b15ad47dade93751ae214250d93a1b973d6178856297312b9
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: open-api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ platform: ruby
6
+ authors:
7
+ - Matthew Mead
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-01-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Provides the ability to specify Open API documentation inline within
14
+ the source code of your Ruby on Rails project, utilizing a rake task to generate
15
+ / maintain that documentation as required.
16
+ email: m.mead@precisionhawk.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage:
22
+ licenses:
23
+ - Apache 2
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.4.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Inline Openi API documentation for Ruby on Rails
45
+ test_files: []