ticketmaster-bugzilla 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -12,6 +12,7 @@ module TicketMaster::Provider
12
12
  unless object.is_a? Hash
13
13
  hash = {:product_id => object.product_id,
14
14
  :id => object.id,
15
+ :project_id => object.product_id,
15
16
  :component_id => object.component_id,
16
17
  :summary => object.summary,
17
18
  :title => object.summary,
@@ -23,6 +24,7 @@ module TicketMaster::Provider
23
24
  :alias => object.alias,
24
25
  :qa_contact => object.qa_contact,
25
26
  :assignee => object.qa_contact,
27
+ :requestor => object.qa_contact,
26
28
  :status => object.status,
27
29
  :target_milestone => object.target_milestone,
28
30
  :severity => object.severity,
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ticketmaster-bugzilla}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rafael George"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticketmaster-bugzilla
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rafael George