ticketmaster-basecamp 0.2.7 → 0.2.8

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.
data/README.md CHANGED
@@ -41,6 +41,10 @@ Since basecamp does not have the conventional "tickets", ticketmaster-basecamp c
41
41
 
42
42
  For more usage information, see (ticketmaster)[http://github.com/hybridgroup/ticketmaster]. This provider should implement all the ticketmaster functionality. If it does not, please notify us.
43
43
 
44
+ ## Constributions
45
+
46
+ * Kir Shatrov[https://github.com/kirs]
47
+
44
48
  Thanks for using ticketmaster!
45
49
 
46
50
  == Note on Patches/Pull Requests
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.7
1
+ 0.2.8
@@ -164,6 +164,8 @@ class BasecampAPI
164
164
  end
165
165
 
166
166
  class Resource < ActiveResource::Base #:nodoc:
167
+ self.format = ActiveResource::Formats::XmlFormat # for 3.1 capability
168
+
167
169
  class << self
168
170
  def parent_resources(*parents)
169
171
  @parent_resources = parents
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ticketmaster-basecamp}
8
- s.version = "0.2.7"
8
+ s.version = "0.2.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["HybridGroup"]
12
- s.date = %q{2011-07-11}
12
+ s.date = %q{2011-09-27}
13
13
  s.description = %q{This gem provides an interface to basecamp through the ticketmaster gem}
14
14
  s.email = %q{hong.quach@abigfisch.com}
15
15
  s.extra_rdoc_files = [
@@ -50,13 +50,6 @@ Gem::Specification.new do |s|
50
50
  s.require_paths = ["lib"]
51
51
  s.rubygems_version = %q{1.3.7}
52
52
  s.summary = %q{The basecamp provider for ticketmaster}
53
- s.test_files = [
54
- "spec/comments_spec.rb",
55
- "spec/projects_spec.rb",
56
- "spec/spec_helper.rb",
57
- "spec/ticketmaster-basecamp_spec.rb",
58
- "spec/tickets_spec.rb"
59
- ]
60
53
 
61
54
  if s.respond_to? :specification_version then
62
55
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticketmaster-basecamp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - HybridGroup
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-11 00:00:00 -04:00
18
+ date: 2011-09-27 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -122,9 +122,5 @@ rubygems_version: 1.3.7
122
122
  signing_key:
123
123
  specification_version: 3
124
124
  summary: The basecamp provider for ticketmaster
125
- test_files:
126
- - spec/comments_spec.rb
127
- - spec/projects_spec.rb
128
- - spec/spec_helper.rb
129
- - spec/ticketmaster-basecamp_spec.rb
130
- - spec/tickets_spec.rb
125
+ test_files: []
126
+