rollo 0.8.0.pre.7 → 0.8.0.pre.9

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +831 -716
  3. data/Rakefile +1 -1
  4. data/lib/rollo/version.rb +1 -1
  5. metadata +2 -2
data/Rakefile CHANGED
@@ -71,7 +71,7 @@ namespace :library do
71
71
  task check: [:rubocop]
72
72
 
73
73
  desc 'Attempt to automatically fix issues with the library'
74
- task fix: [:'rubocop:auto_correct']
74
+ task fix: [:'rubocop:autocorrect_all']
75
75
  end
76
76
 
77
77
  namespace :test do
data/lib/rollo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rollo
4
- VERSION = '0.8.0.pre.7'
4
+ VERSION = '0.8.0.pre.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.pre.7
4
+ version: 0.8.0.pre.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-09 00:00:00.000000000 Z
11
+ date: 2022-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk