clientura 0.0.6 → 0.0.7

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/clientura.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b7bda8b3a6c0e15f5b3418a3cf6ef76f45d9cd8
4
- data.tar.gz: 4554b988da1924debfb11617ae933d055433fa10
3
+ metadata.gz: 74d80146176c18861d4110a3480cfae4c931a2ca
4
+ data.tar.gz: 1f8158c8cbe76a740a9cb52ac01b29250f6a7708
5
5
  SHA512:
6
- metadata.gz: 21d8c32b6ecb382d17c9a595d0dc1581fff329c76e5bbf5423e8609186a97e45a8ffbb30731f1a15fef8365c1524d9327c39a63d0df1b79278b42f9b98b0ea13
7
- data.tar.gz: 89f8500ad7c15952200fe4c47554bc4a888082ef429e9ccef12fa656a6224aa11a09cf5b02121db8aa5214d1dcd6186ee1a76df2f2c6a50ac97485a1095e37d3
6
+ metadata.gz: b8986b83c18bd5bc284f7b0d98a4f72a61af527dfdac9adec9a60c4779d751b567e4101fe32c2d2b8308c69ba236264facf363296d989159ac5062a3cd75b6dd
7
+ data.tar.gz: a7c334c6b17508d7b6d35eba0a0fe6af189d4e7c5aad81f37ac4d0991a491f1ce931fa7b0b69877b8ae0d5bfaf1ddee31017db96bc4dc2828da90beaf861ff12
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Clientura [![Build Status](https://travis-ci.org/v-shmyhlo/clientura.svg?branch=master)](https://travis-ci.org/v-shmyhlo/clientura) [![Test Coverage](https://codeclimate.com/github/v-shmyhlo/clientura/badges/coverage.svg)](https://codeclimate.com/github/v-shmyhlo/clientura/coverage) [![Code Climate](https://codeclimate.com/github/v-shmyhlo/clientura/badges/gpa.svg)](https://codeclimate.com/github/v-shmyhlo/clientura) [![Issue Count](https://codeclimate.com/github/v-shmyhlo/clientura/badges/issue_count.svg)](https://codeclimate.com/github/v-shmyhlo/clientura)
1
+ # Clientura [![Build Status](https://travis-ci.org/v-shmyhlo/clientura.svg?branch=master)](https://travis-ci.org/v-shmyhlo/clientura) [![Test Coverage](https://codeclimate.com/github/v-shmyhlo/clientura/badges/coverage.svg)](https://codeclimate.com/github/v-shmyhlo/clientura/coverage) [![Code Climate](https://codeclimate.com/github/v-shmyhlo/clientura/badges/gpa.svg)](https://codeclimate.com/github/v-shmyhlo/clientura) [![Issue Count](https://codeclimate.com/github/v-shmyhlo/clientura/badges/issue_count.svg)](https://codeclimate.com/github/v-shmyhlo/clientura) [![Gem Version](https://badge.fury.io/rb/clientura.svg)](https://badge.fury.io/rb/clientura)
2
2
 
3
3
  ### Basic concepts
4
4
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
data/clientura.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: clientura 0.0.6 ruby lib
5
+ # stub: clientura 0.0.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "clientura"
9
- s.version = "0.0.6"
9
+ s.version = "0.0.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clientura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Shmyhlo