promptcloud_data_api 0.0.1.beta1 → 0.0.1.beta2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module PromptcloudDataApi
2
- VERSION = "0.0.1.beta1"
2
+ VERSION = "0.0.1.beta2"
3
3
  end
@@ -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 = ["rubygems@promptcloud.com"]
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.beta1
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
- - rubygems@promptcloud.com
33
+ - promptcloud-data-api@promptcloud.com
34
34
  executables:
35
35
  - get_promptcloud_data
36
36
  extensions: []