rails-playground 0.1.4 → 0.1.5
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61ae4d99a817329f335744ea7d4eed1c7266bdb921c89d42b58d79171f3b984d
|
4
|
+
data.tar.gz: f4901fb8399f9c7605c9e60c8da0273db6dc982cd3c3bdc24af348b4f4e4eada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2f3defb633fe584c097eec64cf3aca3e44c9a15ed5b495bf17ac444a7d3b533599476527019d9c70c6d3a4484426e4d652fe88ba15b6ff32bdbd5770d2bcb7e
|
7
|
+
data.tar.gz: 0e97901fea5df37ce536a55d6bb755cfbb81fae0212141ea87dafade43b553bc5af6f186378b80086d1336bacbdc3594ff38b8705c7bfa81652b1d113605926f
|
File without changes
|
data/lib/playground/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../app/assets/stylesheets/
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../app/assets/stylesheets/application.scss"],"names":[],"mappings":"AAAA;EAAkB;EAAiB;EAAa;;AAC9C;EAAW;EACT;EAAoB;;AACpB;EACE;;AAIJ;EAAmB;;AAEnB;EAAQ;EAAa;EAAc;;AACnC;EAAW;;AAEX;EACE;EACG;EACK;;AAGV;EAAS;EAAiB;EAAc;EAAa;;AACrD;EAAQ;EAAsB;;AAC9B;EAAgB;;AAEhB;EAAiC;;AAC/B;EAAe;;AACf;EAAa;EAA8B;EAAO;EAAS;EAAU","file":"application.css"}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-playground
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre Barret
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: web-console
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- app/jobs/playground/application_job.rb
|
65
65
|
- app/mailers/playground/application_mailer.rb
|
66
66
|
- app/models/playground/application_record.rb
|
67
|
-
- app/views/layouts/playground/
|
67
|
+
- app/views/layouts/playground/editor.html.erb
|
68
68
|
- app/views/playground/consoles/show.html.erb
|
69
69
|
- app/views/playground/scripts/_script.html.erb
|
70
70
|
- app/views/playground/scripts/_script_select_box.html.erb
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
|
-
rubygems_version: 3.
|
105
|
+
rubygems_version: 3.3.7
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: A local playground for Rails applications.
|