jironimo 0.6.0 → 0.7.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/application.rb +1 -0
- data/config/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60f329012ea60474b5efb8f44b8dc05f9f86ab76
|
|
4
|
+
data.tar.gz: ad9eb8df16a502c1d02b7430191e5697ca7e7843
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cef8b555d19646fc9ad189614754a5be59ca8e8168764242787756c52553d2bbf5e81794e7331664599abe63a9ea771eea16ec63cfc92859def7b5579cefddfb
|
|
7
|
+
data.tar.gz: 08504393fd0dcb7ac7141fa693da28fc5d2d6aa7b6bc49e2f4c494616407dfc57d1cf20d88c6e821d868cec9cb4e38667548cdf07b21dda7943aa42e22097e3b
|
data/config/application.rb
CHANGED
|
@@ -12,6 +12,7 @@ class JironimoApplication < Origen::Application
|
|
|
12
12
|
|
|
13
13
|
config.web_directory = "git@github.com:Origen-SDK/Origen-SDK.github.io.git/jironimo"
|
|
14
14
|
config.web_domain = "http://origen-sdk.org/jironimo"
|
|
15
|
+
config.rc_tag_prepend_v = false
|
|
15
16
|
|
|
16
17
|
# When false Origen will be less strict about checking for some common coding errors,
|
|
17
18
|
# it is recommended that you leave this to true for better feedback and easier debug.
|
data/config/version.rb
CHANGED