origen 0.13.0 → 0.20.0
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 +4 -4
- data/config/version.rb +1 -1
- data/templates/nanoc/layouts/bootstrap.html.erb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68ed5eaee4af626834f360b0538f3967c4f7c657
|
|
4
|
+
data.tar.gz: dcf274358e4098b963f7db33a9bbde7c66d722d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b6197d410be7ec0da6555ca7d9a8e1e74907f43150c9f628f770df73057e1aabf334e919a2ebb1828ac4f20b650fd25a3255da0eac678cab7c5fd03f5f02ec8
|
|
7
|
+
data.tar.gz: 76cb127575eb35f3d435548138721008c2358fde59aac7f2ca7eb75d918b1b5d82e59af81c9a4071701eb8ce8b5fdc492cb482f789b83f20a929bad676ab114d
|
data/config/version.rb
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<p class="pull-left text-muted">
|
|
105
105
|
Generated with the <a href="http://origen-sdk.org">Origen Semiconductor Developer's Kit</a>
|
|
106
106
|
</p>
|
|
107
|
-
<p class="pull-right text-muted">Origen is released under the terms of the <a href="
|
|
107
|
+
<p class="pull-right text-muted">Origen is released under the terms of the <a href="https://choosealicense.com/licenses/mit/">MIT license</a></p>
|
|
108
108
|
</div>
|
|
109
109
|
</footer>
|
|
110
110
|
<!-- Bootstrap core JavaScript
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen McGinty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -583,7 +583,7 @@ files:
|
|
|
583
583
|
- templates/time/rules.rb.erb
|
|
584
584
|
homepage: http://origen-sdk.org
|
|
585
585
|
licenses:
|
|
586
|
-
-
|
|
586
|
+
- MIT
|
|
587
587
|
metadata: {}
|
|
588
588
|
post_install_message:
|
|
589
589
|
rdoc_options: []
|