exist 0.1.0.beta.4 → 0.1.0.beta.5
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 +4 -4
- data/README.md +1 -1
- data/exist.gemspec +2 -2
- data/lib/exist/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfc115682eb872111e9e93d53d4c31e194a8c549
|
|
4
|
+
data.tar.gz: c2baa3fbe342d06d28ef231962d11811eab6754c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9321c5640e757a146f82901ed1d25e9854b8173b1123964a92c354f8c32eca6afd1058422c6a39daf78d6a9712fd65ef5213de8680906202889c8bc0c857ee2b
|
|
7
|
+
data.tar.gz: a534e3f517dd2a1d4a21ab9ed4683e5077868d48e0c2983b529f0700f6fd3c91e2155392d70aefc3f51aaa04c20cb6e863078b49d67cf29067956277f243cc5a
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Exist
|
|
1
|
+
# Exist API Ruby Client
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/exist) [](https://travis-ci.org/blackxored/exist) [](https://coveralls.io/r/blackxored/exist) [](https://gemnasium.com/blackxored/exist) [](https://codeclimate.com/github/blackxored/exist)
|
|
4
4
|
|
data/exist.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ require File.expand_path('../lib/exist/version', __FILE__)
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "exist"
|
|
7
7
|
gem.version = Exist::VERSION
|
|
8
|
-
gem.summary = "Ruby client for the Exist
|
|
9
|
-
gem.description = %q{Ruby client for the Exist
|
|
8
|
+
gem.summary = "Ruby client for the Exist API"
|
|
9
|
+
gem.description = %q{Ruby client for the Exist life-tracking/correlation platform API (http://exist.io)}
|
|
10
10
|
gem.license = "MIT"
|
|
11
11
|
gem.authors = ["Adrian Perez"]
|
|
12
12
|
gem.email = "adrianperez.deb@gmail.com"
|
data/lib/exist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.beta.
|
|
4
|
+
version: 0.1.0.beta.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Perez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -192,7 +192,7 @@ dependencies:
|
|
|
192
192
|
- - ">="
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
194
|
version: 0.10.1
|
|
195
|
-
description: Ruby client for the Exist
|
|
195
|
+
description: Ruby client for the Exist life-tracking/correlation platform API (http://exist.io)
|
|
196
196
|
email: adrianperez.deb@gmail.com
|
|
197
197
|
executables: []
|
|
198
198
|
extensions: []
|
|
@@ -258,7 +258,7 @@ rubyforge_project:
|
|
|
258
258
|
rubygems_version: 2.4.5
|
|
259
259
|
signing_key:
|
|
260
260
|
specification_version: 4
|
|
261
|
-
summary: Ruby client for the Exist
|
|
261
|
+
summary: Ruby client for the Exist API
|
|
262
262
|
test_files:
|
|
263
263
|
- spec/exist/api_spec.rb
|
|
264
264
|
- spec/exist_spec.rb
|