rubysmith 0.6.0 → 0.6.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 613f818841d26d35d707a4a014d7ce18f35b63167cc6e7f830ea045ee9987a53
|
|
4
|
+
data.tar.gz: c755c4375d9e6f784a570bbe69189529fe5a57d8ee402bda473e1a69534d5baf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c89a8f4692ec295585b752b14cb45ce3e20cece58287f98874ca65af25fd2ff87b227d862e880ceb6296eecd46f5aecb9825f43f5a87cf9a1a3cad05be6dc37
|
|
7
|
+
data.tar.gz: 6d8f894ee75c1e840442982ffd2534c233ab97406e1f8f85c3a00e8fda8feab57e3fc5c1f248665bf85e59ab1e602c0557d8f7d5cac50d01fa6b64c59bfa7ef5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rubysmith/identity.rb
CHANGED
|
@@ -26,22 +26,22 @@ source "https://rubygems.org"
|
|
|
26
26
|
<% if realm.build_rspec && realm.build_rubocop %>
|
|
27
27
|
gem "rubocop-rspec", "~> 2.0"
|
|
28
28
|
<% end %>
|
|
29
|
+
<% if realm.build_simple_cov %>
|
|
30
|
+
gem "simplecov", "~> 0.20"
|
|
31
|
+
<% end %>
|
|
29
32
|
end
|
|
30
33
|
|
|
31
34
|
group :development do
|
|
32
|
-
<% if realm.build_guard %>
|
|
33
|
-
gem "guard-rspec", "~> 4.7", require: false
|
|
34
|
-
<% end %>
|
|
35
35
|
gem "rake", "~> 13.0"
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
group :test do
|
|
39
|
+
<% if realm.build_guard %>
|
|
40
|
+
gem "guard-rspec", "~> 4.7", require: false
|
|
41
|
+
<% end %>
|
|
39
42
|
<% if realm.build_rspec %>
|
|
40
43
|
gem "rspec", "~> 3.10"
|
|
41
44
|
<% end %>
|
|
42
|
-
<% if realm.build_simple_cov %>
|
|
43
|
-
gem "simplecov", "~> 0.20"
|
|
44
|
-
<% end %>
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
group :tools do
|
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: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
|
29
29
|
QWc=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2020-12-
|
|
31
|
+
date: 2020-12-11 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: pragmater
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
|
-
rubygems_version: 3.
|
|
181
|
+
rubygems_version: 3.2.0
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: A command line interface for smithing Ruby projects.
|
metadata.gz.sig
CHANGED
|
Binary file
|