Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyork committed Apr 24, 2023
1 parent c894a71 commit 9cf5b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
PATH
remote: .
specs:
podcast_index (0.1.0)
podcast_index (0.2.0)
activesupport (>= 6.0, < 8)
addressable (~> 2)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
debug (1.7.1)
Expand Down Expand Up @@ -94,7 +93,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.6)

PLATFORMS
x86_64-darwin-20
Expand Down
2 changes: 1 addition & 1 deletion lib/podcast_index/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PodcastIndex
VERSION = "0.1.0".freeze
VERSION = "0.2.0".freeze
end

0 comments on commit 9cf5b5e

Please sign in to comment.