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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21dab1306f76bac038b16bfc2d7c6e5ccb43ea23
4
- data.tar.gz: 5217e66cc73f48eceb15e6baa470f9304c41fa5a
3
+ metadata.gz: cfc115682eb872111e9e93d53d4c31e194a8c549
4
+ data.tar.gz: c2baa3fbe342d06d28ef231962d11811eab6754c
5
5
  SHA512:
6
- metadata.gz: 306e8f7e13843f67f036ace37e9329fbb113a43593e9a0cee432e58b5bf44eb1da7c4827d8710ab03dc3d9d17aa7127e4fa5faf8121d6d906d85fe06bc3ee534
7
- data.tar.gz: c2ccf39403583e638823aaa0a803a60dc3ed9cada21bfa77afe902ec11b634a837670d6e02ff2682608ec8907d9dae4e95f3e3989f583d84103b2512771c4c7e
6
+ metadata.gz: 9321c5640e757a146f82901ed1d25e9854b8173b1123964a92c354f8c32eca6afd1058422c6a39daf78d6a9712fd65ef5213de8680906202889c8bc0c857ee2b
7
+ data.tar.gz: a534e3f517dd2a1d4a21ab9ed4683e5077868d48e0c2983b529f0700f6fd3c91e2155392d70aefc3f51aaa04c20cb6e863078b49d67cf29067956277f243cc5a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Exist.IO API Ruby Client
1
+ # Exist API Ruby Client
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/exist.png)](http://badge.fury.io/rb/exist) [![Build Status](https://travis-ci.org/blackxored/exist.png)](https://travis-ci.org/blackxored/exist) [![Coverage Status](https://coveralls.io/repos/blackxored/exist/badge.png?branch=master)](https://coveralls.io/r/blackxored/exist) [![Dependency Status](https://gemnasium.com/blackxored/exist.png)](https://gemnasium.com/blackxored/exist) [![Code Climate](https://codeclimate.com/github/blackxored/exist.png)](https://codeclimate.com/github/blackxored/exist)
4
4
 
@@ -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.IO API"
9
- gem.description = %q{Ruby client for the Exist.IO life-tracking/correlation platform API}
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"
@@ -1,3 +1,3 @@
1
1
  module Exist
2
- VERSION = "0.1.0.beta.4"
2
+ VERSION = "0.1.0.beta.5"
3
3
  end
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
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-25 00:00:00.000000000 Z
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.IO life-tracking/correlation platform API
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.IO API
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