data-com-api 0.1.0 → 0.1.1
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 +8 -8
- data/README.md +2 -3
- data/data-com-api.gemspec +2 -2
- data/lib/data-com-api/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGUxZGM1ZmUyNDZhODc0ODFiYWVmYjM2ODVmNDViNzJmZTU0ZGM5YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Yjc1NWEwNmRmOWY5MjI1MDUwZjYzMzZkOTlkNWU1MmY3MWUyOTdmYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzRmYzQ0ODMwYTI4Y2M5NzBjZDk3OGJlNjQ4NjVkZjg1MjUxNWI2NDkxYzA0
|
10
|
+
MTM4YzlkOGRkZmIwNjVmYTYzMmZlZGQ0ZTBjZjM1NWQ4YzhiODNhMmI2MDZl
|
11
|
+
ZmRmMDI0NjY0ZmI4NGMxM2Y2YzljNTNiMDM5YTU1MzJjOWQwOWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzAyNmY1YTVmZWFhMjk1OWFkYTIwYWYxYTI3Yjc2MjIyMjgxYmVhNDQzZGUy
|
14
|
+
NmYyMDAyZWY2OThhYzdmMDRmYzQ4NTNkZjE3NTNkNGZmM2ZmZDBmYzFhNzQ0
|
15
|
+
YWQ5OTQ2ZjA5NDdkNjA5MjVlMmI4MDA5N2I3NjZkZWExMGVkZDM=
|
data/README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
# DataComApi
|
2
2
|
|
3
|
-
|
4
|
-
**Work in progress**
|
3
|
+
Ruby bindings for Data.com API ( Salesforce, ex Jigsaw ).
|
5
4
|
|
6
5
|
## Installation
|
7
6
|
|
8
7
|
Add this line to your application's Gemfile:
|
9
8
|
|
10
|
-
gem 'data-com-api', '~> 0.1.
|
9
|
+
gem 'data-com-api', '~> 0.1.1'
|
11
10
|
|
12
11
|
And then execute:
|
13
12
|
|
data/data-com-api.gemspec
CHANGED
@@ -9,10 +9,10 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Fire-Dragon-DoL"]
|
10
10
|
spec.email = ["francesco.belladonna@gmail.com"]
|
11
11
|
spec.description = <<-eos
|
12
|
-
|
12
|
+
Ruby bindings for Data.com API ( Salesforce, ex Jigsaw )
|
13
13
|
eos
|
14
14
|
spec.summary = <<-eos
|
15
|
-
|
15
|
+
Ruby bindings for Data.com API ( Salesforce, ex Jigsaw )
|
16
16
|
eos
|
17
17
|
spec.homepage = "https://github.com/Fire-Dragon-DoL/data-com-api"
|
18
18
|
spec.license = "MIT"
|
data/lib/data-com-api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: data-com-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fire-Dragon-DoL
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -192,8 +192,7 @@ dependencies:
|
|
192
192
|
- - ! '>='
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
-
description: ! '
|
196
|
-
)
|
195
|
+
description: ! ' Ruby bindings for Data.com API ( Salesforce, ex Jigsaw )
|
197
196
|
|
198
197
|
'
|
199
198
|
email:
|
@@ -264,7 +263,7 @@ rubyforge_project:
|
|
264
263
|
rubygems_version: 2.1.11
|
265
264
|
signing_key:
|
266
265
|
specification_version: 4
|
267
|
-
summary:
|
266
|
+
summary: Ruby bindings for Data.com API ( Salesforce, ex Jigsaw )
|
268
267
|
test_files:
|
269
268
|
- spec/factories/client_factory.rb
|
270
269
|
- spec/factories/data-com/company_contact_count/department_factory.rb
|