Skip to content
Snippets Groups Projects
Commit cddadadd authored by Henk's avatar Henk
Browse files

version 0.4.2

parent 8339ff1d
Branches
Tags
1 merge request!47Make sort_by_alphanum stable
## 0.4.2
* Make sort_by_alphanum stable for chunks that parse to the same int like 04 and 4.
## 0.4.1 ## 0.4.1
* Add timezone to logging timestamps. Use milliseconds instead of microseconds precision. * Add timezone to logging timestamps. Use milliseconds instead of microseconds precision.
......
...@@ -10,7 +10,7 @@ GIT ...@@ -10,7 +10,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
roqua-support (0.4.1) roqua-support (0.4.2)
active_interaction (>= 3.0, < 5.0) active_interaction (>= 3.0, < 5.0)
activesupport (>= 5.2, < 6.2) activesupport (>= 5.2, < 6.2)
appsignal (>= 2.9, < 3.1) appsignal (>= 2.9, < 3.1)
...@@ -33,9 +33,9 @@ GEM ...@@ -33,9 +33,9 @@ GEM
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (4.0.5) active_interaction (4.1.0)
activemodel (>= 5, < 7) activemodel (>= 5, < 8)
activesupport (>= 5, < 7) activesupport (>= 5, < 8)
activemodel (6.0.2.2) activemodel (6.0.2.2)
activesupport (= 6.0.2.2) activesupport (= 6.0.2.2)
activerecord (6.0.2.2) activerecord (6.0.2.2)
...@@ -51,7 +51,7 @@ GEM ...@@ -51,7 +51,7 @@ GEM
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
appsignal (3.0.13) appsignal (3.0.19)
rack rack
ast (2.4.2) ast (2.4.2)
builder (3.2.4) builder (3.2.4)
......
module Roqua module Roqua
module Support module Support
VERSION = '0.4.1'.freeze VERSION = '0.4.2'.freeze
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment