doc/strongdm_gemspec.html in strongdm-1.0.0 vs doc/strongdm_gemspec.html in strongdm-1.0.1
- old
+ new
@@ -6,20 +6,25 @@
<title>strongdm.gemspec - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
+ var index_rel_prefix = "./";
</script>
-<script src="./js/jquery.js"></script>
-<script src="./js/darkfish.js"></script>
+<script src="./js/navigation.js" defer></script>
+<script src="./js/search.js" defer></script>
+<script src="./js/search_index.js" defer></script>
+<script src="./js/searcher.js" defer></script>
+<script src="./js/darkfish.js" defer></script>
<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/rdoc.css" rel="stylesheet">
+
<body id="top" role="document" class="file">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
@@ -66,10 +71,14 @@
<li><a href="./examples/Gemfile_lock.html">Gemfile.lock</a>
<li><a href="./examples/README_md.html">README</a>
+ <li><a href="./examples/okta-sync/Gemfile.html">Gemfile</a>
+
+ <li><a href="./examples/okta-sync/Gemfile_lock.html">Gemfile.lock</a>
+
<li><a href="./lib/version.html">version</a>
<li><a href="./strongdm_gemspec.html">strongdm.gemspec</a>
</ul>
@@ -98,20 +107,21 @@
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">"grpc"</span>, <span class="ruby-string">"~> 1.27.0"</span>, <span class="ruby-string">">= 1.27.0"</span>
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">"grpc-tools"</span>, <span class="ruby-string">"~> 1.27.0"</span>, <span class="ruby-string">">= 1.27.0"</span>
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_runtime_dependency</span> <span class="ruby-string">"openssl"</span>, <span class="ruby-string">"~> 2.1.2"</span>, <span class="ruby-string">">= 2.1.2"</span>
-<span class="ruby-identifier">s</span>.<span class="ruby-identifier">files</span> = <span class="ruby-node">%x`git ls-files | grep -v "strongdm-#{SDM::VERSION}.gem"`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">"\n"</span>)
+<span class="ruby-identifier">s</span>.<span class="ruby-identifier">files</span> = <span class="ruby-node">`git ls-files | grep -v "strongdm-#{SDM::VERSION}.gem"`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">"\n"</span>)
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">require_path</span> = <span class="ruby-string">'lib'</span>
</pre>
<p>end</p>
+
</main>
<footer id="validator-badges" role="contentinfo">
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>