origen 0.7.29 → 0.7.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82e6c45883ec5797c6a69d7af5cbf81a7f0abd30
4
- data.tar.gz: 2e339ab8e5ffdac4e51876008844425f34aba46b
3
+ metadata.gz: 904f4e3e176b378153d0896091c96141efe8db9b
4
+ data.tar.gz: 2b109b80da43f30c5fe7ad5392d9d786d8f363bb
5
5
  SHA512:
6
- metadata.gz: 0c4c01e0b963d8a12816078b9827f6daf6897f0f9cba016e61e8863f698dfaf44d8d539c151b086670f87b17af873253cf7760012155a686d862264ca2586e57
7
- data.tar.gz: b8624abcb510d26731f4e5c9e1ab03b72b85f733cd54f261b0ed695a42647f6de1f5ebe9bcbae0fc7cb15a5e9c7f77895f70b448279a594739dfb9ffcbd63cdc
6
+ metadata.gz: 371591c1757843f94b893f9ca92024ea91b2082ff87fc7fc342cdb68f5df09a1690282ac1dd149c9abbe3b4fd8fb07d800d2fa8ba31cc93fe0e2da27b5d3ee18
7
+ data.tar.gz: d962647d9af2ec1bd0298bbaef0967c7521b1286ec6a96a951f4b6ea2ba07c616c7c058c905bbfa99887fc3c3f759518d6d1382ebfbd4cdba3c5518023594e4c
data/config/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 7
4
- BUGFIX = 29
4
+ BUGFIX = 30
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.29
4
+ version: 0.7.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen McGinty