api_schema 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd078f116a2eae7922f15408fd29d233d1af4e8d
4
- data.tar.gz: 622afbb13b567654a91a2915995a6f9eda3dfaa3
3
+ metadata.gz: b9f9615b4b22de2c2cb6dfa280bb272a67c31c49
4
+ data.tar.gz: 7c21d543d28d7f9a87fa517f32c298c3faf53f01
5
5
  SHA512:
6
- metadata.gz: ba089ca4c00ec03ce5234b828212b3912bc43c65c643f7935ba39252127b964347574cf351cf76c1710e16614958c572be64f3272faf28959e95ff6e359dbb79
7
- data.tar.gz: b286a9cca79d3f87661ca1a9550ec86faee2c6be18eb200ca523ae93803801f939add825e945e3859b83c747c229bbf4e4575525563da3a9f9abcbc0e7b07389
6
+ metadata.gz: 99014c93602f61c8c1beb85c9fad1303c38b686f66facde75cb7cdd313b42567a123b3c7d035f53affc5cffaf2f9de0f546df0e6281043a8bf56b09c6fc00b7c
7
+ data.tar.gz: acf2bf69a52e23564a0f62e8bb0364078d0cfbb0e0014d116979d8cd624a2daf13465319506569afa11638a51323de0d5c9c4f2aa2762c866a1dfdce797f612d
data/README.md CHANGED
@@ -24,6 +24,7 @@ Or install it yourself as:
24
24
  ## Usage
25
25
 
26
26
  Just add `include ApiSchema` and configurations to your base class and inherit from it.
27
+ To generate json use `BaseDocs.generate_json` method.
27
28
 
28
29
  #### BaseDocs
29
30
 
data/api_schema.gemspec CHANGED
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{api_schema provides a framework and DSL for describing APIs
13
13
  and generate swagger json.}
14
14
  spec.description = %q{api_schema provides a framework and DSL for describing APIs
15
- and generate swagger json using minimalist, schema.db-like syntax.}
16
- spec.homepage = "https://github.com/qonto/api_schema."
15
+ and generate swagger json using minimalistic, schema.db-like syntax.}
16
+ spec.homepage = "https://github.com/qonto/api_schema"
17
17
  spec.license = "MIT"
18
18
 
19
19
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module ApiSchema
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Chopey
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '3.0'
83
83
  description: |-
84
84
  api_schema provides a framework and DSL for describing APIs
85
- and generate swagger json using minimalist, schema.db-like syntax.
85
+ and generate swagger json using minimalistic, schema.db-like syntax.
86
86
  email:
87
87
  - dmitry.chopey@gmail.com
88
88
  executables: []
@@ -114,7 +114,7 @@ files:
114
114
  - lib/api_schema/serializer_definition.rb
115
115
  - lib/api_schema/serializer_methods.rb
116
116
  - lib/api_schema/version.rb
117
- homepage: https://github.com/qonto/api_schema.
117
+ homepage: https://github.com/qonto/api_schema
118
118
  licenses:
119
119
  - MIT
120
120
  metadata: {}