origen_swd 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/application.rb +2 -2
- 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: 5758daffc152da5dfff5123298287008045cab8d
|
4
|
+
data.tar.gz: 85b5b4416dcd0afa900ac4cdcc011bb2d23613a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5648b403be6844e039f81c007f597d7ddeaf3333464c58377b97956c077e466d66298456fc5e769ce7223ad3ef0574941490c28527b0d194d79dffffa32c92a3
|
7
|
+
data.tar.gz: 9b86e4ea7901ce8b5647955e2c85bc4cb4f165453e356aff561d590af6752c27bca4b428f62cab95bbf22831cb559141dcaafdb3c2049d8f9ad409bf99eae0aa
|
data/config/application.rb
CHANGED
@@ -7,12 +7,12 @@ class OrigenSWDApplication < Origen::Application
|
|
7
7
|
|
8
8
|
self.name = "origen_swd"
|
9
9
|
self.namespace = "OrigenSWD"
|
10
|
-
config.rc_url = "git@github.com
|
10
|
+
config.rc_url = "git@github.com:Origen-SDK/origen_swd.git"
|
11
11
|
config.release_externally = true
|
12
12
|
|
13
13
|
# To enable deployment of your documentation to a web server (via the 'origen web'
|
14
14
|
# command) fill in these attributes.
|
15
|
-
config.web_directory = "git@github.com
|
15
|
+
config.web_directory = "git@github.com:Origen-SDK/Origen-SDK.github.io.git/swd"
|
16
16
|
config.web_domain = "http://origen-sdk.org/swd"
|
17
17
|
|
18
18
|
config.semantically_version = true
|
data/config/version.rb
CHANGED