buildar 0.0.2.1 → 0.0.2.2

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/rakefile.rb +8 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2.1
1
+ 0.0.2.2
@@ -113,7 +113,14 @@ task :publish => [:verify_publish_credentials] do
113
113
  }
114
114
  end
115
115
 
116
- task :release => [:build, :tag, :publish]
116
+ task :gitpush do
117
+ # may prompt
118
+ sh "git push origin"
119
+ # this kills the automation
120
+ # consider a timeout?
121
+ end
122
+
123
+ task :release => [:build, :tag, :publish, :gitpush]
117
124
  task :release_patch => [:bump_patch, :release]
118
125
  task :release_minor => [:bump_minor, :release]
119
126
  task :release_major => [:bump_major, :release]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.1
4
+ version: 0.0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: