Package not found. Please check the package name and try again.

apipie-dsl 2.2.0 → 2.2.1

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: 8712c1245add4425a89c69480c9a2e043a0c40a71199e64ce2dc4df6b3352973
4
- data.tar.gz: e37febc7bf4200644582443d6d39224ab172f666e849abcd219b60a4e28c2809
3
+ metadata.gz: 28f33c39fa8ebc8a98a66f7432bea58bc1a7234c419819370ea10cb4dbf0ea81
4
+ data.tar.gz: 91577335af8c5dcf4ca36e171fd9be981b0c337b13668cebab7a24652ac8a15b
5
5
  SHA512:
6
- metadata.gz: 1b8b7af91cb70d835a8227038aef33b559bdd43f8bfcc42a92b83b990b2e212808016a119e5a0543a5f36a4a819b990f8a2127dfe8bc3f987882bea50e4984cf
7
- data.tar.gz: 6e7c84c789542c09838bb37650af701bcf24f8210f451e74bbf097541e05659cba3d76be5a29aa687b2176ab8e7c335335671ba7f76110a0ca697d93816384d8
6
+ metadata.gz: 27224e9c09de7e1da144b2c1e900e71175555746fc35174667afb7c105f98e46b32ff5792952bb29743016caa780ccef5201e536a6f81b1c4d9589f4f797621f
7
+ data.tar.gz: e8f5562dea32857d8bfa0676ae952a178738ea2a5d04ef5a9c5d619b8a8babc4bbf6a0cdddda66d0e6f8f7df1d61b233b92fd737038ada3a56c3c1f84100619a
@@ -76,9 +76,6 @@ module ApipieDsl
76
76
  end
77
77
  end
78
78
 
79
- def apipie_dsl_checksum
80
- end
81
-
82
79
  private
83
80
 
84
81
  helper_method :heading
@@ -3,7 +3,6 @@ module ApipieDSL
3
3
  module MapperExtensions
4
4
  def apipie_dsl(options = {})
5
5
  namespace 'apipie_dsl', path: ApipieDSL.configuration.doc_base_url do
6
- get 'apipie_dsl_checksum', to: 'apipie_dsls#apipie_dsl_checksum', format: 'json'
7
6
  constraints(version: /[^\/]+/, section: /[^\/]+/, class: /[^\/]+/,
8
7
  method: /[^\/]+/) do
9
8
  get(options.reverse_merge("(:version)/(:section)/(:class)/(:method)" => 'apipie_dsls#index', as: :apipie_dsl))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApipieDSL
4
- VERSION = '2.2.0'
4
+ VERSION = '2.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apipie-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleh Fedorenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler