pokeapi_client 0.9.1 → 0.10.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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +5 -4
  4. data/lib/pokeapi_client/api/ability_api.rb +4 -2
  5. data/lib/pokeapi_client/api/berry_api.rb +4 -2
  6. data/lib/pokeapi_client/api/berry_firmness_api.rb +4 -2
  7. data/lib/pokeapi_client/api/berry_flavor_api.rb +4 -2
  8. data/lib/pokeapi_client/api/characteristic_api.rb +4 -2
  9. data/lib/pokeapi_client/api/contest_effect_api.rb +4 -2
  10. data/lib/pokeapi_client/api/contest_type_api.rb +4 -2
  11. data/lib/pokeapi_client/api/egg_group_api.rb +4 -2
  12. data/lib/pokeapi_client/api/encounter_condition_api.rb +4 -2
  13. data/lib/pokeapi_client/api/encounter_condition_value_api.rb +4 -2
  14. data/lib/pokeapi_client/api/encounter_method_api.rb +4 -2
  15. data/lib/pokeapi_client/api/evolution_chain_api.rb +4 -2
  16. data/lib/pokeapi_client/api/evolution_trigger_api.rb +4 -2
  17. data/lib/pokeapi_client/api/gender_api.rb +4 -2
  18. data/lib/pokeapi_client/api/generation_api.rb +4 -2
  19. data/lib/pokeapi_client/api/growth_rate_api.rb +4 -2
  20. data/lib/pokeapi_client/api/item_api.rb +4 -2
  21. data/lib/pokeapi_client/api/item_attribute_api.rb +4 -2
  22. data/lib/pokeapi_client/api/item_category_api.rb +4 -2
  23. data/lib/pokeapi_client/api/item_fling_effect_api.rb +4 -2
  24. data/lib/pokeapi_client/api/item_pocket_api.rb +4 -2
  25. data/lib/pokeapi_client/api/language_api.rb +4 -2
  26. data/lib/pokeapi_client/api/location_api.rb +4 -2
  27. data/lib/pokeapi_client/api/location_area_api.rb +4 -2
  28. data/lib/pokeapi_client/api/machine_api.rb +4 -2
  29. data/lib/pokeapi_client/api/move_ailment_api.rb +4 -2
  30. data/lib/pokeapi_client/api/move_api.rb +4 -2
  31. data/lib/pokeapi_client/api/move_battle_style_api.rb +4 -2
  32. data/lib/pokeapi_client/api/move_category_api.rb +4 -2
  33. data/lib/pokeapi_client/api/move_damage_class_api.rb +4 -2
  34. data/lib/pokeapi_client/api/move_learn_method_api.rb +4 -2
  35. data/lib/pokeapi_client/api/move_target_api.rb +4 -2
  36. data/lib/pokeapi_client/api/nature_api.rb +4 -2
  37. data/lib/pokeapi_client/api/pal_park_area_api.rb +4 -2
  38. data/lib/pokeapi_client/api/pokeathlon_stat_api.rb +4 -2
  39. data/lib/pokeapi_client/api/pokedex_api.rb +4 -2
  40. data/lib/pokeapi_client/api/pokemon_api.rb +4 -2
  41. data/lib/pokeapi_client/api/pokemon_color_api.rb +4 -2
  42. data/lib/pokeapi_client/api/pokemon_form_api.rb +4 -2
  43. data/lib/pokeapi_client/api/pokemon_habitat_api.rb +4 -2
  44. data/lib/pokeapi_client/api/pokemon_shape_api.rb +4 -2
  45. data/lib/pokeapi_client/api/pokemon_species_api.rb +4 -2
  46. data/lib/pokeapi_client/api/region_api.rb +4 -2
  47. data/lib/pokeapi_client/api/stat_api.rb +4 -2
  48. data/lib/pokeapi_client/api/super_contest_effect_api.rb +4 -2
  49. data/lib/pokeapi_client/api/type_api.rb +4 -2
  50. data/lib/pokeapi_client/api/version_api.rb +4 -2
  51. data/lib/pokeapi_client/api/version_group_api.rb +4 -2
  52. data/lib/pokeapi_client/api_client.rb +7 -3
  53. data/lib/pokeapi_client/api_error.rb +4 -2
  54. data/lib/pokeapi_client/configuration.rb +6 -3
  55. data/lib/pokeapi_client/version.rb +5 -3
  56. data/lib/pokeapi_client.rb +4 -2
  57. data/pokeapi_client.gemspec +4 -2
  58. data/spec/api/ability_api_spec.rb +4 -2
  59. data/spec/api/berry_api_spec.rb +4 -2
  60. data/spec/api/berry_firmness_api_spec.rb +4 -2
  61. data/spec/api/berry_flavor_api_spec.rb +4 -2
  62. data/spec/api/characteristic_api_spec.rb +4 -2
  63. data/spec/api/contest_effect_api_spec.rb +4 -2
  64. data/spec/api/contest_type_api_spec.rb +4 -2
  65. data/spec/api/egg_group_api_spec.rb +4 -2
  66. data/spec/api/encounter_condition_api_spec.rb +4 -2
  67. data/spec/api/encounter_condition_value_api_spec.rb +4 -2
  68. data/spec/api/encounter_method_api_spec.rb +4 -2
  69. data/spec/api/evolution_chain_api_spec.rb +4 -2
  70. data/spec/api/evolution_trigger_api_spec.rb +4 -2
  71. data/spec/api/gender_api_spec.rb +4 -2
  72. data/spec/api/generation_api_spec.rb +4 -2
  73. data/spec/api/growth_rate_api_spec.rb +4 -2
  74. data/spec/api/item_api_spec.rb +4 -2
  75. data/spec/api/item_attribute_api_spec.rb +4 -2
  76. data/spec/api/item_category_api_spec.rb +4 -2
  77. data/spec/api/item_fling_effect_api_spec.rb +4 -2
  78. data/spec/api/item_pocket_api_spec.rb +4 -2
  79. data/spec/api/language_api_spec.rb +4 -2
  80. data/spec/api/location_api_spec.rb +4 -2
  81. data/spec/api/location_area_api_spec.rb +4 -2
  82. data/spec/api/machine_api_spec.rb +4 -2
  83. data/spec/api/move_ailment_api_spec.rb +4 -2
  84. data/spec/api/move_api_spec.rb +4 -2
  85. data/spec/api/move_battle_style_api_spec.rb +4 -2
  86. data/spec/api/move_category_api_spec.rb +4 -2
  87. data/spec/api/move_damage_class_api_spec.rb +4 -2
  88. data/spec/api/move_learn_method_api_spec.rb +4 -2
  89. data/spec/api/move_target_api_spec.rb +4 -2
  90. data/spec/api/nature_api_spec.rb +4 -2
  91. data/spec/api/pal_park_area_api_spec.rb +4 -2
  92. data/spec/api/pokeathlon_stat_api_spec.rb +4 -2
  93. data/spec/api/pokedex_api_spec.rb +4 -2
  94. data/spec/api/pokemon_api_spec.rb +4 -2
  95. data/spec/api/pokemon_color_api_spec.rb +4 -2
  96. data/spec/api/pokemon_form_api_spec.rb +4 -2
  97. data/spec/api/pokemon_habitat_api_spec.rb +4 -2
  98. data/spec/api/pokemon_shape_api_spec.rb +4 -2
  99. data/spec/api/pokemon_species_api_spec.rb +4 -2
  100. data/spec/api/region_api_spec.rb +4 -2
  101. data/spec/api/stat_api_spec.rb +4 -2
  102. data/spec/api/super_contest_effect_api_spec.rb +4 -2
  103. data/spec/api/type_api_spec.rb +4 -2
  104. data/spec/api/version_api_spec.rb +4 -2
  105. data/spec/api/version_group_api_spec.rb +4 -2
  106. data/spec/api_client_spec.rb +4 -2
  107. data/spec/configuration_spec.rb +4 -2
  108. data/spec/spec_helper.rb +4 -2
  109. metadata +41 -41
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
data/spec/spec_helper.rb CHANGED
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokeapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cliffano Subagio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -250,54 +250,54 @@ signing_key:
250
250
  specification_version: 4
251
251
  summary: Ruby Gem
252
252
  test_files:
253
- - spec/api/evolution_chain_api_spec.rb
254
- - spec/api/encounter_condition_api_spec.rb
255
- - spec/api/contest_effect_api_spec.rb
256
- - spec/api/encounter_condition_value_api_spec.rb
257
- - spec/api/type_api_spec.rb
253
+ - spec/api/item_pocket_api_spec.rb
254
+ - spec/api/stat_api_spec.rb
255
+ - spec/api/move_api_spec.rb
256
+ - spec/api/move_battle_style_api_spec.rb
257
+ - spec/api/machine_api_spec.rb
258
+ - spec/api/berry_api_spec.rb
258
259
  - spec/api/super_contest_effect_api_spec.rb
259
- - spec/api/pokeathlon_stat_api_spec.rb
260
- - spec/api/gender_api_spec.rb
261
- - spec/api/nature_api_spec.rb
262
- - spec/api/location_area_api_spec.rb
260
+ - spec/api/move_damage_class_api_spec.rb
261
+ - spec/api/berry_firmness_api_spec.rb
263
262
  - spec/api/item_attribute_api_spec.rb
264
- - spec/api/contest_type_api_spec.rb
265
- - spec/api/evolution_trigger_api_spec.rb
266
- - spec/api/pokemon_species_api_spec.rb
267
- - spec/api/characteristic_api_spec.rb
268
- - spec/api/move_category_api_spec.rb
269
263
  - spec/api/region_api_spec.rb
270
- - spec/api/pokedex_api_spec.rb
271
- - spec/api/encounter_method_api_spec.rb
272
- - spec/api/move_damage_class_api_spec.rb
264
+ - spec/api/item_category_api_spec.rb
265
+ - spec/api/generation_api_spec.rb
266
+ - spec/api/move_category_api_spec.rb
273
267
  - spec/api/move_ailment_api_spec.rb
274
- - spec/api/move_target_api_spec.rb
275
- - spec/api/pokemon_habitat_api_spec.rb
268
+ - spec/api/location_api_spec.rb
276
269
  - spec/api/move_learn_method_api_spec.rb
277
- - spec/api/item_category_api_spec.rb
278
- - spec/api/ability_api_spec.rb
279
- - spec/api/pokemon_color_api_spec.rb
270
+ - spec/api/contest_type_api_spec.rb
271
+ - spec/api/encounter_method_api_spec.rb
272
+ - spec/api/pokemon_form_api_spec.rb
273
+ - spec/api/location_area_api_spec.rb
274
+ - spec/api/encounter_condition_value_api_spec.rb
275
+ - spec/api/encounter_condition_api_spec.rb
276
+ - spec/api/characteristic_api_spec.rb
277
+ - spec/api/language_api_spec.rb
280
278
  - spec/api/item_fling_effect_api_spec.rb
281
- - spec/api/berry_api_spec.rb
282
- - spec/api/pokemon_shape_api_spec.rb
283
- - spec/api/version_api_spec.rb
284
- - spec/api/version_group_api_spec.rb
285
- - spec/api/item_pocket_api_spec.rb
286
- - spec/api/egg_group_api_spec.rb
287
- - spec/api/generation_api_spec.rb
279
+ - spec/api/evolution_chain_api_spec.rb
288
280
  - spec/api/pokemon_api_spec.rb
289
- - spec/api/move_api_spec.rb
290
- - spec/api/pal_park_area_api_spec.rb
291
- - spec/api/language_api_spec.rb
292
- - spec/api/berry_firmness_api_spec.rb
293
- - spec/api/pokemon_form_api_spec.rb
294
- - spec/api/stat_api_spec.rb
281
+ - spec/api/pokemon_habitat_api_spec.rb
282
+ - spec/api/contest_effect_api_spec.rb
283
+ - spec/api/type_api_spec.rb
284
+ - spec/api/pokemon_color_api_spec.rb
285
+ - spec/api/item_api_spec.rb
286
+ - spec/api/move_target_api_spec.rb
287
+ - spec/api/egg_group_api_spec.rb
295
288
  - spec/api/berry_flavor_api_spec.rb
296
- - spec/api/machine_api_spec.rb
297
- - spec/api/move_battle_style_api_spec.rb
298
- - spec/api/location_api_spec.rb
289
+ - spec/api/nature_api_spec.rb
290
+ - spec/api/pokeathlon_stat_api_spec.rb
291
+ - spec/api/version_group_api_spec.rb
292
+ - spec/api/pokemon_species_api_spec.rb
293
+ - spec/api/pokemon_shape_api_spec.rb
294
+ - spec/api/pokedex_api_spec.rb
299
295
  - spec/api/growth_rate_api_spec.rb
300
- - spec/api/item_api_spec.rb
296
+ - spec/api/evolution_trigger_api_spec.rb
297
+ - spec/api/ability_api_spec.rb
298
+ - spec/api/gender_api_spec.rb
299
+ - spec/api/pal_park_area_api_spec.rb
300
+ - spec/api/version_api_spec.rb
301
301
  - spec/api_client_spec.rb
302
302
  - spec/configuration_spec.rb
303
303
  - spec/spec_helper.rb