GiphyClient 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +69 -0
- data/GiphyClient.gemspec +44 -0
- data/README.md +152 -0
- data/Rakefile +7 -0
- data/config.json +18 -0
- data/docs/BaseChannelModel.md +36 -0
- data/docs/BaseChannelModelGifs.md +9 -0
- data/docs/Breadcrumb.md +10 -0
- data/docs/Category.md +11 -0
- data/docs/ChannelWithChildrenModel.md +37 -0
- data/docs/ChannelWithChildrenModelChildren.md +9 -0
- data/docs/DefaultApi.md +731 -0
- data/docs/Gif.md +36 -0
- data/docs/GifImages.md +27 -0
- data/docs/GifImagesDownsized.md +11 -0
- data/docs/GifImagesDownsizedLarge.md +11 -0
- data/docs/GifImagesDownsizedMedium.md +11 -0
- data/docs/GifImagesDownsizedSmall.md +11 -0
- data/docs/GifImagesDownsizedStill.md +10 -0
- data/docs/GifImagesFixedHeight.md +15 -0
- data/docs/GifImagesFixedHeightDownsampled.md +13 -0
- data/docs/GifImagesFixedHeightSmall.md +15 -0
- data/docs/GifImagesFixedHeightSmallStill.md +10 -0
- data/docs/GifImagesFixedHeightStill.md +10 -0
- data/docs/GifImagesFixedWidth.md +15 -0
- data/docs/GifImagesFixedWidthDownsampled.md +13 -0
- data/docs/GifImagesFixedWidthSmall.md +15 -0
- data/docs/GifImagesFixedWidthSmallStill.md +10 -0
- data/docs/GifImagesFixedWidthStill.md +10 -0
- data/docs/GifImagesLooping.md +8 -0
- data/docs/GifImagesOriginal.md +16 -0
- data/docs/GifImagesOriginalStill.md +10 -0
- data/docs/GifImagesPreview.md +11 -0
- data/docs/GifImagesPreviewGif.md +11 -0
- data/docs/InlineResponse200.md +10 -0
- data/docs/InlineResponse2001.md +9 -0
- data/docs/InlineResponse2002.md +9 -0
- data/docs/InlineResponse2003.md +10 -0
- data/docs/InlineResponse2004.md +10 -0
- data/docs/InlineResponse2005.md +10 -0
- data/docs/InlineResponse400.md +8 -0
- data/docs/LastChildModel.md +37 -0
- data/docs/LastChildModelChildren.md +9 -0
- data/docs/MetaContent.md +10 -0
- data/docs/MetaObject.md +8 -0
- data/docs/Pagination.md +10 -0
- data/docs/RandomGif.md +30 -0
- data/docs/ShallowTag.md +9 -0
- data/docs/Tag.md +9 -0
- data/docs/TrendingTag.md +10 -0
- data/docs/User.md +13 -0
- data/generate.sh +12 -0
- data/git_push.sh +55 -0
- data/lib/GiphyClient.rb +84 -0
- data/lib/GiphyClient/api/default_api.rb +952 -0
- data/lib/GiphyClient/api_client.rb +375 -0
- data/lib/GiphyClient/api_error.rb +37 -0
- data/lib/GiphyClient/configuration.rb +195 -0
- data/lib/GiphyClient/models/base_channel_model.rb +464 -0
- data/lib/GiphyClient/models/base_channel_model_gifs.rb +198 -0
- data/lib/GiphyClient/models/breadcrumb.rb +205 -0
- data/lib/GiphyClient/models/category.rb +220 -0
- data/lib/GiphyClient/models/channel_with_children_model.rb +473 -0
- data/lib/GiphyClient/models/channel_with_children_model_children.rb +198 -0
- data/lib/GiphyClient/models/gif.rb +473 -0
- data/lib/GiphyClient/models/gif_images.rb +358 -0
- data/lib/GiphyClient/models/gif_images_downsized.rb +218 -0
- data/lib/GiphyClient/models/gif_images_downsized_large.rb +218 -0
- data/lib/GiphyClient/models/gif_images_downsized_medium.rb +218 -0
- data/lib/GiphyClient/models/gif_images_downsized_small.rb +218 -0
- data/lib/GiphyClient/models/gif_images_downsized_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_fixed_height.rb +258 -0
- data/lib/GiphyClient/models/gif_images_fixed_height_downsampled.rb +238 -0
- data/lib/GiphyClient/models/gif_images_fixed_height_small.rb +258 -0
- data/lib/GiphyClient/models/gif_images_fixed_height_small_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_fixed_height_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_fixed_width.rb +258 -0
- data/lib/GiphyClient/models/gif_images_fixed_width_downsampled.rb +238 -0
- data/lib/GiphyClient/models/gif_images_fixed_width_small.rb +258 -0
- data/lib/GiphyClient/models/gif_images_fixed_width_small_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_fixed_width_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_looping.rb +188 -0
- data/lib/GiphyClient/models/gif_images_original.rb +268 -0
- data/lib/GiphyClient/models/gif_images_original_still.rb +208 -0
- data/lib/GiphyClient/models/gif_images_preview.rb +218 -0
- data/lib/GiphyClient/models/gif_images_preview_gif.rb +218 -0
- data/lib/GiphyClient/models/inline_response_200.rb +209 -0
- data/lib/GiphyClient/models/inline_response_200_1.rb +197 -0
- data/lib/GiphyClient/models/inline_response_200_2.rb +197 -0
- data/lib/GiphyClient/models/inline_response_200_3.rb +207 -0
- data/lib/GiphyClient/models/inline_response_200_4.rb +207 -0
- data/lib/GiphyClient/models/inline_response_200_5.rb +207 -0
- data/lib/GiphyClient/models/inline_response_400.rb +187 -0
- data/lib/GiphyClient/models/last_child_model.rb +473 -0
- data/lib/GiphyClient/models/last_child_model_children.rb +198 -0
- data/lib/GiphyClient/models/meta_content.rb +218 -0
- data/lib/GiphyClient/models/meta_object.rb +187 -0
- data/lib/GiphyClient/models/pagination.rb +208 -0
- data/lib/GiphyClient/models/random_gif.rb +401 -0
- data/lib/GiphyClient/models/shallow_tag.rb +198 -0
- data/lib/GiphyClient/models/tag.rb +198 -0
- data/lib/GiphyClient/models/trending_tag.rb +205 -0
- data/lib/GiphyClient/models/user.rb +238 -0
- data/lib/GiphyClient/version.rb +14 -0
- data/public.yaml +1638 -0
- data/spec/api/default_api_spec.rb +260 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/base_channel_model_gifs_spec.rb +47 -0
- data/spec/models/base_channel_model_spec.rb +209 -0
- data/spec/models/breadcrumb_spec.rb +53 -0
- data/spec/models/category_spec.rb +59 -0
- data/spec/models/channel_with_children_model_children_spec.rb +47 -0
- data/spec/models/channel_with_children_model_spec.rb +215 -0
- data/spec/models/gif_images_downsized_large_spec.rb +59 -0
- data/spec/models/gif_images_downsized_medium_spec.rb +59 -0
- data/spec/models/gif_images_downsized_small_spec.rb +59 -0
- data/spec/models/gif_images_downsized_spec.rb +59 -0
- data/spec/models/gif_images_downsized_still_spec.rb +53 -0
- data/spec/models/gif_images_fixed_height_downsampled_spec.rb +71 -0
- data/spec/models/gif_images_fixed_height_small_spec.rb +83 -0
- data/spec/models/gif_images_fixed_height_small_still_spec.rb +53 -0
- data/spec/models/gif_images_fixed_height_spec.rb +83 -0
- data/spec/models/gif_images_fixed_height_still_spec.rb +53 -0
- data/spec/models/gif_images_fixed_width_downsampled_spec.rb +71 -0
- data/spec/models/gif_images_fixed_width_small_spec.rb +83 -0
- data/spec/models/gif_images_fixed_width_small_still_spec.rb +53 -0
- data/spec/models/gif_images_fixed_width_spec.rb +83 -0
- data/spec/models/gif_images_fixed_width_still_spec.rb +53 -0
- data/spec/models/gif_images_looping_spec.rb +41 -0
- data/spec/models/gif_images_original_spec.rb +89 -0
- data/spec/models/gif_images_original_still_spec.rb +53 -0
- data/spec/models/gif_images_preview_gif_spec.rb +59 -0
- data/spec/models/gif_images_preview_spec.rb +59 -0
- data/spec/models/gif_images_spec.rb +155 -0
- data/spec/models/gif_spec.rb +209 -0
- data/spec/models/inline_response_200_1_spec.rb +47 -0
- data/spec/models/inline_response_200_2_spec.rb +47 -0
- data/spec/models/inline_response_200_3_spec.rb +53 -0
- data/spec/models/inline_response_200_4_spec.rb +53 -0
- data/spec/models/inline_response_200_5_spec.rb +53 -0
- data/spec/models/inline_response_200_spec.rb +53 -0
- data/spec/models/inline_response_400_spec.rb +41 -0
- data/spec/models/last_child_model_children_spec.rb +47 -0
- data/spec/models/last_child_model_spec.rb +215 -0
- data/spec/models/meta_content_spec.rb +53 -0
- data/spec/models/meta_object_spec.rb +41 -0
- data/spec/models/pagination_spec.rb +53 -0
- data/spec/models/random_gif_spec.rb +173 -0
- data/spec/models/shallow_tag_spec.rb +47 -0
- data/spec/models/tag_spec.rb +47 -0
- data/spec/models/trending_tag_spec.rb +53 -0
- data/spec/models/user_spec.rb +71 -0
- data/spec/spec_helper.rb +110 -0
- metadata +428 -0
@@ -0,0 +1,71 @@
|
|
1
|
+
=begin
|
2
|
+
#giphy-api
|
3
|
+
|
4
|
+
#Giphy's public api.
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.9.3
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'spec_helper'
|
13
|
+
require 'json'
|
14
|
+
require 'date'
|
15
|
+
|
16
|
+
# Unit tests for GiphyClient::User
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'User' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = GiphyClient::User.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of User' do
|
30
|
+
it 'should create an instact of User' do
|
31
|
+
expect(@instance).to be_instance_of(GiphyClient::User)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
describe 'test attribute "avatar_url"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe 'test attribute "banner_url"' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe 'test attribute "profile_url"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
describe 'test attribute "username"' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
describe 'test attribute "display_name"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
describe 'test attribute "twitter"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
end
|
71
|
+
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,110 @@
|
|
1
|
+
=begin
|
2
|
+
#giphy-api
|
3
|
+
|
4
|
+
#Giphy's public api.
|
5
|
+
|
6
|
+
OpenAPI spec version: 0.9.3
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
=end
|
11
|
+
|
12
|
+
# load the gem
|
13
|
+
require 'GiphyClient'
|
14
|
+
|
15
|
+
# The following was generated by the `rspec --init` command. Conventionally, all
|
16
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
17
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
18
|
+
# this file to always be loaded, without a need to explicitly require it in any
|
19
|
+
# files.
|
20
|
+
#
|
21
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
22
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
23
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
24
|
+
# individual file that may not need all of that loaded. Instead, consider making
|
25
|
+
# a separate helper file that requires the additional dependencies and performs
|
26
|
+
# the additional setup, and require it from the spec files that actually need
|
27
|
+
# it.
|
28
|
+
#
|
29
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
30
|
+
# users commonly want.
|
31
|
+
#
|
32
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
33
|
+
RSpec.configure do |config|
|
34
|
+
# rspec-expectations config goes here. You can use an alternate
|
35
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
36
|
+
# assertions if you prefer.
|
37
|
+
config.expect_with :rspec do |expectations|
|
38
|
+
# This option will default to `true` in RSpec 4. It makes the `description`
|
39
|
+
# and `failure_message` of custom matchers include text for helper methods
|
40
|
+
# defined using `chain`, e.g.:
|
41
|
+
# be_bigger_than(2).and_smaller_than(4).description
|
42
|
+
# # => "be bigger than 2 and smaller than 4"
|
43
|
+
# ...rather than:
|
44
|
+
# # => "be bigger than 2"
|
45
|
+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
46
|
+
end
|
47
|
+
|
48
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
49
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
50
|
+
config.mock_with :rspec do |mocks|
|
51
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
52
|
+
# a real object. This is generally recommended, and will default to
|
53
|
+
# `true` in RSpec 4.
|
54
|
+
mocks.verify_partial_doubles = true
|
55
|
+
end
|
56
|
+
|
57
|
+
# The settings below are suggested to provide a good initial experience
|
58
|
+
# with RSpec, but feel free to customize to your heart's content.
|
59
|
+
=begin
|
60
|
+
# These two settings work together to allow you to limit a spec run
|
61
|
+
# to individual examples or groups you care about by tagging them with
|
62
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
63
|
+
# get run.
|
64
|
+
config.filter_run :focus
|
65
|
+
config.run_all_when_everything_filtered = true
|
66
|
+
|
67
|
+
# Allows RSpec to persist some state between runs in order to support
|
68
|
+
# the `--only-failures` and `--next-failure` CLI options. We recommend
|
69
|
+
# you configure your source control system to ignore this file.
|
70
|
+
config.example_status_persistence_file_path = "spec/examples.txt"
|
71
|
+
|
72
|
+
# Limits the available syntax to the non-monkey patched syntax that is
|
73
|
+
# recommended. For more details, see:
|
74
|
+
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
|
75
|
+
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
76
|
+
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
77
|
+
config.disable_monkey_patching!
|
78
|
+
|
79
|
+
# This setting enables warnings. It's recommended, but in some cases may
|
80
|
+
# be too noisy due to issues in dependencies.
|
81
|
+
config.warnings = true
|
82
|
+
|
83
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
84
|
+
# file, and it's useful to allow more verbose output when running an
|
85
|
+
# individual spec file.
|
86
|
+
if config.files_to_run.one?
|
87
|
+
# Use the documentation formatter for detailed output,
|
88
|
+
# unless a formatter has already been configured
|
89
|
+
# (e.g. via a command-line flag).
|
90
|
+
config.default_formatter = 'doc'
|
91
|
+
end
|
92
|
+
|
93
|
+
# Print the 10 slowest examples and example groups at the
|
94
|
+
# end of the spec run, to help surface which specs are running
|
95
|
+
# particularly slow.
|
96
|
+
config.profile_examples = 10
|
97
|
+
|
98
|
+
# Run specs in random order to surface order dependencies. If you find an
|
99
|
+
# order dependency and want to debug it, you can fix the order by providing
|
100
|
+
# the seed, which is printed after each run.
|
101
|
+
# --seed 1234
|
102
|
+
config.order = :random
|
103
|
+
|
104
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
105
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
106
|
+
# test failures related to randomization by passing the same `--seed` value
|
107
|
+
# as the one that triggered the failure.
|
108
|
+
Kernel.srand config.seed
|
109
|
+
=end
|
110
|
+
end
|
metadata
ADDED
@@ -0,0 +1,428 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: GiphyClient
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- David Hargat
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-09-27 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: typhoeus
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 1.0.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.0'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.0.1
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: json
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.8'
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.8.3
|
43
|
+
type: :runtime
|
44
|
+
prerelease: false
|
45
|
+
version_requirements: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - "~>"
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '1.8'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 1.8.3
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
|
+
name: rspec
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - "~>"
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '3.4'
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 3.4.0
|
63
|
+
type: :development
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - "~>"
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '3.4'
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: 3.4.0
|
73
|
+
- !ruby/object:Gem::Dependency
|
74
|
+
name: vcr
|
75
|
+
requirement: !ruby/object:Gem::Requirement
|
76
|
+
requirements:
|
77
|
+
- - "~>"
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '3.0'
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 3.0.1
|
83
|
+
type: :development
|
84
|
+
prerelease: false
|
85
|
+
version_requirements: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '3.0'
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: 3.0.1
|
93
|
+
- !ruby/object:Gem::Dependency
|
94
|
+
name: webmock
|
95
|
+
requirement: !ruby/object:Gem::Requirement
|
96
|
+
requirements:
|
97
|
+
- - "~>"
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
version: '1.24'
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: 1.24.3
|
103
|
+
type: :development
|
104
|
+
prerelease: false
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - "~>"
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '1.24'
|
110
|
+
- - ">="
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: 1.24.3
|
113
|
+
- !ruby/object:Gem::Dependency
|
114
|
+
name: autotest
|
115
|
+
requirement: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - "~>"
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: '4.4'
|
120
|
+
- - ">="
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: 4.4.6
|
123
|
+
type: :development
|
124
|
+
prerelease: false
|
125
|
+
version_requirements: !ruby/object:Gem::Requirement
|
126
|
+
requirements:
|
127
|
+
- - "~>"
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '4.4'
|
130
|
+
- - ">="
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: 4.4.6
|
133
|
+
- !ruby/object:Gem::Dependency
|
134
|
+
name: autotest-rails-pure
|
135
|
+
requirement: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - "~>"
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '4.1'
|
140
|
+
- - ">="
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: 4.1.2
|
143
|
+
type: :development
|
144
|
+
prerelease: false
|
145
|
+
version_requirements: !ruby/object:Gem::Requirement
|
146
|
+
requirements:
|
147
|
+
- - "~>"
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: '4.1'
|
150
|
+
- - ">="
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: 4.1.2
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: autotest-growl
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - "~>"
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0.2'
|
160
|
+
- - ">="
|
161
|
+
- !ruby/object:Gem::Version
|
162
|
+
version: 0.2.16
|
163
|
+
type: :development
|
164
|
+
prerelease: false
|
165
|
+
version_requirements: !ruby/object:Gem::Requirement
|
166
|
+
requirements:
|
167
|
+
- - "~>"
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '0.2'
|
170
|
+
- - ">="
|
171
|
+
- !ruby/object:Gem::Version
|
172
|
+
version: 0.2.16
|
173
|
+
- !ruby/object:Gem::Dependency
|
174
|
+
name: autotest-fsevent
|
175
|
+
requirement: !ruby/object:Gem::Requirement
|
176
|
+
requirements:
|
177
|
+
- - "~>"
|
178
|
+
- !ruby/object:Gem::Version
|
179
|
+
version: '0.2'
|
180
|
+
- - ">="
|
181
|
+
- !ruby/object:Gem::Version
|
182
|
+
version: 0.2.11
|
183
|
+
type: :development
|
184
|
+
prerelease: false
|
185
|
+
version_requirements: !ruby/object:Gem::Requirement
|
186
|
+
requirements:
|
187
|
+
- - "~>"
|
188
|
+
- !ruby/object:Gem::Version
|
189
|
+
version: '0.2'
|
190
|
+
- - ">="
|
191
|
+
- !ruby/object:Gem::Version
|
192
|
+
version: 0.2.11
|
193
|
+
description: Giphy's public api.
|
194
|
+
email:
|
195
|
+
- ''
|
196
|
+
executables: []
|
197
|
+
extensions: []
|
198
|
+
extra_rdoc_files: []
|
199
|
+
files:
|
200
|
+
- Gemfile
|
201
|
+
- Gemfile.lock
|
202
|
+
- GiphyClient.gemspec
|
203
|
+
- README.md
|
204
|
+
- Rakefile
|
205
|
+
- config.json
|
206
|
+
- docs/BaseChannelModel.md
|
207
|
+
- docs/BaseChannelModelGifs.md
|
208
|
+
- docs/Breadcrumb.md
|
209
|
+
- docs/Category.md
|
210
|
+
- docs/ChannelWithChildrenModel.md
|
211
|
+
- docs/ChannelWithChildrenModelChildren.md
|
212
|
+
- docs/DefaultApi.md
|
213
|
+
- docs/Gif.md
|
214
|
+
- docs/GifImages.md
|
215
|
+
- docs/GifImagesDownsized.md
|
216
|
+
- docs/GifImagesDownsizedLarge.md
|
217
|
+
- docs/GifImagesDownsizedMedium.md
|
218
|
+
- docs/GifImagesDownsizedSmall.md
|
219
|
+
- docs/GifImagesDownsizedStill.md
|
220
|
+
- docs/GifImagesFixedHeight.md
|
221
|
+
- docs/GifImagesFixedHeightDownsampled.md
|
222
|
+
- docs/GifImagesFixedHeightSmall.md
|
223
|
+
- docs/GifImagesFixedHeightSmallStill.md
|
224
|
+
- docs/GifImagesFixedHeightStill.md
|
225
|
+
- docs/GifImagesFixedWidth.md
|
226
|
+
- docs/GifImagesFixedWidthDownsampled.md
|
227
|
+
- docs/GifImagesFixedWidthSmall.md
|
228
|
+
- docs/GifImagesFixedWidthSmallStill.md
|
229
|
+
- docs/GifImagesFixedWidthStill.md
|
230
|
+
- docs/GifImagesLooping.md
|
231
|
+
- docs/GifImagesOriginal.md
|
232
|
+
- docs/GifImagesOriginalStill.md
|
233
|
+
- docs/GifImagesPreview.md
|
234
|
+
- docs/GifImagesPreviewGif.md
|
235
|
+
- docs/InlineResponse200.md
|
236
|
+
- docs/InlineResponse2001.md
|
237
|
+
- docs/InlineResponse2002.md
|
238
|
+
- docs/InlineResponse2003.md
|
239
|
+
- docs/InlineResponse2004.md
|
240
|
+
- docs/InlineResponse2005.md
|
241
|
+
- docs/InlineResponse400.md
|
242
|
+
- docs/LastChildModel.md
|
243
|
+
- docs/LastChildModelChildren.md
|
244
|
+
- docs/MetaContent.md
|
245
|
+
- docs/MetaObject.md
|
246
|
+
- docs/Pagination.md
|
247
|
+
- docs/RandomGif.md
|
248
|
+
- docs/ShallowTag.md
|
249
|
+
- docs/Tag.md
|
250
|
+
- docs/TrendingTag.md
|
251
|
+
- docs/User.md
|
252
|
+
- generate.sh
|
253
|
+
- git_push.sh
|
254
|
+
- lib/GiphyClient.rb
|
255
|
+
- lib/GiphyClient/api/default_api.rb
|
256
|
+
- lib/GiphyClient/api_client.rb
|
257
|
+
- lib/GiphyClient/api_error.rb
|
258
|
+
- lib/GiphyClient/configuration.rb
|
259
|
+
- lib/GiphyClient/models/base_channel_model.rb
|
260
|
+
- lib/GiphyClient/models/base_channel_model_gifs.rb
|
261
|
+
- lib/GiphyClient/models/breadcrumb.rb
|
262
|
+
- lib/GiphyClient/models/category.rb
|
263
|
+
- lib/GiphyClient/models/channel_with_children_model.rb
|
264
|
+
- lib/GiphyClient/models/channel_with_children_model_children.rb
|
265
|
+
- lib/GiphyClient/models/gif.rb
|
266
|
+
- lib/GiphyClient/models/gif_images.rb
|
267
|
+
- lib/GiphyClient/models/gif_images_downsized.rb
|
268
|
+
- lib/GiphyClient/models/gif_images_downsized_large.rb
|
269
|
+
- lib/GiphyClient/models/gif_images_downsized_medium.rb
|
270
|
+
- lib/GiphyClient/models/gif_images_downsized_small.rb
|
271
|
+
- lib/GiphyClient/models/gif_images_downsized_still.rb
|
272
|
+
- lib/GiphyClient/models/gif_images_fixed_height.rb
|
273
|
+
- lib/GiphyClient/models/gif_images_fixed_height_downsampled.rb
|
274
|
+
- lib/GiphyClient/models/gif_images_fixed_height_small.rb
|
275
|
+
- lib/GiphyClient/models/gif_images_fixed_height_small_still.rb
|
276
|
+
- lib/GiphyClient/models/gif_images_fixed_height_still.rb
|
277
|
+
- lib/GiphyClient/models/gif_images_fixed_width.rb
|
278
|
+
- lib/GiphyClient/models/gif_images_fixed_width_downsampled.rb
|
279
|
+
- lib/GiphyClient/models/gif_images_fixed_width_small.rb
|
280
|
+
- lib/GiphyClient/models/gif_images_fixed_width_small_still.rb
|
281
|
+
- lib/GiphyClient/models/gif_images_fixed_width_still.rb
|
282
|
+
- lib/GiphyClient/models/gif_images_looping.rb
|
283
|
+
- lib/GiphyClient/models/gif_images_original.rb
|
284
|
+
- lib/GiphyClient/models/gif_images_original_still.rb
|
285
|
+
- lib/GiphyClient/models/gif_images_preview.rb
|
286
|
+
- lib/GiphyClient/models/gif_images_preview_gif.rb
|
287
|
+
- lib/GiphyClient/models/inline_response_200.rb
|
288
|
+
- lib/GiphyClient/models/inline_response_200_1.rb
|
289
|
+
- lib/GiphyClient/models/inline_response_200_2.rb
|
290
|
+
- lib/GiphyClient/models/inline_response_200_3.rb
|
291
|
+
- lib/GiphyClient/models/inline_response_200_4.rb
|
292
|
+
- lib/GiphyClient/models/inline_response_200_5.rb
|
293
|
+
- lib/GiphyClient/models/inline_response_400.rb
|
294
|
+
- lib/GiphyClient/models/last_child_model.rb
|
295
|
+
- lib/GiphyClient/models/last_child_model_children.rb
|
296
|
+
- lib/GiphyClient/models/meta_content.rb
|
297
|
+
- lib/GiphyClient/models/meta_object.rb
|
298
|
+
- lib/GiphyClient/models/pagination.rb
|
299
|
+
- lib/GiphyClient/models/random_gif.rb
|
300
|
+
- lib/GiphyClient/models/shallow_tag.rb
|
301
|
+
- lib/GiphyClient/models/tag.rb
|
302
|
+
- lib/GiphyClient/models/trending_tag.rb
|
303
|
+
- lib/GiphyClient/models/user.rb
|
304
|
+
- lib/GiphyClient/version.rb
|
305
|
+
- public.yaml
|
306
|
+
- spec/api/default_api_spec.rb
|
307
|
+
- spec/api_client_spec.rb
|
308
|
+
- spec/configuration_spec.rb
|
309
|
+
- spec/models/base_channel_model_gifs_spec.rb
|
310
|
+
- spec/models/base_channel_model_spec.rb
|
311
|
+
- spec/models/breadcrumb_spec.rb
|
312
|
+
- spec/models/category_spec.rb
|
313
|
+
- spec/models/channel_with_children_model_children_spec.rb
|
314
|
+
- spec/models/channel_with_children_model_spec.rb
|
315
|
+
- spec/models/gif_images_downsized_large_spec.rb
|
316
|
+
- spec/models/gif_images_downsized_medium_spec.rb
|
317
|
+
- spec/models/gif_images_downsized_small_spec.rb
|
318
|
+
- spec/models/gif_images_downsized_spec.rb
|
319
|
+
- spec/models/gif_images_downsized_still_spec.rb
|
320
|
+
- spec/models/gif_images_fixed_height_downsampled_spec.rb
|
321
|
+
- spec/models/gif_images_fixed_height_small_spec.rb
|
322
|
+
- spec/models/gif_images_fixed_height_small_still_spec.rb
|
323
|
+
- spec/models/gif_images_fixed_height_spec.rb
|
324
|
+
- spec/models/gif_images_fixed_height_still_spec.rb
|
325
|
+
- spec/models/gif_images_fixed_width_downsampled_spec.rb
|
326
|
+
- spec/models/gif_images_fixed_width_small_spec.rb
|
327
|
+
- spec/models/gif_images_fixed_width_small_still_spec.rb
|
328
|
+
- spec/models/gif_images_fixed_width_spec.rb
|
329
|
+
- spec/models/gif_images_fixed_width_still_spec.rb
|
330
|
+
- spec/models/gif_images_looping_spec.rb
|
331
|
+
- spec/models/gif_images_original_spec.rb
|
332
|
+
- spec/models/gif_images_original_still_spec.rb
|
333
|
+
- spec/models/gif_images_preview_gif_spec.rb
|
334
|
+
- spec/models/gif_images_preview_spec.rb
|
335
|
+
- spec/models/gif_images_spec.rb
|
336
|
+
- spec/models/gif_spec.rb
|
337
|
+
- spec/models/inline_response_200_1_spec.rb
|
338
|
+
- spec/models/inline_response_200_2_spec.rb
|
339
|
+
- spec/models/inline_response_200_3_spec.rb
|
340
|
+
- spec/models/inline_response_200_4_spec.rb
|
341
|
+
- spec/models/inline_response_200_5_spec.rb
|
342
|
+
- spec/models/inline_response_200_spec.rb
|
343
|
+
- spec/models/inline_response_400_spec.rb
|
344
|
+
- spec/models/last_child_model_children_spec.rb
|
345
|
+
- spec/models/last_child_model_spec.rb
|
346
|
+
- spec/models/meta_content_spec.rb
|
347
|
+
- spec/models/meta_object_spec.rb
|
348
|
+
- spec/models/pagination_spec.rb
|
349
|
+
- spec/models/random_gif_spec.rb
|
350
|
+
- spec/models/shallow_tag_spec.rb
|
351
|
+
- spec/models/tag_spec.rb
|
352
|
+
- spec/models/trending_tag_spec.rb
|
353
|
+
- spec/models/user_spec.rb
|
354
|
+
- spec/spec_helper.rb
|
355
|
+
homepage: https://github.com/Giphy/giphy-ruby-client
|
356
|
+
licenses:
|
357
|
+
- MIT
|
358
|
+
metadata: {}
|
359
|
+
post_install_message:
|
360
|
+
rdoc_options: []
|
361
|
+
require_paths:
|
362
|
+
- lib
|
363
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
364
|
+
requirements:
|
365
|
+
- - ">="
|
366
|
+
- !ruby/object:Gem::Version
|
367
|
+
version: '1.9'
|
368
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
369
|
+
requirements:
|
370
|
+
- - ">="
|
371
|
+
- !ruby/object:Gem::Version
|
372
|
+
version: '0'
|
373
|
+
requirements: []
|
374
|
+
rubyforge_project:
|
375
|
+
rubygems_version: 2.6.12
|
376
|
+
signing_key:
|
377
|
+
specification_version: 4
|
378
|
+
summary: Networking client for the Giphy API.
|
379
|
+
test_files:
|
380
|
+
- spec/api/default_api_spec.rb
|
381
|
+
- spec/api_client_spec.rb
|
382
|
+
- spec/configuration_spec.rb
|
383
|
+
- spec/models/base_channel_model_gifs_spec.rb
|
384
|
+
- spec/models/base_channel_model_spec.rb
|
385
|
+
- spec/models/breadcrumb_spec.rb
|
386
|
+
- spec/models/category_spec.rb
|
387
|
+
- spec/models/channel_with_children_model_children_spec.rb
|
388
|
+
- spec/models/channel_with_children_model_spec.rb
|
389
|
+
- spec/models/gif_images_downsized_large_spec.rb
|
390
|
+
- spec/models/gif_images_downsized_medium_spec.rb
|
391
|
+
- spec/models/gif_images_downsized_small_spec.rb
|
392
|
+
- spec/models/gif_images_downsized_spec.rb
|
393
|
+
- spec/models/gif_images_downsized_still_spec.rb
|
394
|
+
- spec/models/gif_images_fixed_height_downsampled_spec.rb
|
395
|
+
- spec/models/gif_images_fixed_height_small_spec.rb
|
396
|
+
- spec/models/gif_images_fixed_height_small_still_spec.rb
|
397
|
+
- spec/models/gif_images_fixed_height_spec.rb
|
398
|
+
- spec/models/gif_images_fixed_height_still_spec.rb
|
399
|
+
- spec/models/gif_images_fixed_width_downsampled_spec.rb
|
400
|
+
- spec/models/gif_images_fixed_width_small_spec.rb
|
401
|
+
- spec/models/gif_images_fixed_width_small_still_spec.rb
|
402
|
+
- spec/models/gif_images_fixed_width_spec.rb
|
403
|
+
- spec/models/gif_images_fixed_width_still_spec.rb
|
404
|
+
- spec/models/gif_images_looping_spec.rb
|
405
|
+
- spec/models/gif_images_original_spec.rb
|
406
|
+
- spec/models/gif_images_original_still_spec.rb
|
407
|
+
- spec/models/gif_images_preview_gif_spec.rb
|
408
|
+
- spec/models/gif_images_preview_spec.rb
|
409
|
+
- spec/models/gif_images_spec.rb
|
410
|
+
- spec/models/gif_spec.rb
|
411
|
+
- spec/models/inline_response_200_1_spec.rb
|
412
|
+
- spec/models/inline_response_200_2_spec.rb
|
413
|
+
- spec/models/inline_response_200_3_spec.rb
|
414
|
+
- spec/models/inline_response_200_4_spec.rb
|
415
|
+
- spec/models/inline_response_200_5_spec.rb
|
416
|
+
- spec/models/inline_response_200_spec.rb
|
417
|
+
- spec/models/inline_response_400_spec.rb
|
418
|
+
- spec/models/last_child_model_children_spec.rb
|
419
|
+
- spec/models/last_child_model_spec.rb
|
420
|
+
- spec/models/meta_content_spec.rb
|
421
|
+
- spec/models/meta_object_spec.rb
|
422
|
+
- spec/models/pagination_spec.rb
|
423
|
+
- spec/models/random_gif_spec.rb
|
424
|
+
- spec/models/shallow_tag_spec.rb
|
425
|
+
- spec/models/tag_spec.rb
|
426
|
+
- spec/models/trending_tag_spec.rb
|
427
|
+
- spec/models/user_spec.rb
|
428
|
+
- spec/spec_helper.rb
|