promptcloud_data_api 0.0.1.beta1 → 0.0.1.beta2
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.
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "promptcloud_data_api"
|
8
8
|
gem.version = PromptcloudDataApi::VERSION
|
9
9
|
gem.authors = ["PromptCloud"]
|
10
|
-
gem.email = ["
|
10
|
+
gem.email = ["promptcloud-data-api@promptcloud.com"]
|
11
11
|
gem.description = %q{This gem can be used to download data from Promptcloud data API. You need to be PromptCloud client to get the data data though :)}
|
12
12
|
gem.summary = %q{use it to query promptcloud indexed data}
|
13
13
|
gem.homepage = "http://promptcloud.com"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promptcloud_data_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.beta2
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
description: This gem can be used to download data from Promptcloud data API. You
|
31
31
|
need to be PromptCloud client to get the data data though :)
|
32
32
|
email:
|
33
|
-
-
|
33
|
+
- promptcloud-data-api@promptcloud.com
|
34
34
|
executables:
|
35
35
|
- get_promptcloud_data
|
36
36
|
extensions: []
|