crackin 0.1.1.alpha1 → 0.1.1.alpha2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ### Changelog
2
2
 
3
+ ##### v0.1.1.alpha2:
4
+ * push defaults to origin/master. override this to default to current branch
5
+
3
6
  ##### v0.1.1.alpha1:
4
7
  * deleting a branch forces us to change to master, so change back to development after delete
5
8
 
@@ -73,8 +73,8 @@ module Crackin
73
73
  @git.pull
74
74
  end
75
75
 
76
- def push
77
- @git.push
76
+ def push(remote=@git.remote, branch=current_branch)
77
+ @git.push(remote, branch)
78
78
  end
79
79
 
80
80
  def push_tags(remote=@git.remote, branch=current_branch)
@@ -3,7 +3,7 @@ module Crackin
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  TINY = 1
6
- TAG = 'alpha1'
6
+ TAG = 'alpha2'
7
7
  LIST = [MAJOR, MINOR, TINY, TAG]
8
8
  STRING = LIST.compact.join(".")
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crackin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.alpha1
4
+ version: 0.1.1.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 1076477544266315283
139
+ hash: -3393631693237252960
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements: