File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ Rake::TestTask.new(:dummytest_controller) { |t| t.pattern = 'spec/fixtures/dummy
2020
2121task default : :spec
2222
23- $LOAD_PATH. push File . expand_path ( 'lib' , __dir__ )
2423require 'routes_coverage/version'
2524
2625namespace :assets do
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- lib = File . expand_path ( 'lib' , __dir__ )
4- $LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
5- require 'routes_coverage/version'
3+ require_relative './lib/routes_coverage/version'
64
75Gem ::Specification . new do |spec |
86 spec . name = "routes_coverage"
@@ -16,7 +14,7 @@ Gem::Specification.new do |spec|
1614 spec . homepage = "https://github.com/Vasfed/routes_coverage"
1715 spec . license = "MIT"
1816
19- spec . required_ruby_version = ">= 1.9"
17+ spec . required_ruby_version = ">= 1.9.2 "
2018
2119 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject do |f |
2220 f . match ( %r{^(test|spec|features|assets|bin|gemfiles)/} ) ||
You can’t perform that action at this time.
0 commit comments