origen 0.7.29 → 0.7.30
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/lib/origen/application/release.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: 904f4e3e176b378153d0896091c96141efe8db9b
|
|
4
|
+
data.tar.gz: 2b109b80da43f30c5fe7ad5392d9d786d8f363bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 371591c1757843f94b893f9ca92024ea91b2082ff87fc7fc342cdb68f5df09a1690282ac1dd149c9abbe3b4fd8fb07d800d2fa8ba31cc93fe0e2da27b5d3ee18
|
|
7
|
+
data.tar.gz: d962647d9af2ec1bd0298bbaef0967c7521b1286ec6a96a951f4b6ea2ba07c616c7c058c905bbfa99887fc3c3f759518d6d1382ebfbd4cdba3c5518023594e4c
|
data/config/version.rb
CHANGED
|
@@ -63,7 +63,7 @@ Your workspace has local modifications that are preventing the requested action
|
|
|
63
63
|
listener.before_release_tag(tag, note, type, selector, options)
|
|
64
64
|
end
|
|
65
65
|
puts "Tagging workspace, this could take a few minutes, don't interrupt..."
|
|
66
|
-
Origen.app.rc.checkin("#{version_file} #{history_file} Gemfile.lock", force: true, comment: 'Updated app version and history')
|
|
66
|
+
Origen.app.rc.checkin("#{version_file} #{history_file} #{File.join(Origen.root, 'Gemfile.lock')}", force: true, comment: 'Updated app version and history')
|
|
67
67
|
workspace_dirs.each do |wdir|
|
|
68
68
|
Origen.app.rc.tag tag
|
|
69
69
|
end
|