ticketmaster-codaset 0.1.4 → 0.1.5
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/ticketmaster-codaset.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -13,7 +13,7 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "ticketmaster-codaset"
|
|
16
|
-
gem.homepage = "http://
|
|
16
|
+
gem.homepage = "http://ticketrb.com"
|
|
17
17
|
gem.summary = %Q{This is a ticketmaster provider for interacting with Codaset}
|
|
18
18
|
gem.description = %Q{Allows ticketmaster to interact with Codaset.}
|
|
19
19
|
gem.email = "ana@hybridgroup.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ticketmaster-codaset}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["HybridGroup"]
|
|
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
"spec/tickets_spec.rb",
|
|
51
51
|
"ticketmaster-codaset.gemspec"
|
|
52
52
|
]
|
|
53
|
-
s.homepage = %q{http://
|
|
53
|
+
s.homepage = %q{http://ticketrb.com}
|
|
54
54
|
s.require_paths = ["lib"]
|
|
55
55
|
s.rubygems_version = %q{1.6.2}
|
|
56
56
|
s.summary = %q{This is a ticketmaster provider for interacting with Codaset}
|
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: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.1.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- HybridGroup
|
|
@@ -185,7 +185,7 @@ files:
|
|
|
185
185
|
- spec/tickets_spec.rb
|
|
186
186
|
- ticketmaster-codaset.gemspec
|
|
187
187
|
has_rdoc: true
|
|
188
|
-
homepage: http://
|
|
188
|
+
homepage: http://ticketrb.com
|
|
189
189
|
licenses: []
|
|
190
190
|
|
|
191
191
|
post_install_message:
|