Skip to content

Commit 052115f

Browse files
committed
Clean up gemspec
1 parent e884b0c commit 052115f

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

Gemfile.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,16 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
addressable (2.6.0)
10-
public_suffix (>= 2.0.2, < 4.0)
119
ast (2.4.0)
1210
carwow_rubocop (2.1.1)
1311
rubocop (~> 0.58)
1412
rubocop-rspec (~> 1.28)
1513
diff-lcs (1.3)
16-
domain_name (0.5.20180417)
17-
unf (>= 0.0.5, < 1.0.0)
18-
http (3.3.0)
19-
addressable (~> 2.3)
20-
http-cookie (~> 1.0)
21-
http-form_data (~> 2.0)
22-
http_parser.rb (~> 0.6.0)
23-
http-cookie (1.0.3)
24-
domain_name (~> 0.5)
25-
http-form_data (2.1.1)
26-
http_parser.rb (0.6.0)
2714
jaro_winkler (1.5.2)
28-
libhoney (1.11.0)
29-
addressable (~> 2.0)
30-
http (>= 2.0, < 4.0)
3115
parallel (1.13.0)
3216
parser (2.6.0.0)
3317
ast (~> 2.4.0)
3418
powerpack (0.1.2)
35-
public_suffix (3.0.3)
3619
rainbow (3.0.0)
3720
rake (10.5.0)
3821
rspec (3.8.0)
@@ -59,9 +42,6 @@ GEM
5942
rubocop-rspec (1.32.0)
6043
rubocop (>= 0.60.0)
6144
ruby-progressbar (1.10.0)
62-
unf (0.1.4)
63-
unf_ext
64-
unf_ext (0.0.7.5)
6545
unicode-display_width (1.4.1)
6646

6747
PLATFORMS
@@ -70,10 +50,9 @@ PLATFORMS
7050
DEPENDENCIES
7151
bundler (~> 2.0)
7252
carwow_rubocop
73-
libhoney
7453
rake
7554
rspec
7655
tenios!
7756

7857
BUNDLED WITH
79-
1.17.1
58+
1.17.3

tenios.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.version = Tenios::VERSION
1010
spec.authors = ['carwow Developers']
1111
spec.email = ['[email protected]']
12-
spec.summary = ''
12+
spec.summary = 'A ruby wrapper for Tenios Call Control API'
1313
spec.homepage = 'https://github.com/carwow/tenios-ruby'
1414
spec.license = 'MIT'
1515

@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
2727

2828
spec.add_development_dependency 'bundler', '~> 2.0'
2929
spec.add_development_dependency 'carwow_rubocop'
30-
spec.add_development_dependency 'libhoney'
3130
spec.add_development_dependency 'rake'
3231
spec.add_development_dependency 'rspec'
3332
end

0 commit comments

Comments
 (0)