loljira 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/loljira +1 -1
  2. metadata +1 -1
@@ -54,7 +54,7 @@ issue = jira.create_issue({'summary'=> message.summary,
54
54
  jira.add_issue_to_sprint issue.key, jira.first_open_sprint( JIRA_SPRINT_ID ).id
55
55
 
56
56
  file = File.open FPATH, "w+"
57
- file.write message.without_fields_s( "fixes ##{issue.key}" )
57
+ file.write message.without_fields_s( "fixes #{issue.key}" )
58
58
  file.close
59
59
  puts "Issue ##{issue.key} Created!"
60
60
  exit 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loljira
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: