pokeapi_client 0.10.0 → 1.1.0

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.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +27 -25
  3. data/README.md +7 -6
  4. data/bin/bundle +5 -10
  5. data/bin/byebug +1 -1
  6. data/bin/coderay +1 -1
  7. data/bin/htmldiff +1 -1
  8. data/bin/ldiff +1 -1
  9. data/bin/pry +1 -1
  10. data/bin/racc +27 -0
  11. data/bin/rake +1 -1
  12. data/bin/rspec +1 -1
  13. data/bin/rubocop +1 -1
  14. data/bin/ruby-parse +1 -1
  15. data/bin/ruby-rewrite +1 -1
  16. data/lib/pokeapi_client/api/ability_api.rb +2 -2
  17. data/lib/pokeapi_client/api/berry_api.rb +2 -2
  18. data/lib/pokeapi_client/api/berry_firmness_api.rb +2 -2
  19. data/lib/pokeapi_client/api/berry_flavor_api.rb +2 -2
  20. data/lib/pokeapi_client/api/characteristic_api.rb +2 -2
  21. data/lib/pokeapi_client/api/contest_effect_api.rb +2 -2
  22. data/lib/pokeapi_client/api/contest_type_api.rb +2 -2
  23. data/lib/pokeapi_client/api/egg_group_api.rb +2 -2
  24. data/lib/pokeapi_client/api/encounter_condition_api.rb +2 -2
  25. data/lib/pokeapi_client/api/encounter_condition_value_api.rb +2 -2
  26. data/lib/pokeapi_client/api/encounter_method_api.rb +2 -2
  27. data/lib/pokeapi_client/api/evolution_chain_api.rb +2 -2
  28. data/lib/pokeapi_client/api/evolution_trigger_api.rb +2 -2
  29. data/lib/pokeapi_client/api/gender_api.rb +2 -2
  30. data/lib/pokeapi_client/api/generation_api.rb +2 -2
  31. data/lib/pokeapi_client/api/growth_rate_api.rb +2 -2
  32. data/lib/pokeapi_client/api/item_api.rb +2 -2
  33. data/lib/pokeapi_client/api/item_attribute_api.rb +2 -2
  34. data/lib/pokeapi_client/api/item_category_api.rb +2 -2
  35. data/lib/pokeapi_client/api/item_fling_effect_api.rb +2 -2
  36. data/lib/pokeapi_client/api/item_pocket_api.rb +2 -2
  37. data/lib/pokeapi_client/api/language_api.rb +2 -2
  38. data/lib/pokeapi_client/api/location_api.rb +2 -2
  39. data/lib/pokeapi_client/api/location_area_api.rb +2 -2
  40. data/lib/pokeapi_client/api/machine_api.rb +2 -2
  41. data/lib/pokeapi_client/api/move_ailment_api.rb +2 -2
  42. data/lib/pokeapi_client/api/move_api.rb +2 -2
  43. data/lib/pokeapi_client/api/move_battle_style_api.rb +2 -2
  44. data/lib/pokeapi_client/api/move_category_api.rb +2 -2
  45. data/lib/pokeapi_client/api/move_damage_class_api.rb +2 -2
  46. data/lib/pokeapi_client/api/move_learn_method_api.rb +2 -2
  47. data/lib/pokeapi_client/api/move_target_api.rb +2 -2
  48. data/lib/pokeapi_client/api/nature_api.rb +2 -2
  49. data/lib/pokeapi_client/api/pal_park_area_api.rb +2 -2
  50. data/lib/pokeapi_client/api/pokeathlon_stat_api.rb +2 -2
  51. data/lib/pokeapi_client/api/pokedex_api.rb +2 -2
  52. data/lib/pokeapi_client/api/pokemon_api.rb +2 -2
  53. data/lib/pokeapi_client/api/pokemon_color_api.rb +2 -2
  54. data/lib/pokeapi_client/api/pokemon_form_api.rb +2 -2
  55. data/lib/pokeapi_client/api/pokemon_habitat_api.rb +2 -2
  56. data/lib/pokeapi_client/api/pokemon_shape_api.rb +2 -2
  57. data/lib/pokeapi_client/api/pokemon_species_api.rb +2 -2
  58. data/lib/pokeapi_client/api/region_api.rb +2 -2
  59. data/lib/pokeapi_client/api/stat_api.rb +2 -2
  60. data/lib/pokeapi_client/api/super_contest_effect_api.rb +2 -2
  61. data/lib/pokeapi_client/api/type_api.rb +2 -2
  62. data/lib/pokeapi_client/api/version_api.rb +2 -2
  63. data/lib/pokeapi_client/api/version_group_api.rb +2 -2
  64. data/lib/pokeapi_client/api_client.rb +26 -24
  65. data/lib/pokeapi_client/api_error.rb +3 -2
  66. data/lib/pokeapi_client/configuration.rb +28 -9
  67. data/lib/pokeapi_client/version.rb +3 -3
  68. data/lib/pokeapi_client.rb +2 -2
  69. data/pokeapi_client.gemspec +6 -5
  70. data/spec/api/ability_api_spec.rb +4 -4
  71. data/spec/api/berry_api_spec.rb +4 -4
  72. data/spec/api/berry_firmness_api_spec.rb +4 -4
  73. data/spec/api/berry_flavor_api_spec.rb +4 -4
  74. data/spec/api/characteristic_api_spec.rb +4 -4
  75. data/spec/api/contest_effect_api_spec.rb +4 -4
  76. data/spec/api/contest_type_api_spec.rb +4 -4
  77. data/spec/api/egg_group_api_spec.rb +4 -4
  78. data/spec/api/encounter_condition_api_spec.rb +4 -4
  79. data/spec/api/encounter_condition_value_api_spec.rb +4 -4
  80. data/spec/api/encounter_method_api_spec.rb +4 -4
  81. data/spec/api/evolution_chain_api_spec.rb +4 -4
  82. data/spec/api/evolution_trigger_api_spec.rb +4 -4
  83. data/spec/api/gender_api_spec.rb +4 -4
  84. data/spec/api/generation_api_spec.rb +4 -4
  85. data/spec/api/growth_rate_api_spec.rb +4 -4
  86. data/spec/api/item_api_spec.rb +4 -4
  87. data/spec/api/item_attribute_api_spec.rb +4 -4
  88. data/spec/api/item_category_api_spec.rb +4 -4
  89. data/spec/api/item_fling_effect_api_spec.rb +4 -4
  90. data/spec/api/item_pocket_api_spec.rb +4 -4
  91. data/spec/api/language_api_spec.rb +4 -4
  92. data/spec/api/location_api_spec.rb +4 -4
  93. data/spec/api/location_area_api_spec.rb +4 -4
  94. data/spec/api/machine_api_spec.rb +4 -4
  95. data/spec/api/move_ailment_api_spec.rb +4 -4
  96. data/spec/api/move_api_spec.rb +4 -4
  97. data/spec/api/move_battle_style_api_spec.rb +4 -4
  98. data/spec/api/move_category_api_spec.rb +4 -4
  99. data/spec/api/move_damage_class_api_spec.rb +4 -4
  100. data/spec/api/move_learn_method_api_spec.rb +4 -4
  101. data/spec/api/move_target_api_spec.rb +4 -4
  102. data/spec/api/nature_api_spec.rb +4 -4
  103. data/spec/api/pal_park_area_api_spec.rb +4 -4
  104. data/spec/api/pokeathlon_stat_api_spec.rb +4 -4
  105. data/spec/api/pokedex_api_spec.rb +4 -4
  106. data/spec/api/pokemon_api_spec.rb +4 -4
  107. data/spec/api/pokemon_color_api_spec.rb +4 -4
  108. data/spec/api/pokemon_form_api_spec.rb +4 -4
  109. data/spec/api/pokemon_habitat_api_spec.rb +4 -4
  110. data/spec/api/pokemon_shape_api_spec.rb +4 -4
  111. data/spec/api/pokemon_species_api_spec.rb +4 -4
  112. data/spec/api/region_api_spec.rb +4 -4
  113. data/spec/api/stat_api_spec.rb +4 -4
  114. data/spec/api/super_contest_effect_api_spec.rb +4 -4
  115. data/spec/api/type_api_spec.rb +4 -4
  116. data/spec/api/version_api_spec.rb +4 -4
  117. data/spec/api/version_group_api_spec.rb +4 -4
  118. data/spec/spec_helper.rb +2 -2
  119. metadata +46 -49
  120. data/spec/api_client_spec.rb +0 -226
  121. data/spec/configuration_spec.rb +0 -42
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'LocationAreaApi' do
39
39
  # @return [String]
