bombbomb 1.0.0 → 2.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGZjNmNlYmEwNTRiZjZmNjdiYTE2NGQ4NTc2NjE0NmYyZmU3ZmY0OA==
4
+ ODU1ZDI1MThhZmVkODFiYTFiYzJmZGRiY2JiZmYyOWQ5YTFhYjY1MA==
5
5
  data.tar.gz: !binary |-
6
- NGY0ODRmNzllN2ViZjI5YTliMWU1Nzg1YjJiNWJhODkwYTAzYmRhNA==
6
+ ZDk1ZDlhNzU5ODhhMThlMmJlYzYyZDMzZGFkNjNlNGQ5NjQ2Y2UzZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTNjZmE2MjU1N2IxMjQxOWM1NzdhNGI0MTcwOWEzNWIzZTliMTMwZjllNTQw
10
- NjZkN2MxMjgyYWI2ZDI2NjIyMzRlYzg1ODE0YWNjMjJhYTM4ODNmMTNlZGUw
11
- MjY4NzY2MjNhZmMwZTdkZmZmMWMwYTA4ZTFmYWIxOGE4MGU1ZDA=
9
+ YzIyY2MxY2EzOWQwZmJiZmUyN2IyOGNhZGUxZTQ0OWY5NDY0MjY5NjI2NTJj
10
+ YjFhNmZlOWRiNjcxNWIxY2VkNWFlMDhmOTI0NmM3OThkZjc5MWJiNTk0MGQy
11
+ NTNlODQwYWQ0ZjU5YzY4MGNmZWJlYjc1ZjA1MTY2ZGNiMzE2ODI=
12
12
  data.tar.gz: !binary |-
13
- NTg4MzBjMzJiODc1MGQwYjhmZjJhMTkzOGMxZTM5OTE0YTI3YmMzZmE0MDE0
14
- ZTAyMDJmNTYwMDk0NzczNDdlMzU4MmVmMWUwYWZlNjVlMWFmM2ViMTQ5MzU4
15
- NzMyZWVkZmE4NjliOWJlZDhiYmRlMzk4NzAzNmMxYzE0OTkzMWY=
13
+ Y2MyODdjNmJhNmQzMzUzOTRkN2YxYzg4Mjc1YWU1YmM0NjJjM2JlMzg4Yjg0
14
+ YTZjMmMwOTg0YTUyNmFlYjY1ODVkYWJmMDViY2RiZDQ3NjlmMmM4NDBiMGY3
15
+ N2JjNjE3NmI3YTM5ZGM5MzNkNDU2N2JhZWZjZDczNmM0Y2VmOTY=
data/README.md CHANGED
@@ -7,8 +7,8 @@ We make it easy to build relationships using simple videos.
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0
10
- - Package version: 1.0.0
11
- - Build date: 2016-09-08T16:50:41.458Z
10
+ - Package version: 2.0
11
+ - Build date: 2016-09-08T19:59:46.240Z
12
12
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,15 +24,15 @@ gem build bombbomb.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./bombbomb-1.0.0.gem
27
+ gem install ./bombbomb-2.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./bombbomb-1.0.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./bombbomb-2.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'bombbomb', '~> 1.0.0'
35
+ gem 'bombbomb', '~> 2.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -78,7 +78,7 @@ end
78
78
 
79
79
  ## Documentation for API Endpoints
80
80
 
81
- All URIs are relative to *https://dev.api.bombbomb.com/v2*
81
+ All URIs are relative to *https://api.bombbomb.com/v2*
82
82
 
83
83
  Class | Method | HTTP request | Description
84
84
  ------------ | ------------- | ------------- | -------------
@@ -119,7 +119,7 @@ Class | Method | HTTP request | Description
119
119
 
120
120
  - **Type**: OAuth
121
121
  - **Flow**: implicit
122
- - **Authorization URL**: https://dev.app.bombbomb.com/auth/authorize
122
+ - **Authorization URL**: https://app.bombbomb.com/auth/authorize
123
123
  - **Scopes**:
124
124
  - all:manage: Manage All
125
125
  - all:read: Read All
data/bombbomb.gemspec CHANGED
@@ -30,8 +30,8 @@ Gem::Specification.new do |s|
30
30
  s.name = "bombbomb"
31
31
  s.version = BombBomb::VERSION
32
32
  s.platform = Gem::Platform::RUBY
33
- s.authors = ["Swagger-Codegen"]
34
- s.email = [""]
33
+ s.authors = ["BombBomb"]
34
+ s.email = ["support@bombbomb.com"]
35
35
  s.homepage = "http://developer.bombbomb.com"
36
36
  s.summary = "A ruby wrapper for BombBomb's API"
37
37
  s.description = "We make it easy to build relationships using simple videos."
data/docs/PromptsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BombBomb::PromptsApi
2
2
 
3
- All URIs are relative to *https://dev.api.bombbomb.com/v2*
3
+ All URIs are relative to *https://api.bombbomb.com/v2*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/TeamsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BombBomb::TeamsApi
2
2
 
3
- All URIs are relative to *https://dev.api.bombbomb.com/v2*
3
+ All URIs are relative to *https://api.bombbomb.com/v2*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/UtilitiesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BombBomb::UtilitiesApi
2
2
 
3
- All URIs are relative to *https://dev.api.bombbomb.com/v2*
3
+ All URIs are relative to *https://api.bombbomb.com/v2*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/WebhooksApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BombBomb::WebhooksApi
2
2
 
3
- All URIs are relative to *https://dev.api.bombbomb.com/v2*
3
+ All URIs are relative to *https://api.bombbomb.com/v2*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -135,7 +135,7 @@ module BombBomb
135
135
 
136
136
  def initialize
137
137
  @scheme = 'https'
138
- @host = 'dev.api.bombbomb.com'
138
+ @host = 'api.bombbomb.com'
139
139
  @base_path = '/v2'
140
140
  @api_key = {}
141
141
  @api_key_prefix = {}
@@ -22,5 +22,5 @@ limitations under the License.
22
22
  =end
23
23
 
24
24
  module BombBomb
25
- VERSION = "1.0.0"
25
+ VERSION = "2.0"
26
26
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bombbomb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: '2.0'
5
5
  platform: ruby
6
6
  authors:
7
- - Swagger-Codegen
7
+ - BombBomb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -192,7 +192,7 @@ dependencies:
192
192
  version: 0.2.11
193
193
  description: We make it easy to build relationships using simple videos.
194
194
  email:
195
- - ''
195
+ - support@bombbomb.com
196
196
  executables: []
197
197
  extensions: []
198
198
  extra_rdoc_files: []