ticketmaster-codaset 0.1.5 → 0.1.6
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 +3 -2
- data/VERSION +1 -1
- data/ticketmaster-codaset.gemspec +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -5,6 +5,7 @@ This is a provider for [ticketmaster](http://ticketrb.com). It provides interope
|
|
|
5
5
|
# Usage and Examples
|
|
6
6
|
|
|
7
7
|
First we have to instantiate a new ticketmaster instance:
|
|
8
|
+
|
|
8
9
|
codaset = TicketMaster.new(:codaset, {:username => "foo", :password => "bar", :client_id => "your_client_id", :client_secret => "your_client_secret"})
|
|
9
10
|
|
|
10
11
|
If you do not pass in username, password, client id and client secret you won't get any information.
|
|
@@ -26,7 +27,7 @@ You can find your own projects by doing:
|
|
|
26
27
|
|
|
27
28
|
ticket = project.ticket!({:title=> "New ticket", :description=> "Body for the very new ticket"})
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
== Update a ticket
|
|
30
31
|
|
|
31
32
|
ticket.title = "New title"
|
|
32
33
|
ticket.description = "New Description"
|
|
@@ -60,4 +61,4 @@ If you see or find any issues, feel free to open up an issue report.
|
|
|
60
61
|
|
|
61
62
|
## Copyright
|
|
62
63
|
|
|
63
|
-
Copyright (c)
|
|
64
|
+
Copyright (c) 2011 [Hybrid Group](http://hybridgroup.com). See LICENSE for details.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ticketmaster-codaset
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.1.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- HybridGroup
|