40
40
  describe 'location_area_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'LocationAreaApi' do
49
49
  # @return [String]
50
50
  describe 'location_area_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MachineApi' do
39
39
  # @return [String]
40
40
  describe 'machine_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MachineApi' do
49
49
  # @return [String]
50
50
  describe 'machine_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveAilmentApi' do
39
39
  # @return [String]
40
40
  describe 'move_ailment_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveAilmentApi' do
49
49
  # @return [String]
50
50
  describe 'move_ailment_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveApi' do
39
39
  # @return [String]
40
40
  describe 'move_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveApi' do
49
49
  # @return [String]
50
50
  describe 'move_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveBattleStyleApi' do
39
39
  # @return [String]
40
40
  describe 'move_battle_style_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveBattleStyleApi' do
49
49
  # @return [String]
50
50
  describe 'move_battle_style_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveCategoryApi' do
39
39
  # @return [String]
40
40
  describe 'move_category_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveCategoryApi' do
49
49
  # @return [String]
50
50
  describe 'move_category_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveDamageClassApi' do
39
39
  # @return [String]
40
40
  describe 'move_damage_class_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveDamageClassApi' do
49
49
  # @return [String]
50
50
  describe 'move_damage_class_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveLearnMethodApi' do
39
39
  # @return [String]
