yard-api-slatelike 0.1.1 → 0.1.2

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: 56b1933151987b423ab1b213d7b1ada736fcb5dc
4
- data.tar.gz: 526eae35850041d886bdd92f347540f18b2c38d7
3
+ metadata.gz: 91fb6bf3f82f48e8761a9eef0b0788db8e0abf27
4
+ data.tar.gz: b15544e998ce39063c34bbf67260ce4b1c810d2f
5
5
  SHA512:
6
- metadata.gz: 66fc85fecac59d034086223c7b03ba68cb2857f462c02eb87a5e0674879f21a7d0ca6eeb52b9b8337b474614b4e6cdf1fde839bbd238357cc65dc03c88000212
7
- data.tar.gz: 39f2f1f525c58cdda0ffd457f89613f97399df37742d11bc964733921f9f9bfdab19a4b41632f11e3196907db0f15895be4e57e90b2cfef4950eca52f8057371
6
+ metadata.gz: 0d920c06428da47c248c255a49a8b7e3468b4112966cad9c9068733d3457701e3e4f069fdb4b1d703d31eeb0f5caa1484000cc4825b90691a052f52fea99f543
7
+ data.tar.gz: c603a78b9876e3a8ced0b18c43f0d0843a89e9698f6f58a666eee29ac5f87506dd7d23fd6fc965a40ac54bded852ab1108ca546e5b50717dc68681c801004f01
File without changes
@@ -1,5 +1,5 @@
1
1
  module YARD
2
2
  module APISlateLikePlugin
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -27,9 +27,10 @@ module YARD
27
27
  TEMPLATE_PATH = File.join(%W[#{ROOT} .. templates])
28
28
  end
29
29
 
30
- require 'yard-api-slatelike/version'
31
-
32
30
  module Templates
33
31
  Engine.register_template_path YARD::APISlateLikePlugin::TEMPLATE_PATH
34
32
  end
33
+
34
+ require 'yard-api-slatelike/version'
35
+ require 'yard-api-slatelike/options'
35
36
  end
@@ -0,0 +1,3 @@
1
+ <style>
2
+
3
+ </style>
@@ -14,4 +14,8 @@ def javascripts
14
14
  js/scrollspy.js
15
15
  js/slatelike.js
16
16
  ]
17
+ end
18
+
19
+ def inline_stylesheets
20
+ super + %w[ _styles ]
17
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-api-slatelike
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Amireh
@@ -77,7 +77,9 @@ files:
77
77
  - LICENSE
78
78
  - README.md
79
79
  - lib/yard-api-slatelike.rb
80
+ - lib/yard-api-slatelike/options.rb
80
81
  - lib/yard-api-slatelike/version.rb
82
+ - templates/api/layout/html/_styles.erb
81
83
  - templates/api/layout/html/setup.rb
82
84
  - yard-api-slatelike.gemspec
83
85
  homepage: https://github.com/amireh/yard-api-slatelike