sdoc_live 0.1.1 → 0.1.3

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: b866a6cf797bf745f37c131a7fc927a79b18e51ea081570bd827f53ad63cdce3
4
- data.tar.gz: 61b5d7618967bfce752ac4b918d215e922860acaab5f6db255c808102274b4dd
3
+ metadata.gz: ba7b452e23c16da84b80cdce56e7a45ab4665d8b09d5eb92f03602784a5baa55
4
+ data.tar.gz: af37447e9b71a5aacfadcf91f199b92c06f798c2e532761ccd1383b21b7387ea
5
5
  SHA512:
6
- metadata.gz: 04f1cbacd78368ade3c108f67b62bcd5bff0bfa749ded5dbdcd74f63d6ea7331ca611e0034e1950fa47b0f4c234e23ac8b85319ddf891eb88984dd68e9e9602f
7
- data.tar.gz: 4e8eb11a5e79ef8f0017c9e7226d34919fc498548b042415b2a5806cfdecebc1607191c48871f8d8bdc93327ec10b738e4259d2426c7b41dcba91cff0e0b674e
6
+ metadata.gz: f1560123ac40068f90cb935a06ee89bc3b094296e85f58f2376d0b0622a6de5e35221ea8ae97f8e071fdfa5094190ad5b38a026918a227ff5a65c84ffa46cd78
7
+ data.tar.gz: 8c3cc44177b286805866be0f3b02fc240898bc1a9ec06d8aacc9dd2c3fb75e096243d5deed9c796b846da8f0f6f7f3b3900f3f89d8748a06320ae7295997311c
data/README.md CHANGED
@@ -32,7 +32,7 @@ Add to your `config/puma.rb`:
32
32
 
33
33
  ```ruby
34
34
  if ENV.fetch("RAILS_ENV", "development") == "development"
35
- plugin :sdoc
35
+ plugin :sdoc_live
36
36
  end
37
37
  ```
38
38
 
@@ -71,7 +71,7 @@ SdocLive.configure do |config|
71
71
 
72
72
  # Additional RDoc options passed to the SDoc generator
73
73
  # config.rdoc_options = ["--all", "--hyperlink-all"]
74
- end
74
+ end if defined?(SdocLive)
75
75
  ```
76
76
 
77
77
  ## How It Works
@@ -1,6 +1,6 @@
1
1
  require "puma/plugin"
2
2
 
3
- class Sdoc
3
+ class SdocLive
4
4
  end
5
5
 
6
6
  Puma::Plugin.create do
@@ -1,5 +1,5 @@
1
1
  module SdocLive
2
2
 
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.3"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc_live
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 16554289+optimuspwnius@users.noreply.github.com
@@ -90,7 +90,7 @@ extra_rdoc_files: []
90
90
  files:
91
91
  - LICENSE.txt
92
92
  - README.md
93
- - lib/puma/plugin/sdoc.rb
93
+ - lib/puma/plugin/sdoc_live.rb
94
94
  - lib/sdoc_live.rb
95
95
  - lib/sdoc_live/engine.rb
96
96
  - lib/sdoc_live/generator.rb