m0x_qr 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21ea5bce9f6a92122671c5ab719007db23623ed49600b0af3921af3e9f69af7b
4
- data.tar.gz: f54ee5ba8a23038a128b4d6e2b6ad50535c0940dc04741c5ef9acdcc74f950fc
3
+ metadata.gz: 773cb84418cc83228618cc88a87fa5c403d2dc8447870ecf8adb480bd1749c8f
4
+ data.tar.gz: acd60c068785d281bda73bf54f0127ed674f6d429d799acaf97e6413790c953f
5
5
  SHA512:
6
- metadata.gz: 34429cbfdbe03efdbef02346cd197295a6f70c06a7a0fd3a2f500990ce0d0bf0bd6a134458716c70ecc13b280002e1a4f667a980cef6669d3cdb3e098e81e13a
7
- data.tar.gz: 8b3f5d9d14091db363776bf07877c19b54347b33fe03f82b37037b89ca4775c2d38a6337f5089153529de96e39617c7ef41d11e8edc7bf3b3a1befbdbc551a78
6
+ metadata.gz: b9f10f3ba0e157d698d8bf6433319d6258c79371f793faa70e906ee3c83cb994e3778b846a5a3717677817e4070123a15d4bfd60571ce19b909bb9c9b81658c6
7
+ data.tar.gz: d7aadcf5df673e5054efb0948e9a6e7bbc7c4d91e3fe7326107190bdd452abf52c8cbfc3e9846ae1875d672a33aa5a19210fc9ae8bb113bff9796c6646de2920
@@ -1,5 +1,7 @@
1
- class ExampleController < ApplicationController
2
- def index
3
- @text = File.read("flag.txt")
1
+ module M0xQr
2
+ class ExampleController < ApplicationController
3
+ def index
4
+ @text = File.read("flag.txt")
5
+ end
4
6
  end
5
7
  end
@@ -0,0 +1 @@
1
+ <%= @text %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: m0x_qr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - m0x
@@ -55,6 +55,7 @@ files:
55
55
  - app/jobs/m0x_qr/application_job.rb
56
56
  - app/mailers/m0x_qr/application_mailer.rb
57
57
  - app/models/m0x_qr/application_record.rb
58
+ - app/views/example/index.html.erb
58
59
  - app/views/layouts/m0x_qr/application.html.erb
59
60
  - config/routes.rb
60
61
  - lib/m0x_qr.rb