abak-flow 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,7 +71,7 @@ module Abak::Flow
71
71
  base = Branch.new(options.base || head.pick_up_base_name, m)
72
72
 
73
73
  title = options.title || head.pick_up_title
74
- body = options.body || head.pickup_up_body
74
+ body = options.body || head.pick_up_body
75
75
 
76
76
  p = PullRequest.new({base: base, head: head, title: title, body: body}, m)
77
77
 
@@ -1,5 +1,5 @@
1
1
  module Abak
2
2
  module Flow
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: abak-flow
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.2
5
+ version: 1.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Strech (aka Sergey Fedorov)
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-10 00:00:00.000000000 Z
12
+ date: 2014-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit
@@ -137,7 +137,6 @@ files:
137
137
  - Gemfile
138
138
  - README.md
139
139
  - Rakefile
140
- - VERSION
141
140
  - abak-flow.gemspec
142
141
  - bin/request
143
142
  - lib/abak-flow.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.0