Skip to content

Commit 6aee015

Browse files
authored
Merge pull request #21 from TankerHQ/jul/add-versioning
chore(deploy): add deployment scripts and fix gemspec
2 parents ccb8e7f + f7823af commit 6aee015

6 files changed

Lines changed: 1073 additions & 42 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,37 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
bundler-audit (0.7.0.1)
10+
bundler-audit (0.8.0)
1111
bundler (>= 1.2.0, < 3)
12-
thor (>= 0.18, < 2)
13-
codecov (0.1.17)
14-
json
15-
simplecov
16-
url
17-
diff-lcs (1.3)
18-
docile (1.3.2)
19-
ffi (1.13.1)
20-
json (2.3.0)
21-
rake (13.0.1)
12+
thor (~> 1.0)
13+
codecov (0.5.2)
14+
simplecov (>= 0.15, < 0.22)
15+
diff-lcs (1.4.4)
16+
docile (1.4.0)
17+
ffi (1.15.1)
18+
rake (13.0.3)
2219
rbnacl (7.1.1)
2320
ffi
24-
rspec (3.9.0)
25-
rspec-core (~> 3.9.0)
26-
rspec-expectations (~> 3.9.0)
27-
rspec-mocks (~> 3.9.0)
28-
rspec-core (3.9.2)
29-
rspec-support (~> 3.9.3)
30-
rspec-expectations (3.9.2)
21+
rspec (3.10.0)
22+
rspec-core (~> 3.10.0)
23+
rspec-expectations (~> 3.10.0)
24+
rspec-mocks (~> 3.10.0)
25+
rspec-core (3.10.1)
26+
rspec-support (~> 3.10.0)
27+
rspec-expectations (3.10.1)
3128
diff-lcs (>= 1.2.0, < 2.0)
32-
rspec-support (~> 3.9.0)
33-
rspec-mocks (3.9.1)
29+
rspec-support (~> 3.10.0)
30+
rspec-mocks (3.10.2)
3431
diff-lcs (>= 1.2.0, < 2.0)
35-
rspec-support (~> 3.9.0)
36-
rspec-support (3.9.3)
37-
simplecov (0.18.5)
32+
rspec-support (~> 3.10.0)
33+
rspec-support (3.10.2)
34+
simplecov (0.21.2)
3835
docile (~> 1.1)
3936
simplecov-html (~> 0.11)
40-
simplecov-html (0.12.2)
41-
thor (1.0.1)
42-
url (0.3.2)
37+
simplecov_json_formatter (~> 0.1)
38+
simplecov-html (0.12.3)
39+
simplecov_json_formatter (0.1.3)
40+
thor (1.1.0)
4341

4442
PLATFORMS
4543
ruby

0 commit comments

Comments
 (0)