clientura 0.1.2 → 0.1.4
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/.rubocop_todo.yml +16 -0
- data/Gemfile.lock +5 -5
- data/VERSION +1 -1
- data/clientura.gemspec +4 -3
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzhmNWM3Y2M2NzU0ODljZWU2NTI5ZmRkYWRhMjcyNjRhZDgwMDZiNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OWFlNzJlNThmYmIwNjYwZDE3NGM4MjIxMTM2NWIyNTY5NTY1NmVmNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTJmYTAwNjFmMDAwMjE1MTI2N2Q2OTZmZjZjMGRiZmEzZDAxM2Q4NjcwMzJh
|
|
10
|
+
NjA1YTNhZjc5OWU3ZDVkMmRiMWRkYTBjMDg4YWQxYjgzYmMxNzI1ODQ0Y2Nk
|
|
11
|
+
ZWI0Y2Y0NzU1YTQ4OWY2Y2MwZWQ0NjcyOTc2OTE4YWEwYTI5M2Q=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTkwMDk4ZTMzNTg5NjY3Zjg2YWMyYWUwOTA2MzNhMzFjNWRkNGM4ZGEyMTU1
|
|
14
|
+
OTVlODEwYjg1M2JmN2FjYWNlZjlhYjhmNmZlNjJiMTJiMTYwZGExZmYwMTEy
|
|
15
|
+
NmNlNTdiZjUzY2ZkZmJjZTYwZjBlMTcyY2ZjMWY5MGMwOTg2YmM=
|
data/.rubocop_todo.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# This configuration was generated by
|
|
2
|
+
# `rubocop --auto-gen-config`
|
|
3
|
+
# on 2016-04-05 11:36:05 +0300 using RuboCop version 0.39.0.
|
|
4
|
+
# The point is for the user to remove these configuration records
|
|
5
|
+
# one by one as the offenses are removed from the code base.
|
|
6
|
+
# Note that changes in the inspected code, or installation of new
|
|
7
|
+
# versions of RuboCop, may require this file to be generated again.
|
|
8
|
+
|
|
9
|
+
# Offense count: 1
|
|
10
|
+
Metrics/AbcSize:
|
|
11
|
+
Max: 26
|
|
12
|
+
|
|
13
|
+
# Offense count: 2
|
|
14
|
+
# Configuration parameters: CountComments.
|
|
15
|
+
Metrics/MethodLength:
|
|
16
|
+
Max: 22
|
data/Gemfile.lock
CHANGED
|
@@ -66,7 +66,7 @@ GEM
|
|
|
66
66
|
multi_json (~> 1.3)
|
|
67
67
|
multi_xml (~> 0.5)
|
|
68
68
|
rack (>= 1.2, < 3)
|
|
69
|
-
parser (2.3.0.
|
|
69
|
+
parser (2.3.0.7)
|
|
70
70
|
ast (~> 2.2)
|
|
71
71
|
powerpack (0.1.1)
|
|
72
72
|
pry (0.10.3)
|
|
@@ -95,12 +95,12 @@ GEM
|
|
|
95
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
96
|
rspec-support (~> 3.4.0)
|
|
97
97
|
rspec-support (3.4.1)
|
|
98
|
-
rubocop (0.
|
|
99
|
-
parser (>= 2.3.0.
|
|
98
|
+
rubocop (0.39.0)
|
|
99
|
+
parser (>= 2.3.0.7, < 3.0)
|
|
100
100
|
powerpack (~> 0.1)
|
|
101
101
|
rainbow (>= 1.99.1, < 3.0)
|
|
102
102
|
ruby-progressbar (~> 1.7)
|
|
103
|
-
unicode-display_width (~> 0.
|
|
103
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
104
104
|
ruby-progressbar (1.7.5)
|
|
105
105
|
simplecov (0.11.2)
|
|
106
106
|
docile (~> 1.1.0)
|
|
@@ -129,7 +129,7 @@ GEM
|
|
|
129
129
|
ethon (>= 0.8.0)
|
|
130
130
|
tzinfo (1.2.2)
|
|
131
131
|
thread_safe (~> 0.1)
|
|
132
|
-
unicode-display_width (0.3
|
|
132
|
+
unicode-display_width (1.0.3)
|
|
133
133
|
|
|
134
134
|
PLATFORMS
|
|
135
135
|
ruby
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/clientura.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
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.1.
|
|
5
|
+
# stub: clientura 0.1.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "clientura"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.4"
|
|
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"]
|
|
13
13
|
s.authors = ["Vlad Shmyhlo"]
|
|
14
|
-
s.date = "2016-04-
|
|
14
|
+
s.date = "2016-04-06"
|
|
15
15
|
s.description = "DSL for defining HTTP clients"
|
|
16
16
|
s.email = "aion.stu@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
".codeclimate.yml",
|
|
24
24
|
".rspec",
|
|
25
25
|
".rubocop.yml",
|
|
26
|
+
".rubocop_todo.yml",
|
|
26
27
|
".ruby-gemset",
|
|
27
28
|
".ruby-version",
|
|
28
29
|
".travis.yml",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clientura
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vlad Shmyhlo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -260,6 +260,7 @@ files:
|
|
|
260
260
|
- .codeclimate.yml
|
|
261
261
|
- .rspec
|
|
262
262
|
- .rubocop.yml
|
|
263
|
+
- .rubocop_todo.yml
|
|
263
264
|
- .ruby-gemset
|
|
264
265
|
- .ruby-version
|
|
265
266
|
- .travis.yml
|