40
40
  describe 'move_learn_method_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveLearnMethodApi' do
49
49
  # @return [String]
50
50
  describe 'move_learn_method_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'MoveTargetApi' do
39
39
  # @return [String]
40
40
  describe 'move_target_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'MoveTargetApi' do
49
49
  # @return [String]
50
50
  describe 'move_target_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'NatureApi' do
39
39
  # @return [String]
40
40
  describe 'nature_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'NatureApi' do
49
49
  # @return [String]
50
50
  describe 'nature_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PalParkAreaApi' do
39
39
  # @return [String]
40
40
  describe 'pal_park_area_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PalParkAreaApi' do
49
49
  # @return [String]
50
50
  describe 'pal_park_area_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokeathlonStatApi' do
39
39
  # @return [String]
40
40
  describe 'pokeathlon_stat_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokeathlonStatApi' do
49
49
  # @return [String]
50
50
  describe 'pokeathlon_stat_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokedexApi' do
39
39
  # @return [String]
40
40
  describe 'pokedex_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokedexApi' do
49
49
  # @return [String]
50
50
  describe 'pokedex_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonColorApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_color_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonColorApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_color_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonFormApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_form_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonFormApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_form_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonHabitatApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_habitat_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonHabitatApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_habitat_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonShapeApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_shape_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonShapeApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_shape_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'PokemonSpeciesApi' do
39
39
  # @return [String]
40
40
  describe 'pokemon_species_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'PokemonSpeciesApi' do
49
49
  # @return [String]
50
50
  describe 'pokemon_species_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'RegionApi' do
39
39
  # @return [String]
40
40
  describe 'region_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'RegionApi' do
49
49
  # @return [String]
50
50
  describe 'region_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55
 
@@ -4,9 +4,9 @@
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: 20220523
7
- Contact: blah@cliffano.com
7
+ Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ Generator version: 7.6.0
10
10
 
11
11
  =end
12
12
 
@@ -39,7 +39,7 @@ describe 'StatApi' do
39
39
  # @return [String]
40
40
  describe 'stat_list test' do
41
41
  it 'should work' do
42
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
43
  end
44
44
  end
45
45
 
@@ -49,7 +49,7 @@ describe 'StatApi' do
49
49
  # @return [String]
50
50
  describe 'stat_read test' do
51
51
  it 'should work' do
52
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
53
53
  end
54
54
  end
55
55