ticketmaster-jira 0.0.1 → 0.0.2

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,5 +1,5 @@
1
1
  class TicketMaster
2
2
  module Jira
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
- end
5
+ end
@@ -51,7 +51,11 @@ module TicketMaster::Provider
51
51
  end
52
52
 
53
53
  def comments(*options)
54
- Comment.find(self.project_id, self.ticket_id, options)
54
+ []
55
+ end
56
+
57
+ def comment(*options)
58
+ nil
55
59
  end
56
60
 
57
61
  private
@@ -31,6 +31,7 @@ describe "TicketMaster::Provider::Jira::Comment" do
31
31
  end
32
32
 
33
33
  it "should be able to load all comments" do
34
+ pending
34
35
  @ticket.comments.should be_an_instance_of(Array)
35
36
  @ticket.comments.first.should be_an_instance_of(@klass)
36
37
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticketmaster-jira
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Charles Lowell
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-17 00:00:00 -04:00
18
+ date: 2011-05-18 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency