trackinator 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Trackinator
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -35,7 +35,7 @@ module Trackinator
35
35
 
36
36
  def update_ticket issue_id, data
37
37
  success = set_platform(issue_id, data['platform'])
38
- success ? (success = set_summary_and_description(issue_id, data['summary'], data['description'])) : (return success)
38
+ #success ? (success = set_summary_and_description(issue_id, data['summary'], data['description'])) : (return success)
39
39
  success ? (success = set_type(issue_id, data['type'])) : (return success)
40
40
  success ? (success = set_import_identifier(issue_id, "#{data['project']}-#{data['id']}")) : (return success)
41
41
  success ? (success = set_design_reference(issue_id, "#{data['references']}")) : (return success) unless data['references'].nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: