grape-dsl 1.1.3 → 1.1.4

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 +8 -8
  2. data/VERSION +1 -1
  3. data/lib/grape-dsl/doc.rb +4 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmU4ODFmZmVhZGJiNTEyZDJmZTE3MzUxODMzMWZiY2I1MTEzMzU3Mw==
4
+ ZjI4ZmEzZDhmMjI2YzkzODFmNjg1NzcwMzU1NDAyOTI3ODE5NzU3Yg==
5
5
  data.tar.gz: !binary |-
6
- NTI3YWQ2NjEyOTAzZDY0Y2YwNzYwZTA5YTE2ZDhlNjNkMDg4MDcyNA==
6
+ OGUwMTMwNzA3NDE0ZmVhODE2ZmYwMWYyZDE0ODk2NTkwNzRmNGUwYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MWRmOWI5M2E0OTE1ZWNlYmU0ZGQxZWIxZDZmNTIwMTc3NzZiYmM5ODYyMGRm
10
- YzJkMGQ5OTFkOWZhYjBkNWE0NDI2MDcxY2Q3MmEzZDZiYTUwMGJhMDczMjg4
11
- ZDQ4YjhhYzU3MzkzODJlZTliOWJhNDM1ODc2YWJhMjZmMTRiMTY=
9
+ MjhiZWZhOTg0N2RkMDUxMmRhNTU1Y2M2ZWI0ZmNhZGI5NTRlOGE2Y2ZjZDhj
10
+ MmU0ODEwOGIzMmViNGNmN2UyMWViNzlkOTFjMmQ0YzcyMjQ2NDk5YWRjZTQw
11
+ YTgxYTk1ZDJhNDRhZTk1MGJlMjM1OWVkZThhMzJhMDU4MWUwMDI=
12
12
  data.tar.gz: !binary |-
13
- Y2U0MGU3MmFlMTc2NDBkYTIwNmQ2NzUyYjBiMGUwNzMwNGM5NDhhZjJjNTIy
14
- NmVlMDI3MDcyZjI1YjgyZDIwYzI3OGZmYmI3MWQxYjRmNDA5MDE1ODIxYzJl
15
- OWZlOTkwZTEyZDZhZGQ3MTJhYWU5ZTZhMmQyY2QxNDc3OWViN2Y=
13
+ NWE2N2ViMDgwMmIzYmFlOTg3MGE1NzA4OWI1MTI2NDA3YmFjMjI4YTJlMjFi
14
+ OWVkMWEyMjUzYzk5MzNiM2IxZTc5YmNkODA4NzdmNzRjMjgzMTg3NDIyNzgx
15
+ MWQ3MThlMTNiNjI3MTBiMjg0MmM2NDIxOGVmMTQ3NzhmMDk5OTU=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
data/lib/grape-dsl/doc.rb CHANGED
@@ -331,8 +331,10 @@ module Grape
331
331
  # description
332
332
  begin
333
333
  args[:desc_files].each do |extra_desc_file_path|
334
- write_out_array.push "#{sheader}#{extra_desc_file_path.split(File::Separator).last.split('.')[0].camelcase}\n\n"
335
- write_out_array.push " "+File.open(extra_desc_file_path,"r").read
334
+
335
+ write_out_array.push "#{sheader}#{extra_desc_file_path.split(File::Separator).last.split('.')[0].camelcase}\n"
336
+ write_out_array.push " "+File.open(extra_desc_file_path,"r").read+"\n"
337
+
336
338
  end
337
339
  end
338
340
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi