bake-modernize 0.2.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6785dc90dc6b32261961f26ab0916074320227778d02035697a734fc5a59d3e4
4
- data.tar.gz: a2aa0708cf930d71c899818529f83c73a41fda8ee12bafd1f566f84a0a247170
3
+ metadata.gz: 618ddd5d5d14fae0b60bdcb99792041860923d6c8d427a4c4434ee6647510cdd
4
+ data.tar.gz: d7fe3f033d7740faba648e91f2350977cc486f48ec2c2e2bdb557311c31a594d
5
5
  SHA512:
6
- metadata.gz: cbe6b4c8e3122c153ad68d086e26b2aa16d3eb2b06aa07b8062a7e29b6e5797d1f77d0393748be6af95dfdb5441e730411f96c949e1b77efed8672a44e2a22d2
7
- data.tar.gz: 6c8bd8d3cb2acf82336e58493c72e74e7541b9b29ef25991f130811434f6789ce6dc2224ff906c4ceda65cf7e7e6cf3667c1a1d434227ea38f1aa4536d9563e2
6
+ metadata.gz: '01387668d332dce58fd867a0727a125e4fe5f8d84a28f53c61a946c48ebe06b06ff7cc7db6cbc986b2b7a7f16503289bdfa58e26cf1139eb3f9489ad9fb759a5'
7
+ data.tar.gz: a1f680d832d37a4591f2c71793384f66b71d54efceecd8a7c9e963b7348a199523bd26d16057880626bd33b14ade10b25b10e0901b86751e640a9b1eb9810951
@@ -70,7 +70,7 @@ def update(path: self.default_gemspec_path, output: $stdout)
70
70
  end
71
71
 
72
72
  if required_ruby_version = spec.required_ruby_version
73
- output.puts
73
+ output.puts "\t"
74
74
  output.puts "\tspec.required_ruby_version = #{required_ruby_version.to_s.inspect}"
75
75
  end
76
76
 
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Bake
22
22
  module Modernize
23
- VERSION = "0.2.1"
23
+ VERSION = "0.3.0"
24
24
  end
25
25
  end
@@ -39,7 +39,7 @@ jobs:
39
39
  ruby-version: ${{matrix.ruby}}
40
40
 
41
41
  - name: Install dependencies
42
- run: ${{matrix.env}} bundle install
42
+ run: ${{matrix.env}} bundle install --without development
43
43
 
44
44
  - name: Run tests
45
45
  timeout-minutes: 5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams