smooch-api 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/AppApi.md +4 -4
  4. data/lib/smooch-api/api/app_api.rb +40 -15
  5. data/lib/smooch-api/api/app_user_api.rb +56 -19
  6. data/lib/smooch-api/api/conversation_api.rb +23 -8
  7. data/lib/smooch-api/api/init_api.rb +5 -2
  8. data/lib/smooch-api/api/integration_api.rb +53 -18
  9. data/lib/smooch-api/api/menu_api.rb +5 -2
  10. data/lib/smooch-api/api/webhook_api.rb +32 -11
  11. data/lib/smooch-api/api_client.rb +2 -1
  12. data/lib/smooch-api/api_error.rb +2 -1
  13. data/lib/smooch-api/configuration.rb +8 -1
  14. data/lib/smooch-api/models/action.rb +2 -1
  15. data/lib/smooch-api/models/app.rb +2 -1
  16. data/lib/smooch-api/models/app_create.rb +2 -1
  17. data/lib/smooch-api/models/app_response.rb +2 -1
  18. data/lib/smooch-api/models/app_user.rb +2 -1
  19. data/lib/smooch-api/models/app_user_link.rb +2 -1
  20. data/lib/smooch-api/models/app_user_pre_create.rb +2 -1
  21. data/lib/smooch-api/models/app_user_response.rb +2 -1
  22. data/lib/smooch-api/models/app_user_update.rb +2 -1
  23. data/lib/smooch-api/models/client.rb +2 -1
  24. data/lib/smooch-api/models/client_info.rb +2 -1
  25. data/lib/smooch-api/models/conversation.rb +2 -1
  26. data/lib/smooch-api/models/destination.rb +2 -1
  27. data/lib/smooch-api/models/device_init.rb +2 -1
  28. data/lib/smooch-api/models/device_response.rb +2 -1
  29. data/lib/smooch-api/models/device_update.rb +2 -1
  30. data/lib/smooch-api/models/display_settings.rb +2 -1
  31. data/lib/smooch-api/models/event.rb +2 -1
  32. data/lib/smooch-api/models/get_messages_response.rb +2 -1
  33. data/lib/smooch-api/models/init.rb +2 -1
  34. data/lib/smooch-api/models/init_response.rb +2 -1
  35. data/lib/smooch-api/models/integration.rb +2 -1
  36. data/lib/smooch-api/models/integration_create.rb +2 -1
  37. data/lib/smooch-api/models/integration_response.rb +2 -1
  38. data/lib/smooch-api/models/jwt_response.rb +2 -1
  39. data/lib/smooch-api/models/list_apps_response.rb +2 -1
  40. data/lib/smooch-api/models/list_integrations_response.rb +2 -1
  41. data/lib/smooch-api/models/list_secret_keys_response.rb +2 -1
  42. data/lib/smooch-api/models/list_webhooks_response.rb +2 -1
  43. data/lib/smooch-api/models/menu.rb +2 -1
  44. data/lib/smooch-api/models/menu_item.rb +2 -1
  45. data/lib/smooch-api/models/menu_response.rb +2 -1
  46. data/lib/smooch-api/models/message.rb +2 -1
  47. data/lib/smooch-api/models/message_item.rb +2 -1
  48. data/lib/smooch-api/models/message_post.rb +2 -1
  49. data/lib/smooch-api/models/message_response.rb +2 -1
  50. data/lib/smooch-api/models/post_messages_response.rb +2 -1
  51. data/lib/smooch-api/models/secret_key.rb +2 -1
  52. data/lib/smooch-api/models/secret_key_create.rb +2 -1
  53. data/lib/smooch-api/models/secret_key_response.rb +2 -1
  54. data/lib/smooch-api/models/track_event_response.rb +2 -1
  55. data/lib/smooch-api/models/typing_activity_trigger.rb +2 -1
  56. data/lib/smooch-api/models/webhook.rb +2 -1
  57. data/lib/smooch-api/models/webhook_create.rb +2 -1
  58. data/lib/smooch-api/models/webhook_response.rb +2 -1
  59. data/lib/smooch-api/models/webhook_update.rb +2 -1
  60. data/lib/smooch-api/version.rb +3 -2
  61. data/lib/smooch-api.rb +2 -1
  62. data/smooch-api.gemspec +3 -2
  63. data/spec/api_client_spec.rb +2 -1
  64. data/spec/configuration_spec.rb +2 -1
  65. data/spec/spec_helper.rb +2 -1
  66. metadata +5 -5
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,12 +3,13 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
12
13
  module SmoochApi
13
- VERSION = "1.1.0"
14
+ VERSION = "1.2.0"
14
15
  end
data/lib/smooch-api.rb CHANGED
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
data/smooch-api.gemspec CHANGED
@@ -5,9 +5,10 @@
5
5
 
6
6
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
7
7
 
8
- OpenAPI spec version: 1.1
8
+ OpenAPI spec version: 1.2
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ Swagger Codegen version: 2.2.3-SNAPSHOT
11
12
 
12
13
  =end
13
14
 
@@ -35,7 +36,7 @@ Gem::Specification.new do |s|
35
36
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
36
37
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
37
38
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
38
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.11'
39
+ s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
39
40
 
40
41
  s.files = `find *`.split("\n").uniq.sort.select{|f| !f.empty? }
41
42
  s.test_files = `find spec/*`.split("\n")
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
data/spec/spec_helper.rb CHANGED
@@ -3,9 +3,10 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 1.1
6
+ OpenAPI spec version: 1.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
9
10
 
10
11
  =end
11
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smooch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-31 00:00:00.000000000 Z
11
+ date: 2017-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -179,7 +179,7 @@ dependencies:
179
179
  version: '0.2'
180
180
  - - ">="
181
181
  - !ruby/object:Gem::Version
182
- version: 0.2.11
182
+ version: 0.2.12
183
183
  type: :development
184
184
  prerelease: false
185
185
  version_requirements: !ruby/object:Gem::Requirement
@@ -189,7 +189,7 @@ dependencies:
189
189
  version: '0.2'
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 0.2.11
192
+ version: 0.2.12
193
193
  description: The Smooch API is a unified interface for powering messaging in your
194
194
  customer experiences across every channel. Our API speeds access to new markets,
195
195
  reduces time to ship, eliminates complexity, and helps you build the best experiences
@@ -339,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
339
  version: '0'
340
340
  requirements: []
341
341
  rubyforge_project:
342
- rubygems_version: 2.4.5.2
342
+ rubygems_version: 2.6.11
343
343
  signing_key:
344
344
  specification_version: 4
345
345
  summary: Smooch Ruby Gem