@@ -142,29 +142,15 @@ Gem::Specification.new do |s|
142142 s . licenses = [ "MIT" ]
143143 s . summary = "Ruby library for exporting and using data from CLDR"
144144
145- if s . respond_to? ( :add_runtime_dependency )
146- s . add_runtime_dependency ( "i18n" , [ ">= 0" ] )
147- s . add_runtime_dependency ( "nokogiri" , [ ">= 0" ] )
148- s . add_runtime_dependency ( "psych" , [ ">= 4.0.0" ] )
149- s . add_runtime_dependency ( "rubyzip" , [ ">= 0" ] )
150- s . add_runtime_dependency ( "thor" , [ ">= 0" ] )
151- s . add_development_dependency ( "jeweler" , [ ">= 0" ] )
152- s . add_development_dependency ( "pry" , [ ">= 0" ] )
153- s . add_development_dependency ( "pry-nav" , [ ">= 0" ] )
154- s . add_development_dependency ( "rubocop-shopify" , [ ">= 0" ] )
155- s . add_development_dependency ( "ruby-lsp" , [ ">= 0" ] )
156- s . add_development_dependency ( "test-unit" , [ ">= 0" ] )
157- else
158- s . add_dependency ( "i18n" , [ ">= 0" ] )
159- s . add_dependency ( "jeweler" , [ ">= 0" ] )
160- s . add_dependency ( "nokogiri" , [ ">= 0" ] )
161- s . add_dependency ( "pry" , [ ">= 0" ] )
162- s . add_dependency ( "pry-nav" , [ ">= 0" ] )
163- s . add_dependency ( "psych" , [ ">= 4.0.0" ] )
164- s . add_dependency ( "rubocop-shopify" , [ ">= 0" ] )
165- s . add_dependency ( "ruby-lsp" , [ ">= 0" ] )
166- s . add_dependency ( "rubyzip" , [ ">= 0" ] )
167- s . add_dependency ( "test-unit" , [ ">= 0" ] )
168- s . add_dependency ( "thor" , [ ">= 0" ] )
169- end
145+ s . add_dependency ( "i18n" , [ ">= 0" ] )
146+ s . add_dependency ( "nokogiri" , [ ">= 0" ] )
147+ s . add_dependency ( "psych" , [ ">= 4.0.0" ] )
148+ s . add_dependency ( "rubyzip" , [ ">= 0" ] )
149+ s . add_dependency ( "thor" , [ ">= 0" ] )
150+ s . add_development_dependency ( "jeweler" , [ ">= 0" ] )
151+ s . add_development_dependency ( "pry" , [ ">= 0" ] )
152+ s . add_development_dependency ( "pry-nav" , [ ">= 0" ] )
153+ s . add_development_dependency ( "rubocop-shopify" , [ ">= 0" ] )
154+ s . add_development_dependency ( "ruby-lsp" , [ ">= 0" ] )
155+ s . add_development_dependency ( "test-unit" , [ ">= 0" ] )
170156end
0 commit comments