git_pretty_accept 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ ## 0.1.2 - 2013-11-14
2
+
3
+ * Force delete local pull request branch if it's been rebased.
4
+
5
+ ## 0.1.1 - 2013-11-13
6
+
7
+ * Fix: app cannot find VERSION.
8
+
9
+ ## 0.1.0 - 2013-11-12
10
+
11
+ * Initial release.
@@ -16,7 +16,7 @@ module GitPrettyAccept
16
16
  "git checkout #{source_branch}",
17
17
  "git merge --no-ff #{options[:edit] ? '--edit' : '--no-edit'} #{branch}",
18
18
  "git push",
19
- "git branch -d #{branch}",
19
+ "git branch -D #{branch}",
20
20
  "git push origin :#{branch}"
21
21
  ]
22
22
 
@@ -1,3 +1,3 @@
1
1
  module GitPrettyAccept
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_pretty_accept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-13 00:00:00.000000000 Z
12
+ date: 2013-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -150,6 +150,7 @@ extensions: []
150
150
  extra_rdoc_files: []
151
151
  files:
152
152
  - .gitignore
153
+ - CHANGELOG.markdown
153
154
  - Gemfile
154
155
  - LICENSE.txt
155
156
  - README.md
@@ -172,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
173
  requirements:
173
174
  - - ! '>='
174
175
  - !ruby/object:Gem::Version
175
- hash: 673706961
176
+ hash: 150844083
176
177
  version: '0'
177
178
  segments:
178
179
  - 0
@@ -181,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
182
  requirements:
182
183
  - - ! '>='
183
184
  - !ruby/object:Gem::Version
184
- hash: 673706961
185
+ hash: 150844083
185
186
  version: '0'
186
187
  segments:
187
188
  - 0