tunnel-vmc-plugin 0.2.1.rc2 → 0.2.1.rc3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -30,7 +30,8 @@ namespace :deploy do
30
30
  task :gem do
31
31
  sh "git fetch"
32
32
  sh "git checkout #{last_staging_sha}"
33
- sh "gem release --tag"
33
+ sh "gem release"
34
+ sh "git tag -f v#{VMCTunnel::VERSION}"
34
35
  sh "git tag -f latest-release"
35
36
  sh "git push origin :latest-release"
36
37
  sh "git push origin latest-release"
@@ -1,3 +1,3 @@
1
1
  module VMCTunnel
2
- VERSION = "0.2.1.rc2".freeze
2
+ VERSION = "0.2.1.rc3".freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunnel-vmc-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3441835702
4
+ hash: 68787029
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 1
10
10
  - rc
11
- - 2
12
- version: 0.2.1.rc2
11
+ - 3
12
+ version: 0.2.1.rc3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Alex Suraci