We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b095 commit 3312720Copy full SHA for 3312720
Gemfile
@@ -1,8 +1,6 @@
1
source 'https://rubygems.org'
2
3
gem 'net-ssh', '>= 6.0.2'
4
+gem 'rake'
5
+gem 'rspec'
6
gem 'rubocop', '1.14.0 ', require: false
-
-group :development, :test do
7
- gem 'rspec'
8
-end
Gemfile.lock
@@ -10,6 +10,7 @@ GEM
10
racc
11
racc (1.7.3)
12
rainbow (3.1.1)
13
+ rake (13.2.1)
14
regexp_parser (2.9.0)
15
rexml (3.2.6)
16
rspec (3.13.0)
@@ -45,6 +46,7 @@ PLATFORMS
45
46
47
DEPENDENCIES
48
net-ssh (>= 6.0.2)
49
+ rake
50
rspec
51
rubocop (= 1.14.0)
52
lib/translate_lib/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Translate
- VERSION = '1.0.2'
+ VERSION = '1.0.2'.freeze
end
0 commit comments