Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 9, 2024
1 parent 6c7cb42 commit cebb8df
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
data_taster (0.2.1)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down
2 changes: 2 additions & 0 deletions packages/data_taster/gemfiles/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_RETRY: "1"
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "6.0.6.1"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -108,14 +108,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -239,6 +239,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "6.1.7.4"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -112,14 +112,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -242,6 +242,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rubocop-powerhome", path: "../../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
gem "rails", "7.0.6"

gemspec path: "../"
7 changes: 4 additions & 3 deletions packages/data_taster/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.2.0)
data_taster (0.2.2)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -118,14 +118,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
Expand Down Expand Up @@ -241,6 +241,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal (= 2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/lib/data_taster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DataTaster
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit cebb8df

Please sign in to comment.