Skip to content

Commit

Permalink
Release: v0.4.1 (2022-01-20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Jan 21, 2022
1 parent b20e74e commit 25c7852
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
aemo (0.4.0)
aemo (0.4.1)
activesupport (>= 4.2.6, < 7.1)
httparty (~> 0.15, >= 0.15.6)
json (>= 1.7.5, < 3)
Expand All @@ -12,12 +12,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4.4)
activesupport (7.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
Expand Down Expand Up @@ -49,7 +48,8 @@ GEM
guard (>= 1.1.0)
yard (>= 0.7.0)
hashdiff (1.0.0)
httparty (0.16.2)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
Expand All @@ -59,12 +59,13 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.0.13)
method_source (0.9.2)
mini_portile2 (2.6.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
minitest (5.15.0)
multi_xml (0.6.0)
nenv (0.3.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -126,7 +127,6 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.20)
zeitwerk (2.5.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/aemo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# @author Joel Courtney <[email protected]>
module AEMO
# aemo version
VERSION = '0.4.0'
VERSION = '0.4.1'

# aemo version split amongst different revisions
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i)
Expand Down

0 comments on commit 25c7852

Please sign in to comment.