selective-ruby-core 0.1.0-x86_64-darwin → 0.1.1-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +0 -8
- data/lib/selective/ruby/core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1d91d7a556257a9d7f986f75e251f6d1da8389bced83c95bcbff6635e0ee082
|
4
|
+
data.tar.gz: b92e41af2b9be12afb1764d8da36cbf6f673550f6295e2f999480abe4858bfe7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ffe1313c77717a27665c5bcbd486bb7d724c1baa31e1f4af380781e83ef9550aadc22abf7d6e5369007a4d2070ad7e4543afa67293bea8c416753b80d3a09fd
|
7
|
+
data.tar.gz: 3610ad626e1d90cf26395afa8f5ab94b0985bc0d91c53a426157f435ba60ed68c5ae529e43120cabfc52170c4c3527c128f7f85ac081142d55000a532ea6456d
|
data/Rakefile
CHANGED
@@ -1,14 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
require "bundler/gem_tasks"
|
4
|
-
|
5
|
-
# Override the guard_clean task to be a no-op
|
6
|
-
Rake::Task["release:guard_clean"].clear
|
7
|
-
|
8
|
-
task "release:guard_clean" do
|
9
|
-
# Intentionally blank to skip the check
|
10
|
-
end
|
11
|
-
|
12
4
|
require "rspec/core/rake_task"
|
13
5
|
|
14
6
|
RSpec::Core::RakeTask.new(:spec)
|