ticketutils 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/lib/ticketutils/base.rb +1 -1
- data/ticketutils.gemspec +9 -9
- metadata +8 -9
data/Rakefile
CHANGED
@@ -7,9 +7,9 @@ begin
|
|
7
7
|
gem.name = "ticketutils"
|
8
8
|
gem.summary = %Q{TicketUtils.com client using their API}
|
9
9
|
gem.description = %Q{TicketUtils.com client for using thier API}
|
10
|
-
gem.email = "
|
11
|
-
gem.homepage = "http://github.com/
|
12
|
-
gem.authors = ["Adam Fortuna"]
|
10
|
+
gem.email = "spike@ticketevolution.com"
|
11
|
+
gem.homepage = "http://github.com/ticketevolution/ticketutils"
|
12
|
+
gem.authors = ["Spike Grobstein", "Adam Fortuna"]
|
13
13
|
|
14
14
|
gem.add_development_dependency 'rspec'
|
15
15
|
gem.add_development_dependency 'vcr', '~> 1.10'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/lib/ticketutils/base.rb
CHANGED
data/ticketutils.gemspec
CHANGED
@@ -4,14 +4,14 @@
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
|
-
s.name =
|
8
|
-
s.version = "0.1.
|
7
|
+
s.name = "ticketutils"
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Adam Fortuna"]
|
12
|
-
s.date =
|
13
|
-
s.description =
|
14
|
-
s.email =
|
11
|
+
s.authors = ["Spike Grobstein", "Adam Fortuna"]
|
12
|
+
s.date = "2012-02-09"
|
13
|
+
s.description = "TicketUtils.com client for using thier API"
|
14
|
+
s.email = "spike@ticketevolution.com"
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
17
|
"README.md"
|
@@ -43,10 +43,10 @@ Gem::Specification.new do |s|
|
|
43
43
|
"spec/ticketutils/venue_spec.rb",
|
44
44
|
"ticketutils.gemspec"
|
45
45
|
]
|
46
|
-
s.homepage =
|
46
|
+
s.homepage = "http://github.com/ticketevolution/ticketutils"
|
47
47
|
s.require_paths = ["lib"]
|
48
|
-
s.rubygems_version =
|
49
|
-
s.summary =
|
48
|
+
s.rubygems_version = "1.8.15"
|
49
|
+
s.summary = "TicketUtils.com client using their API"
|
50
50
|
|
51
51
|
if s.respond_to? :specification_version then
|
52
52
|
s.specification_version = 3
|
metadata
CHANGED
@@ -1,22 +1,22 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ticketutils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
+
- Spike Grobstein
|
13
14
|
- Adam Fortuna
|
14
15
|
autorequire:
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date:
|
19
|
-
default_executable:
|
19
|
+
date: 2012-02-09 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rspec
|
@@ -90,7 +90,7 @@ dependencies:
|
|
90
90
|
type: :runtime
|
91
91
|
version_requirements: *id005
|
92
92
|
description: TicketUtils.com client for using thier API
|
93
|
-
email:
|
93
|
+
email: spike@ticketevolution.com
|
94
94
|
executables: []
|
95
95
|
|
96
96
|
extensions: []
|
@@ -124,8 +124,7 @@ files:
|
|
124
124
|
- spec/ticketutils/seating_chart_spec.rb
|
125
125
|
- spec/ticketutils/venue_spec.rb
|
126
126
|
- ticketutils.gemspec
|
127
|
-
|
128
|
-
homepage: http://github.com/adamfortuna/ticketutils
|
127
|
+
homepage: http://github.com/ticketevolution/ticketutils
|
129
128
|
licenses: []
|
130
129
|
|
131
130
|
post_install_message:
|
@@ -154,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
153
|
requirements: []
|
155
154
|
|
156
155
|
rubyforge_project:
|
157
|
-
rubygems_version: 1.
|
156
|
+
rubygems_version: 1.8.5
|
158
157
|
signing_key:
|
159
158
|
specification_version: 3
|
160
159
|
summary: TicketUtils.com client using their API
|