rubysmith 10.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rubysmith/templates/%project_name%/Gemfile.erb +1 -1
- data/lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb +1 -9
- data/rubysmith.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0089be4f7b80a92eafbab37b9511ce550b9b43281ff83682878359db4e11e494'
|
|
4
|
+
data.tar.gz: 35eef37e79ec6050227fbcff82065f8fdc92e79cd66e23ebd210333cb7b13e21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac4299dae6c874530adb7ae2344063d640372f9a9cbe62f8351d86be82b23432c53fede8d4ee5df50a0d46342c90743867abb2313bade4e4b94afe7dcc9fd14b
|
|
7
|
+
data.tar.gz: 76f2a5ff88b229f3bfdab47f660a2ed7ead7443ed580f64e1f1924423ede3c02d1a5ac1bd1ee49d0a556d6445f103d8e7e2b6af9c85f1272bd918153ddbac8b9
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
<% if settings.build_simple_cov %>
|
|
2
2
|
require "simplecov"
|
|
3
3
|
|
|
4
|
-
unless ENV["COVERAGE"] == "no"
|
|
5
|
-
SimpleCov.start do
|
|
6
|
-
add_filter %r(^/spec/)
|
|
7
|
-
enable_coverage :branch
|
|
8
|
-
enable_coverage_for_eval
|
|
9
|
-
minimum_coverage_by_file line: 95, branch: 95
|
|
10
|
-
end
|
|
11
|
-
end
|
|
4
|
+
SimpleCov.start :strict unless ENV["COVERAGE"] == "no"
|
|
12
5
|
<% end %>
|
|
13
|
-
|
|
14
6
|
Bundler.require :tools
|
|
15
7
|
|
|
16
8
|
require "<%= settings.project_path %>"
|
data/rubysmith.gemspec
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubysmith
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 11.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -424,7 +424,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
424
424
|
- !ruby/object:Gem::Version
|
|
425
425
|
version: '0'
|
|
426
426
|
requirements: []
|
|
427
|
-
rubygems_version: 4.0.
|
|
427
|
+
rubygems_version: 4.0.16
|
|
428
428
|
specification_version: 4
|
|
429
429
|
summary: A command line interface for smithing Ruby projects.
|
|
430
430
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|