touringplans 0.1.0 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rspec +3 -0
- data/.rubocop.yml +17 -2
- data/.version +1 -1
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +11 -5
- data/Rakefile +3 -7
- data/bin/console +4 -4
- data/lib/routes.yml +802 -0
- data/lib/touringplans/version.rb +1 -1
- data/lib/touringplans.rb +618 -16
- metadata +100 -9
- data/Gemfile.lock +0 -51
- data/touringplans.gemspec +0 -38
metadata
CHANGED
@@ -1,15 +1,91 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: touringplans
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- captproton
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: awesome_print
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.9'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 1.9.2
|
23
|
+
type: :development
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.9'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.9.2
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: pry
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: 0.14.1
|
40
|
+
type: :development
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.14.1
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: rake
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '13.0'
|
54
|
+
type: :development
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '13.0'
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: rubocop
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '1.7'
|
68
|
+
type: :development
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - "~>"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '1.7'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: rspec
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '3.0'
|
82
|
+
type: :development
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - "~>"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '3.0'
|
13
89
|
- !ruby/object:Gem::Dependency
|
14
90
|
name: httparty
|
15
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -24,33 +100,49 @@ dependencies:
|
|
24
100
|
- - "~>"
|
25
101
|
- !ruby/object:Gem::Version
|
26
102
|
version: 0.19.0
|
27
|
-
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: dry-struct
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - "~>"
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '1.4'
|
110
|
+
type: :runtime
|
111
|
+
prerelease: false
|
112
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
|
+
requirements:
|
114
|
+
- - "~>"
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '1.4'
|
117
|
+
description: Because ruby objects are better than json.
|
28
118
|
email:
|
29
119
|
- carl@wdwhub.net
|
30
120
|
executables: []
|
31
121
|
extensions: []
|
32
122
|
extra_rdoc_files: []
|
33
123
|
files:
|
124
|
+
- ".rspec"
|
34
125
|
- ".rubocop.yml"
|
35
126
|
- ".version"
|
36
127
|
- CHANGELOG.md
|
128
|
+
- CODE_OF_CONDUCT.md
|
37
129
|
- Gemfile
|
38
|
-
- Gemfile.lock
|
39
130
|
- LICENSE.txt
|
40
131
|
- README.md
|
41
132
|
- Rakefile
|
42
133
|
- bin/console
|
43
134
|
- bin/setup
|
135
|
+
- lib/routes.yml
|
44
136
|
- lib/touringplans.rb
|
45
137
|
- lib/touringplans/version.rb
|
46
|
-
- touringplans.gemspec
|
47
138
|
homepage: https://github.com/wdwhub/touringplans
|
48
139
|
licenses:
|
49
140
|
- MIT
|
50
141
|
metadata:
|
142
|
+
allowed_push_host: https://rubygems.org
|
51
143
|
homepage_uri: https://github.com/wdwhub/touringplans
|
52
144
|
source_code_uri: https://github.com/wdwhub/touringplans
|
53
|
-
changelog_uri: https://github.com/wdwhub/touringplans/
|
145
|
+
changelog_uri: https://github.com/wdwhub/touringplans/CHANGELOG.md
|
54
146
|
post_install_message:
|
55
147
|
rdoc_options: []
|
56
148
|
require_paths:
|
@@ -59,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
151
|
requirements:
|
60
152
|
- - ">="
|
61
153
|
- !ruby/object:Gem::Version
|
62
|
-
version: 2.
|
154
|
+
version: 2.6.0
|
63
155
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
156
|
requirements:
|
65
157
|
- - ">="
|
@@ -69,6 +161,5 @@ requirements: []
|
|
69
161
|
rubygems_version: 3.2.15
|
70
162
|
signing_key:
|
71
163
|
specification_version: 4
|
72
|
-
summary:
|
73
|
-
in Florida. This ruby gem makes its API easier to work with.
|
164
|
+
summary: Easily access the API of touringplans.com as ruby objects.
|
74
165
|
test_files: []
|
data/Gemfile.lock
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
touringplans (0.1.0)
|
5
|
-
httparty (~> 0.19.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
ast (2.4.2)
|
11
|
-
httparty (0.19.0)
|
12
|
-
mime-types (~> 3.0)
|
13
|
-
multi_xml (>= 0.5.2)
|
14
|
-
mime-types (3.3.1)
|
15
|
-
mime-types-data (~> 3.2015)
|
16
|
-
mime-types-data (3.2021.0901)
|
17
|
-
minitest (5.14.4)
|
18
|
-
multi_xml (0.6.0)
|
19
|
-
parallel (1.21.0)
|
20
|
-
parser (3.0.2.0)
|
21
|
-
ast (~> 2.4.1)
|
22
|
-
rainbow (3.0.0)
|
23
|
-
rake (13.0.6)
|
24
|
-
regexp_parser (2.1.1)
|
25
|
-
rexml (3.2.5)
|
26
|
-
rubocop (1.21.0)
|
27
|
-
parallel (~> 1.10)
|
28
|
-
parser (>= 3.0.0.0)
|
29
|
-
rainbow (>= 2.2.2, < 4.0)
|
30
|
-
regexp_parser (>= 1.8, < 3.0)
|
31
|
-
rexml
|
32
|
-
rubocop-ast (>= 1.9.1, < 2.0)
|
33
|
-
ruby-progressbar (~> 1.7)
|
34
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
35
|
-
rubocop-ast (1.11.0)
|
36
|
-
parser (>= 3.0.1.1)
|
37
|
-
ruby-progressbar (1.11.0)
|
38
|
-
unicode-display_width (2.1.0)
|
39
|
-
|
40
|
-
PLATFORMS
|
41
|
-
x86_64-darwin-20
|
42
|
-
|
43
|
-
DEPENDENCIES
|
44
|
-
httparty (~> 0.19.0)
|
45
|
-
minitest (~> 5.0)
|
46
|
-
rake (~> 13.0)
|
47
|
-
rubocop (~> 1.7)
|
48
|
-
touringplans!
|
49
|
-
|
50
|
-
BUNDLED WITH
|
51
|
-
2.2.27
|
data/touringplans.gemspec
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative "lib/touringplans/version"
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = "touringplans"
|
7
|
-
spec.version = Touringplans::VERSION
|
8
|
-
spec.authors = ["captproton"]
|
9
|
-
spec.email = ["carl@wdwhub.net"]
|
10
|
-
|
11
|
-
spec.summary = "TouringPlans.com is a great fan website to plan a trip to Walt Disney World in Florida. This ruby gem makes its API easier to work with."
|
12
|
-
spec.homepage = "https://github.com/wdwhub/touringplans"
|
13
|
-
spec.license = "MIT"
|
14
|
-
spec.required_ruby_version = ">= 2.4.0"
|
15
|
-
|
16
|
-
spec.metadata["homepage_uri"] = "https://github.com/wdwhub/touringplans"
|
17
|
-
spec.metadata["source_code_uri"] = "https://github.com/wdwhub/touringplans"
|
18
|
-
spec.metadata["changelog_uri"] = "https://github.com/wdwhub/touringplans/blob/main/Changelog.md"
|
19
|
-
|
20
|
-
spec.add_dependency 'httparty', '~> 0.19.0'
|
21
|
-
|
22
|
-
# Specify which files should be added to the gem when it is released.
|
23
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
24
|
-
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
25
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
26
|
-
(f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
27
|
-
end
|
28
|
-
end
|
29
|
-
spec.bindir = "exe"
|
30
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
31
|
-
spec.require_paths = ["lib"]
|
32
|
-
|
33
|
-
# Uncomment to register a new dependency of your gem
|
34
|
-
# spec.add_dependency "example-gem", "~> 1.0"
|
35
|
-
|
36
|
-
# For more information and examples about making a new gem, checkout our
|
37
|
-
# guide at: https://bundler.io/guides/creating_gem.html
|
38
|
-
end
|