exponea 0.1.9 → 1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +38 -40
- data/changelog.md +12 -15
- data/exponea.gemspec +1 -2
- data/lib/exponea/version.rb +1 -1
- data/lib/exponea.rb +0 -1
- metadata +5 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a179bdd4654432cfec56541cdd7ac90a624612fe2d1adcb1bffa56763beb7782
|
4
|
+
data.tar.gz: eb40d8c2dbaee3953fe9e61ac12a681496c1b156850e6265edc612edcfc1622b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09d217b2edf6d11ea892bc141b07db1e8bd37931ac8266d1193087c2d6ced6360d69af25f7273fde080942cc8ce2f0b6453eb6965b7e026d05edb88dc9d3db3a'
|
7
|
+
data.tar.gz: e3f2a35989410428f7af026c61390a78925ccedbbf4f7586a6a9192e1310738c093fdf7582eb3ae4033b81aa4852e3ab79af287c032c0461074786638abfef90
|
data/Gemfile.lock
CHANGED
@@ -1,51 +1,49 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
exponea (
|
5
|
-
faraday (~>
|
6
|
-
faraday_middleware (~> 1)
|
4
|
+
exponea (1)
|
5
|
+
faraday (~> 2)
|
7
6
|
|
8
7
|
GEM
|
9
8
|
remote: https://rubygems.org/
|
10
9
|
specs:
|
11
|
-
addressable (2.
|
12
|
-
public_suffix (>= 2.0.2, <
|
13
|
-
ast (2.4.
|
10
|
+
addressable (2.8.1)
|
11
|
+
public_suffix (>= 2.0.2, < 6.0)
|
12
|
+
ast (2.4.2)
|
14
13
|
codecov (0.1.21)
|
15
14
|
json
|
16
15
|
simplecov
|
17
|
-
crack (0.4.
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
16
|
+
crack (0.4.5)
|
17
|
+
rexml
|
18
|
+
diff-lcs (1.5.0)
|
19
|
+
docile (1.4.0)
|
20
|
+
faraday (2.6.0)
|
21
|
+
faraday-net_http (>= 2.0, < 3.1)
|
22
|
+
ruby2_keywords (>= 0.0.4)
|
23
|
+
faraday-net_http (3.0.0)
|
25
24
|
hashdiff (1.0.1)
|
26
|
-
json (2.
|
27
|
-
|
28
|
-
|
29
|
-
parser (2.7.2.0)
|
25
|
+
json (2.6.2)
|
26
|
+
parallel (1.22.1)
|
27
|
+
parser (3.1.2.1)
|
30
28
|
ast (~> 2.4.1)
|
31
|
-
public_suffix (
|
32
|
-
rainbow (3.
|
33
|
-
rake (13.0.
|
34
|
-
regexp_parser (2.
|
35
|
-
rexml (3.2.
|
36
|
-
rspec (3.
|
37
|
-
rspec-core (~> 3.
|
38
|
-
rspec-expectations (~> 3.
|
39
|
-
rspec-mocks (~> 3.
|
40
|
-
rspec-core (3.
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-expectations (3.
|
29
|
+
public_suffix (5.0.0)
|
30
|
+
rainbow (3.1.1)
|
31
|
+
rake (13.0.6)
|
32
|
+
regexp_parser (2.6.0)
|
33
|
+
rexml (3.2.5)
|
34
|
+
rspec (3.11.0)
|
35
|
+
rspec-core (~> 3.11.0)
|
36
|
+
rspec-expectations (~> 3.11.0)
|
37
|
+
rspec-mocks (~> 3.11.0)
|
38
|
+
rspec-core (3.11.0)
|
39
|
+
rspec-support (~> 3.11.0)
|
40
|
+
rspec-expectations (3.11.1)
|
43
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-mocks (3.
|
42
|
+
rspec-support (~> 3.11.0)
|
43
|
+
rspec-mocks (3.11.1)
|
46
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.
|
48
|
-
rspec-support (3.
|
45
|
+
rspec-support (~> 3.11.0)
|
46
|
+
rspec-support (3.11.1)
|
49
47
|
rubocop (0.93.1)
|
50
48
|
parallel (~> 1.10)
|
51
49
|
parser (>= 2.7.1.5)
|
@@ -55,16 +53,16 @@ GEM
|
|
55
53
|
rubocop-ast (>= 0.6.0)
|
56
54
|
ruby-progressbar (~> 1.7)
|
57
55
|
unicode-display_width (>= 1.4.0, < 2.0)
|
58
|
-
rubocop-ast (1.
|
59
|
-
parser (>=
|
60
|
-
ruby-progressbar (1.
|
61
|
-
ruby2_keywords (0.0.
|
56
|
+
rubocop-ast (1.21.0)
|
57
|
+
parser (>= 3.1.1.0)
|
58
|
+
ruby-progressbar (1.11.0)
|
59
|
+
ruby2_keywords (0.0.5)
|
62
60
|
simplecov (0.18.5)
|
63
61
|
docile (~> 1.1)
|
64
62
|
simplecov-html (~> 0.11)
|
65
63
|
simplecov-html (0.12.3)
|
66
|
-
unicode-display_width (1.
|
67
|
-
webmock (3.9.
|
64
|
+
unicode-display_width (1.8.0)
|
65
|
+
webmock (3.9.5)
|
68
66
|
addressable (>= 2.3.6)
|
69
67
|
crack (>= 0.3.2)
|
70
68
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/changelog.md
CHANGED
@@ -1,25 +1,22 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
3
|
## 1.0
|
4
|
-
|
4
|
+
Breaking: Faraday update
|
5
5
|
|
6
|
-
## 1.
|
7
|
-
|
6
|
+
## 0.1.9
|
7
|
+
Metadata update
|
8
8
|
|
9
|
-
## 1.
|
10
|
-
|
9
|
+
## 0.1.8
|
10
|
+
Better batch error handling
|
11
11
|
|
12
|
-
## 1.
|
13
|
-
|
12
|
+
## 0.1.7
|
13
|
+
Bump faraday version
|
14
14
|
|
15
|
-
## 1.6
|
15
|
+
## 0.1.6
|
16
16
|
Static analysis + readme
|
17
17
|
|
18
|
-
## 1.
|
19
|
-
|
20
|
-
|
21
|
-
## 1.8
|
22
|
-
Better batch error handling
|
18
|
+
## 0.1.3
|
19
|
+
add support for multiple ids in add_event
|
23
20
|
|
24
|
-
## 1
|
25
|
-
|
21
|
+
## 0.1
|
22
|
+
Basic api created
|
data/exponea.gemspec
CHANGED
@@ -26,8 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
27
27
|
spec.require_paths = ['lib']
|
28
28
|
|
29
|
-
spec.add_dependency 'faraday', '~>
|
30
|
-
spec.add_dependency 'faraday_middleware', '~> 1'
|
29
|
+
spec.add_dependency 'faraday', '~> 2'
|
31
30
|
|
32
31
|
spec.add_development_dependency 'codecov', '~> 0.1.10'
|
33
32
|
spec.add_development_dependency 'rake', '~> 13.0'
|
data/lib/exponea/version.rb
CHANGED
data/lib/exponea.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exponea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lubomir Vnenk
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -16,28 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: faraday_middleware
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '1'
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '1'
|
26
|
+
version: '2'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: codecov
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -174,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
160
|
- !ruby/object:Gem::Version
|
175
161
|
version: '0'
|
176
162
|
requirements: []
|
177
|
-
rubygems_version: 3.
|
163
|
+
rubygems_version: 3.3.3
|
178
164
|
signing_key:
|
179
165
|
specification_version: 4
|
180
166
|
summary: Gem to integrate exponea into your app
|