sdoc_live 0.1.2 → 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: f4770d2843dbc87024c36f53de0113996c507f1f36db1e3226598c894a33b572
4
- data.tar.gz: 0d0f93d361d31f2e47334498a2f0660672a4b8c848d902b2ff16b4f02eb1f9af
3
+ metadata.gz: ba7b452e23c16da84b80cdce56e7a45ab4665d8b09d5eb92f03602784a5baa55
4
+ data.tar.gz: af37447e9b71a5aacfadcf91f199b92c06f798c2e532761ccd1383b21b7387ea
5
5
  SHA512:
6
- metadata.gz: 57b61894564f2d5d577074bd86255d57b24c2467285e52197120b82bf656a6c4c66294aaeeeb2e54656e214f6c58d7de5c734b619315904f7946096b4e714e68
7
- data.tar.gz: d4873ec6319260b21d64178da1a0f758f6fb4becbe34836384c13d778a7bacff7eac36b8caa3e10d8759023aa385316082765cd881ffb242b61fde90d4201813
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
 
@@ -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.2"
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.2
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