pivo_flow 0.4.5 → 0.4.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ if File.exists?(story_path)
8
8
  unless commit_msg.include?($1) or commit_msg =~ /Merge branch/
9
9
  File.open(ARGV[0], 'w') do |file|
10
10
  file.print commit_msg
11
- file.print "[##{$1}]"
11
+ file.print "[##{story_id}]"
12
12
  end
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module PivoFlow
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivo_flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.5.1
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: 2012-10-22 00:00:00.000000000 Z
12
+ date: 2012-10-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pivotal-tracker
@@ -218,3 +218,4 @@ test_files:
218
218
  - spec/pivo_flow/vcr_cassettes/pivotal_fetch_project_not_found.yml
219
219
  - spec/pivo_flow/vcr_cassettes/pivotal_fetch_project_unauthorized.yml
220
220
  - spec/spec_helper.rb
221
+ has_rdoc: