Skip to content
Snippets Groups Projects
Commit 4f367b62 authored by Jorn van de Beek's avatar Jorn van de Beek
Browse files

Bump version

parent 3e586df0
Branches
Tags
No related merge requests found
Pipeline #79811 passed
# 0.3.1
* Slashes after numbers are now removed from question titles when making RoQua seeds (quests attribute).
# 0.3.0 # 0.3.0
* [Backward Incompatible]: flag.depends_on is now an array. * [Backward Incompatible]: flag.depends_on is now an array.
PATH PATH
remote: . remote: .
specs: specs:
quby-compiler (0.2.1) quby-compiler (0.3.1)
actionview (>= 5.0) actionview (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)
activesupport (>= 5.0) activesupport (>= 5.0)
...@@ -15,20 +15,20 @@ PATH ...@@ -15,20 +15,20 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionview (6.0.3.4) actionview (6.0.3.5)
activesupport (= 6.0.3.4) activesupport (= 6.0.3.5)
builder (~> 3.1) builder (~> 3.1)
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 (3.8.3) active_interaction (3.8.3)
activemodel (>= 4, < 7) activemodel (>= 4, < 7)
activemodel (6.0.3.4) activemodel (6.0.3.5)
activesupport (= 6.0.3.4) activesupport (= 6.0.3.5)
activerecord (6.0.3.4) activerecord (6.0.3.5)
activemodel (= 6.0.3.4) activemodel (= 6.0.3.5)
activesupport (= 6.0.3.4) activesupport (= 6.0.3.5)
activesupport (6.0.3.4) activesupport (6.0.3.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
...@@ -38,54 +38,51 @@ GEM ...@@ -38,54 +38,51 @@ GEM
rack rack
builder (3.2.4) builder (3.2.4)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.1.7) concurrent-ruby (1.1.8)
crass (1.0.6) crass (1.0.6)
diff-lcs (1.4.4) diff-lcs (1.4.4)
dry-configurable (0.11.6) dry-configurable (0.12.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7) dry-core (~> 0.5, >= 0.5.0)
dry-equalizer (~> 0.2)
dry-container (0.7.2) dry-container (0.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3) dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9) dry-core (0.5.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
dry-equalizer (0.3.0)
dry-inflector (0.2.0) dry-inflector (0.2.0)
dry-logic (1.0.7) dry-logic (1.1.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
dry-core (~> 0.2) dry-core (~> 0.5, >= 0.5)
dry-equalizer (~> 0.2) dry-struct (1.4.0)
dry-struct (1.3.0) dry-core (~> 0.5, >= 0.5)
dry-core (~> 0.4, >= 0.4.4) dry-types (~> 1.5)
dry-equalizer (~> 0.3)
dry-types (~> 1.3)
ice_nine (~> 0.11) ice_nine (~> 0.11)
dry-types (1.4.0) dry-types (1.5.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
dry-container (~> 0.3) dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4) dry-core (~> 0.5, >= 0.5)
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2) dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2) dry-logic (~> 1.0, >= 1.0.2)
erubi (1.9.0) erubi (1.10.0)
i18n (1.8.5) i18n (1.8.9)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
ice_nine (0.11.2) ice_nine (0.11.2)
loofah (2.7.0) loofah (2.9.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
method_source (1.0.0) method_source (1.0.0)
mini_portile2 (2.4.0) mini_portile2 (2.5.0)
minitest (5.14.2) minitest (5.14.4)
naught (1.1.0) naught (1.1.0)
nokogiri (1.10.10) nokogiri (1.11.1)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.5.0)
nokogumbo (2.0.2) racc (~> 1.4)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4) nokogiri (~> 1.8, >= 1.8.4)
pry (0.13.1) pry (0.13.1)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
...@@ -93,8 +90,8 @@ GEM ...@@ -93,8 +90,8 @@ GEM
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
rake (12.3.3) rake (12.3.3)
redcarpet (3.5.0) redcarpet (3.5.1)
roqua-support (0.3.4) roqua-support (0.3.5)
active_interaction (~> 3.0) active_interaction (~> 3.0)
activesupport (>= 5.1, < 6.1) activesupport (>= 5.1, < 6.1)
appsignal (>= 2.9, < 2.11) appsignal (>= 2.9, < 2.11)
...@@ -114,11 +111,11 @@ GEM ...@@ -114,11 +111,11 @@ GEM
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-support (3.9.3) rspec-support (3.9.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.8) tzinfo (1.2.9)
thread_safe (~> 0.1) thread_safe (~> 0.1)
with_advisory_lock (3.2.0) with_advisory_lock (3.2.0)
activerecord (>= 3.2) activerecord (>= 3.2)
zeitwerk (2.4.1) zeitwerk (2.4.2)
PLATFORMS PLATFORMS
ruby ruby
......
module Quby module Quby
module Compiler module Compiler
VERSION = "0.3.0" VERSION = "0.3.1"
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