Commit 754322f8e60b9f9a30575bd77194bb4eb5c6acc4
1 parent
ee4f1df1
Exists in
master
and in
7 other branches
Fixed warnings
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
groupdate.gemspec
... | ... | @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| |
13 | 13 | spec.homepage = "https://github.com/ankane/groupdate" |
14 | 14 | spec.license = "MIT" |
15 | 15 | |
16 | - spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) | |
16 | + spec.files = `git ls-files`.split($/) | |
17 | 17 | spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } |
18 | 18 | spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) |
19 | 19 | spec.require_paths = ["lib"] | ... | ... |
lib/groupdate/active_record.rb