inferno_core 0.4.0 → 0.4.1.pre2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/inferno/apps/web/router.rb +14 -3
- data/lib/inferno/config/boot/web.rb +3 -0
- data/lib/inferno/public/bundle.js +2 -2
- data/lib/inferno/version.rb +1 -1
- metadata +3 -3
data/lib/inferno/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inferno_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1.pre2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
@@ -641,9 +641,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
641
641
|
version: 3.1.2
|
642
642
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
643
643
|
requirements:
|
644
|
-
- - "
|
644
|
+
- - ">"
|
645
645
|
- !ruby/object:Gem::Version
|
646
|
-
version:
|
646
|
+
version: 1.3.1
|
647
647
|
requirements: []
|
648
648
|
rubygems_version: 3.3.7
|
649
649
|
signing_key:
|