prmd 0.11.6 → 0.11.7

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: 382cca8acd578ca9372e0ae527a3032915a4b7e6
4
- data.tar.gz: a4a2f4564bf47f90b475a8f071b66cc8252c6885
3
+ metadata.gz: f9ac27c6129dfe2b17ef92cd44264f14feb0d126
4
+ data.tar.gz: 0ffd8b40bb43dc5749cd1e9649abca412e95210a
5
5
  SHA512:
6
- metadata.gz: 4cecc9d5dae594dfd46d6a55e993e0ddacc5322c16d8e716d19b752728b791e4be11cc0452b717054bb6151f9f97171c64438d4d5ea0c4a5511a85469b13708a
7
- data.tar.gz: f435899ff6b18fb6d10ed74cf230d5ace4c25a429e6367ed6913b4880fc303c28a1141e43af44a24b78f5cba5cb89844fdabecb9bc3e31d945c3faec3798a580
6
+ metadata.gz: 5ef3d4c09e8b5d2828557a038f6c5f5a96209f7ad19029324398978c5b83ef8eb4aa95c688222b43290f26fe8f59bb86fe90b49dadd55b355fe5bdbd8299cce6
7
+ data.tar.gz: 63cdeffd4bb5cf29d718e9d771af3b29bdc30646b20630fa38c3edc1f933f93a6db5ae997d0d6c3277cc871069169502e2f60418a4b3a9c120fa9729dfa972f8
@@ -1,10 +1,13 @@
1
1
  * Adel Qalieh <aqalieh95@gmail.com>
2
2
  * Alex Fedorov <alexey.fedorov@wimdu.com>
3
3
  * Alex Sergeyev <alex.sergeyev@gmail.com>
4
+ * Alex Sulim <hello@sul.im>
4
5
  * Alexey Fedorov <waterlink000@gmail.com>
5
6
  * Arnold <arnoldcano@yahoo.com>
7
+ * Blake Visin <blake@oybro.com>
6
8
  * Brandur <brandur@heroku.com>
7
9
  * Brandur <brandur@mutelight.org>
10
+ * Brian McManus <bdmac97@gmail.com>
8
11
  * Camilo Aguilar <camilo.aguilar@gmail.com>
9
12
  * Cesar Andreu <cesarandreu@gmail.com>
10
13
  * Chris Continanza <christopher.continanza@gmail.com>
@@ -14,25 +17,36 @@
14
17
  * Dominik Honnef <dominik@honnef.co>
15
18
  * Eric J. Holmes <eric@ejholmes.net>
16
19
  * Ernesto Jiménez <me@ernesto-jimenez.com>
20
+ * Glenn Goodrich <glenn.goodrich@gmail.com>
17
21
  * Guillaume Coderre <guillaume.coderre@bookwitty.com>
22
+ * Harry Maclean <harrymaclean@gocardless.com>
18
23
  * Jason Rudolph <github@jasonrudolph.com>
19
24
  * Juan Pablo Buritica <juanpablo@buritica.org>
20
25
  * Justin Halsall <justin@juice10.com>
21
26
  * Kousuke Ebihara <Kosuke_Ebihara@voyagegroup.com>
22
27
  * Kousuke Ebihara <kousuke@co3k.org>
28
+ * Kyle Rames <kyle@shopkeep.com>
23
29
  * Lucas Carvalho <lucas.carvalho@corp.globo.com>
24
30
  * Mark McGranaghan <mmcgrana@gmail.com>
25
31
  * Martin Seeler <developer@chasmo.de>
32
+ * Masaya Myojin <m.myojin0425@gmail.com>
33
+ * Mathias Jean Johansen <mathias@mjj.io>
26
34
  * Matt Gauger <matt.gauger@gmail.com>
27
35
  * Matthew Conway <himself@mattonrails.com>
28
36
  * Matthew Tylee Atkinson <matatk@gmail.com>
37
+ * Michael Sauter <michael.sauter@experteer.com>
38
+ * Nate Smith <nwjsmith@gmail.com>
29
39
  * Nikolay Markov <mainameiz@gmail.com>
30
40
  * Olivier Lance <olance@users.noreply.github.com>
41
+ * Reese <reese@shinymayhem.com>
42
+ * Reese Wilson <reese@shinymayhem.com>
31
43
  * Scott Clasen <scott@heroku.com>
44
+ * Scott Moak <scott.moak@mybrainoncode.com>
32
45
  * Takehiro Adachi <takehiro0740@gmail.com>
33
46
  * Timothée Peignier <timothee.peignier@tryphon.org>
34
47
  * Wesley Beary <geemus+github@gmail.com>
35
48
  * Wesley Beary <geemus@gmail.com>
36
49
  * Willem Dekker <wdekker@gmail.com>
37
50
  * Zack Shapiro <zack.shapiro@kontagent.com>
38
- * geemus <geemus@gmail.com>
51
+ * geemus <geemus@gmail.com>
52
+ * yuemori <yuemori@aiming-inc.com>
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2013-2014 [CONTRIBUTORS.md](https://github.com/heroku/prmd/blob/master/CONTRIBUTORS.md)
3
+ Copyright (c) 2013-2016 [CONTRIBUTORS.md](https://github.com/interagent/prmd/blob/master/CONTRIBUTORS.md)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
@@ -51,7 +51,7 @@ module Prmd
51
51
  # Defines the rake task
52
52
  # @return [void]
53
53
  def define
54
- desc 'Combine schemas' unless Rake.application.last_comment
54
+ desc 'Combine schemas' unless Rake.application.last_description
55
55
  task(name) do
56
56
  result = Prmd.combine(paths, options)
57
57
  if output_file
@@ -73,7 +73,7 @@ module Prmd
73
73
  # Defines the rake task
74
74
  # @return [void]
75
75
  def define
76
- desc 'Generate documentation' unless Rake.application.last_comment
76
+ desc 'Generate documentation' unless Rake.application.last_description
77
77
  task(name) do
78
78
  if files.is_a?(Hash)
79
79
  files.each do |infile, outfile|
@@ -58,7 +58,7 @@ module Prmd
58
58
  # Defines the rake task
59
59
  # @return [void]
60
60
  def define
61
- desc 'Verify schemas' unless Rake.application.last_comment
61
+ desc 'Verify schemas' unless Rake.application.last_description
62
62
  task(name) do
63
63
  all_errors = []
64
64
  files.each do |filename|
@@ -2,7 +2,7 @@
2
2
  module Prmd
3
3
  # Well, duh, its a Version module, what did you expect?
4
4
  module Version
5
- MAJOR, MINOR, TEENY, PATCH = 0, 11, 6, nil
5
+ MAJOR, MINOR, TEENY, PATCH = 0, 11, 7, nil
6
6
  # version string
7
7
  # @return [String]
8
8
  STRING = [MAJOR, MINOR, TEENY, PATCH].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.6
4
+ version: 0.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - geemus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-09 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erubis