Skip to content

Commit 502888c

Browse files
committed
formatted
1 parent 42ea82a commit 502888c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

bin/test

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env ruby
2-
$: << File.expand_path("../test", __dir__)
2+
# frozen_string_literal: true
33

4-
require "bundler/setup"
5-
require "rails/plugin/test"
4+
$LOAD_PATH << File.expand_path('../test', __dir__)
5+
6+
require 'bundler/setup'
7+
require 'rails/plugin/test'

lib/spatial_stats/version.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module SpatialStats
24
VERSION = '0.1.0'
35
end

lib/tasks/spatial_stats_tasks.rake

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# desc "Explaining what the task does"
23
# task :spatial_stats do
34
# # Task goes here

0 commit comments

Comments
 (0)