firebase_dynamic_link 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +6 -1
- data/Appraisals +19 -0
- data/Gemfile.lock +9 -6
- data/README.md +1 -0
- data/firebase_dynamic_link.gemspec +3 -3
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/version_2016.gemfile +8 -0
- data/gemfiles/version_2016.gemfile.lock +59 -0
- data/gemfiles/version_2017a.gemfile +8 -0
- data/gemfiles/version_2017a.gemfile.lock +59 -0
- data/gemfiles/version_2017b.gemfile +8 -0
- data/gemfiles/version_2017b.gemfile.lock +59 -0
- data/gemfiles/version_2018.gemfile +8 -0
- data/gemfiles/version_2018.gemfile.lock +59 -0
- data/lib/firebase_dynamic_link/client.rb +0 -2
- data/lib/firebase_dynamic_link/version.rb +1 -1
- metadata +33 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51b5d7e71fe3c9c0ab7b5bfd80a6bfb23e5dbe61
|
4
|
+
data.tar.gz: 1857195a47111dcd5e1add4b181ab8cb860be9a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f19b37fc7a8272344e7314e7855a73cdeb318d899f974fe78207c9f89402698488f9d5f55c5a78c2c072dd659a10b62bb2e81e56b53fae888d24cd5fe35bbab0
|
7
|
+
data.tar.gz: 14a2bae7132cac8fc2d20131fcd5be77a633c67b19a0bfd0c6ac2e6e88b6bfd32cce440727ae58a6065d40fae2f3b84f2d8c4c08a8967d4f911908f21e8a57fc
|
data/.travis.yml
CHANGED
data/Appraisals
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
appraise 'version-2018' do
|
2
|
+
gem 'dry-configurable', '0.7.0'
|
3
|
+
gem 'faraday', '0.14.0'
|
4
|
+
end
|
5
|
+
|
6
|
+
appraise 'version-2017b' do
|
7
|
+
gem 'dry-configurable', '0.6.0'
|
8
|
+
gem 'faraday', '0.11.0'
|
9
|
+
end
|
10
|
+
|
11
|
+
appraise 'version-2017a' do
|
12
|
+
gem 'dry-configurable', '0.6.0'
|
13
|
+
gem 'faraday', '0.10.1'
|
14
|
+
end
|
15
|
+
|
16
|
+
appraise 'version-2016' do
|
17
|
+
gem 'dry-configurable', '0.5.0'
|
18
|
+
gem 'faraday', '0.9.2'
|
19
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,22 +1,23 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
firebase_dynamic_link (0.1.
|
5
|
-
dry-configurable (~> 0.
|
6
|
-
|
7
|
-
faraday (~> 0.14.0)
|
4
|
+
firebase_dynamic_link (0.1.1)
|
5
|
+
dry-configurable (~> 0.5, >= 0.5.0)
|
6
|
+
faraday (~> 0.9, >= 0.9.2)
|
8
7
|
|
9
8
|
GEM
|
10
9
|
remote: https://rubygems.org/
|
11
10
|
specs:
|
11
|
+
appraisal (2.2.0)
|
12
|
+
bundler
|
13
|
+
rake
|
14
|
+
thor (>= 0.14.0)
|
12
15
|
coderay (1.1.2)
|
13
16
|
concurrent-ruby (1.0.5)
|
14
17
|
diff-lcs (1.3)
|
15
18
|
dotenv (2.2.2)
|
16
19
|
dry-configurable (0.7.0)
|
17
20
|
concurrent-ruby (~> 1.0)
|
18
|
-
dry-core (0.4.5)
|
19
|
-
concurrent-ruby (~> 1.0)
|
20
21
|
faraday (0.14.0)
|
21
22
|
multipart-post (>= 1.2, < 3)
|
22
23
|
method_source (0.9.0)
|
@@ -38,12 +39,14 @@ GEM
|
|
38
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
39
40
|
rspec-support (~> 3.7.0)
|
40
41
|
rspec-support (3.7.1)
|
42
|
+
thor (0.20.0)
|
41
43
|
vcr (4.0.0)
|
42
44
|
|
43
45
|
PLATFORMS
|
44
46
|
ruby
|
45
47
|
|
46
48
|
DEPENDENCIES
|
49
|
+
appraisal (~> 2.2.0)
|
47
50
|
bundler (~> 1.16)
|
48
51
|
dotenv (~> 2.2, >= 2.2.2)
|
49
52
|
firebase_dynamic_link!
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
[![Build Status](https://travis-ci.org/saiqulhaq/firebase_dynamic_link.svg?branch=master)](https://travis-ci.org/saiqulhaq/firebase_dynamic_link)
|
4
4
|
[![Maintainability](https://api.codeclimate.com/v1/badges/0e2629515335c72ef80d/maintainability)](https://codeclimate.com/github/saiqulhaq/firebase_dynamic_link/maintainability)
|
5
5
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/0e2629515335c72ef80d/test_coverage)](https://codeclimate.com/github/saiqulhaq/firebase_dynamic_link/test_coverage)
|
6
|
+
[![Gem Version](https://badge.fury.io/rb/firebase_dynamic_link.svg)](https://badge.fury.io/rb/firebase_dynamic_link)
|
6
7
|
|
7
8
|
Opiniated Ruby Firebase Dynamic Links Short Links client
|
8
9
|
|
@@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ['lib']
|
23
23
|
|
24
|
-
spec.add_runtime_dependency 'dry-
|
25
|
-
spec.add_runtime_dependency '
|
26
|
-
spec.add_runtime_dependency 'faraday', '~> 0.14.0'
|
24
|
+
spec.add_runtime_dependency 'dry-configurable', '~> 0.5', '>= 0.5.0'
|
25
|
+
spec.add_runtime_dependency 'faraday', '~> 0.9', '>= 0.9.2'
|
27
26
|
|
27
|
+
spec.add_development_dependency 'appraisal', '~> 2.2.0'
|
28
28
|
spec.add_development_dependency 'vcr', '~> 4.0', '>= 4.0.0'
|
29
29
|
spec.add_development_dependency 'dotenv', '~> 2.2', '>= 2.2.2'
|
30
30
|
spec.add_development_dependency 'bundler', '~> 1.16'
|
@@ -0,0 +1,59 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
firebase_dynamic_link (0.1.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
appraisal (2.2.0)
|
10
|
+
bundler
|
11
|
+
rake
|
12
|
+
thor (>= 0.14.0)
|
13
|
+
coderay (1.1.2)
|
14
|
+
concurrent-ruby (1.0.5)
|
15
|
+
diff-lcs (1.3)
|
16
|
+
dotenv (2.2.2)
|
17
|
+
dry-configurable (0.5.0)
|
18
|
+
concurrent-ruby (~> 1.0)
|
19
|
+
faraday (0.9.2)
|
20
|
+
multipart-post (>= 1.2, < 3)
|
21
|
+
method_source (0.9.0)
|
22
|
+
multipart-post (2.0.0)
|
23
|
+
pry (0.11.3)
|
24
|
+
coderay (~> 1.1.0)
|
25
|
+
method_source (~> 0.9.0)
|
26
|
+
rake (10.5.0)
|
27
|
+
rspec (3.7.0)
|
28
|
+
rspec-core (~> 3.7.0)
|
29
|
+
rspec-expectations (~> 3.7.0)
|
30
|
+
rspec-mocks (~> 3.7.0)
|
31
|
+
rspec-core (3.7.1)
|
32
|
+
rspec-support (~> 3.7.0)
|
33
|
+
rspec-expectations (3.7.0)
|
34
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
+
rspec-support (~> 3.7.0)
|
36
|
+
rspec-mocks (3.7.0)
|
37
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
+
rspec-support (~> 3.7.0)
|
39
|
+
rspec-support (3.7.1)
|
40
|
+
thor (0.20.0)
|
41
|
+
vcr (4.0.0)
|
42
|
+
|
43
|
+
PLATFORMS
|
44
|
+
ruby
|
45
|
+
|
46
|
+
DEPENDENCIES
|
47
|
+
appraisal
|
48
|
+
bundler (~> 1.16)
|
49
|
+
dotenv (~> 2.2, >= 2.2.2)
|
50
|
+
dry-configurable (= 0.5.0)
|
51
|
+
faraday (= 0.9.2)
|
52
|
+
firebase_dynamic_link!
|
53
|
+
pry (~> 0.11.3)
|
54
|
+
rake (~> 10.0)
|
55
|
+
rspec (~> 3.0)
|
56
|
+
vcr (~> 4.0, >= 4.0.0)
|
57
|
+
|
58
|
+
BUNDLED WITH
|
59
|
+
1.16.1
|
@@ -0,0 +1,59 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
firebase_dynamic_link (0.1.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
appraisal (2.2.0)
|
10
|
+
bundler
|
11
|
+
rake
|
12
|
+
thor (>= 0.14.0)
|
13
|
+
coderay (1.1.2)
|
14
|
+
concurrent-ruby (1.0.5)
|
15
|
+
diff-lcs (1.3)
|
16
|
+
dotenv (2.2.2)
|
17
|
+
dry-configurable (0.6.0)
|
18
|
+
concurrent-ruby (~> 1.0)
|
19
|
+
faraday (0.10.1)
|
20
|
+
multipart-post (>= 1.2, < 3)
|
21
|
+
method_source (0.9.0)
|
22
|
+
multipart-post (2.0.0)
|
23
|
+
pry (0.11.3)
|
24
|
+
coderay (~> 1.1.0)
|
25
|
+
method_source (~> 0.9.0)
|
26
|
+
rake (10.5.0)
|
27
|
+
rspec (3.7.0)
|
28
|
+
rspec-core (~> 3.7.0)
|
29
|
+
rspec-expectations (~> 3.7.0)
|
30
|
+
rspec-mocks (~> 3.7.0)
|
31
|
+
rspec-core (3.7.1)
|
32
|
+
rspec-support (~> 3.7.0)
|
33
|
+
rspec-expectations (3.7.0)
|
34
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
+
rspec-support (~> 3.7.0)
|
36
|
+
rspec-mocks (3.7.0)
|
37
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
+
rspec-support (~> 3.7.0)
|
39
|
+
rspec-support (3.7.1)
|
40
|
+
thor (0.20.0)
|
41
|
+
vcr (4.0.0)
|
42
|
+
|
43
|
+
PLATFORMS
|
44
|
+
ruby
|
45
|
+
|
46
|
+
DEPENDENCIES
|
47
|
+
appraisal
|
48
|
+
bundler (~> 1.16)
|
49
|
+
dotenv (~> 2.2, >= 2.2.2)
|
50
|
+
dry-configurable (= 0.6.0)
|
51
|
+
faraday (= 0.10.1)
|
52
|
+
firebase_dynamic_link!
|
53
|
+
pry (~> 0.11.3)
|
54
|
+
rake (~> 10.0)
|
55
|
+
rspec (~> 3.0)
|
56
|
+
vcr (~> 4.0, >= 4.0.0)
|
57
|
+
|
58
|
+
BUNDLED WITH
|
59
|
+
1.16.1
|
@@ -0,0 +1,59 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
firebase_dynamic_link (0.1.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
appraisal (2.2.0)
|
10
|
+
bundler
|
11
|
+
rake
|
12
|
+
thor (>= 0.14.0)
|
13
|
+
coderay (1.1.2)
|
14
|
+
concurrent-ruby (1.0.5)
|
15
|
+
diff-lcs (1.3)
|
16
|
+
dotenv (2.2.2)
|
17
|
+
dry-configurable (0.6.0)
|
18
|
+
concurrent-ruby (~> 1.0)
|
19
|
+
faraday (0.11.0)
|
20
|
+
multipart-post (>= 1.2, < 3)
|
21
|
+
method_source (0.9.0)
|
22
|
+
multipart-post (2.0.0)
|
23
|
+
pry (0.11.3)
|
24
|
+
coderay (~> 1.1.0)
|
25
|
+
method_source (~> 0.9.0)
|
26
|
+
rake (10.5.0)
|
27
|
+
rspec (3.7.0)
|
28
|
+
rspec-core (~> 3.7.0)
|
29
|
+
rspec-expectations (~> 3.7.0)
|
30
|
+
rspec-mocks (~> 3.7.0)
|
31
|
+
rspec-core (3.7.1)
|
32
|
+
rspec-support (~> 3.7.0)
|
33
|
+
rspec-expectations (3.7.0)
|
34
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
+
rspec-support (~> 3.7.0)
|
36
|
+
rspec-mocks (3.7.0)
|
37
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
+
rspec-support (~> 3.7.0)
|
39
|
+
rspec-support (3.7.1)
|
40
|
+
thor (0.20.0)
|
41
|
+
vcr (4.0.0)
|
42
|
+
|
43
|
+
PLATFORMS
|
44
|
+
ruby
|
45
|
+
|
46
|
+
DEPENDENCIES
|
47
|
+
appraisal
|
48
|
+
bundler (~> 1.16)
|
49
|
+
dotenv (~> 2.2, >= 2.2.2)
|
50
|
+
dry-configurable (= 0.6.0)
|
51
|
+
faraday (= 0.11.0)
|
52
|
+
firebase_dynamic_link!
|
53
|
+
pry (~> 0.11.3)
|
54
|
+
rake (~> 10.0)
|
55
|
+
rspec (~> 3.0)
|
56
|
+
vcr (~> 4.0, >= 4.0.0)
|
57
|
+
|
58
|
+
BUNDLED WITH
|
59
|
+
1.16.1
|
@@ -0,0 +1,59 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
firebase_dynamic_link (0.1.0)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
appraisal (2.2.0)
|
10
|
+
bundler
|
11
|
+
rake
|
12
|
+
thor (>= 0.14.0)
|
13
|
+
coderay (1.1.2)
|
14
|
+
concurrent-ruby (1.0.5)
|
15
|
+
diff-lcs (1.3)
|
16
|
+
dotenv (2.2.2)
|
17
|
+
dry-configurable (0.7.0)
|
18
|
+
concurrent-ruby (~> 1.0)
|
19
|
+
faraday (0.14.0)
|
20
|
+
multipart-post (>= 1.2, < 3)
|
21
|
+
method_source (0.9.0)
|
22
|
+
multipart-post (2.0.0)
|
23
|
+
pry (0.11.3)
|
24
|
+
coderay (~> 1.1.0)
|
25
|
+
method_source (~> 0.9.0)
|
26
|
+
rake (10.5.0)
|
27
|
+
rspec (3.7.0)
|
28
|
+
rspec-core (~> 3.7.0)
|
29
|
+
rspec-expectations (~> 3.7.0)
|
30
|
+
rspec-mocks (~> 3.7.0)
|
31
|
+
rspec-core (3.7.1)
|
32
|
+
rspec-support (~> 3.7.0)
|
33
|
+
rspec-expectations (3.7.0)
|
34
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
+
rspec-support (~> 3.7.0)
|
36
|
+
rspec-mocks (3.7.0)
|
37
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
+
rspec-support (~> 3.7.0)
|
39
|
+
rspec-support (3.7.1)
|
40
|
+
thor (0.20.0)
|
41
|
+
vcr (4.0.0)
|
42
|
+
|
43
|
+
PLATFORMS
|
44
|
+
ruby
|
45
|
+
|
46
|
+
DEPENDENCIES
|
47
|
+
appraisal
|
48
|
+
bundler (~> 1.16)
|
49
|
+
dotenv (~> 2.2, >= 2.2.2)
|
50
|
+
dry-configurable (= 0.7.0)
|
51
|
+
faraday (= 0.14.0)
|
52
|
+
firebase_dynamic_link!
|
53
|
+
pry (~> 0.11.3)
|
54
|
+
rake (~> 10.0)
|
55
|
+
rspec (~> 3.0)
|
56
|
+
vcr (~> 4.0, >= 4.0.0)
|
57
|
+
|
58
|
+
BUNDLED WITH
|
59
|
+
1.16.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firebase_dynamic_link
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- M Saiqul Haq
|
@@ -11,47 +11,59 @@ cert_chain: []
|
|
11
11
|
date: 2018-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: dry-
|
14
|
+
name: dry-configurable
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: '0.5'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.5.0
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
27
|
- - "~>"
|
25
28
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
29
|
+
version: '0.5'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 0.5.0
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
34
|
+
name: faraday
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
37
|
- - "~>"
|
32
38
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
39
|
+
version: '0.9'
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 0.9.2
|
34
43
|
type: :runtime
|
35
44
|
prerelease: false
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
37
46
|
requirements:
|
38
47
|
- - "~>"
|
39
48
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
49
|
+
version: '0.9'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 0.9.2
|
41
53
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
54
|
+
name: appraisal
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
44
56
|
requirements:
|
45
57
|
- - "~>"
|
46
58
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
48
|
-
type: :
|
59
|
+
version: 2.2.0
|
60
|
+
type: :development
|
49
61
|
prerelease: false
|
50
62
|
version_requirements: !ruby/object:Gem::Requirement
|
51
63
|
requirements:
|
52
64
|
- - "~>"
|
53
65
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
66
|
+
version: 2.2.0
|
55
67
|
- !ruby/object:Gem::Dependency
|
56
68
|
name: vcr
|
57
69
|
requirement: !ruby/object:Gem::Requirement
|
@@ -160,6 +172,7 @@ files:
|
|
160
172
|
- ".rspec"
|
161
173
|
- ".rubocop.yml"
|
162
174
|
- ".travis.yml"
|
175
|
+
- Appraisals
|
163
176
|
- CODE_OF_CONDUCT.md
|
164
177
|
- Gemfile
|
165
178
|
- Gemfile.lock
|
@@ -169,6 +182,15 @@ files:
|
|
169
182
|
- bin/console
|
170
183
|
- bin/setup
|
171
184
|
- firebase_dynamic_link.gemspec
|
185
|
+
- gemfiles/.bundle/config
|
186
|
+
- gemfiles/version_2016.gemfile
|
187
|
+
- gemfiles/version_2016.gemfile.lock
|
188
|
+
- gemfiles/version_2017a.gemfile
|
189
|
+
- gemfiles/version_2017a.gemfile.lock
|
190
|
+
- gemfiles/version_2017b.gemfile
|
191
|
+
- gemfiles/version_2017b.gemfile.lock
|
192
|
+
- gemfiles/version_2018.gemfile
|
193
|
+
- gemfiles/version_2018.gemfile.lock
|
172
194
|
- lib/firebase_dynamic_link.rb
|
173
195
|
- lib/firebase_dynamic_link/client.rb
|
174
196
|
- lib/firebase_dynamic_link/version.rb
|