railz_lite 0.1.1 → 0.1.2

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: debcfc1ee0b528a1b64f81eec5f716ed724b18846185718633da6d5cc3d71a28
4
- data.tar.gz: 34d1df37b4743d54bab4d62691d7811772d9a2a61f6eaf4ce5da1291fbd7d442
3
+ metadata.gz: 0f0fd9fa8e10f33e2192ba486f03a99eecafdb768fb9ee12b9b0a52b737c3c14
4
+ data.tar.gz: 74e47d34a02ffba48f56d8674311accb38d50c4d5bc91734cc7a5e87e969c19e
5
5
  SHA512:
6
- metadata.gz: 72467b86db0a0a7be1c949312669f269580c9d66f8ecb4c1f530d5d6bca51a297b8357c617ad656a910a52c7ae9332ccfb65cddecd397c6f25c816349f1ccbf1
7
- data.tar.gz: 9cdd55bd2a0ec29db69454663027d108aa8c93877ab5a9dc227f881270fa002d99b94acbe44268531bdef64ada89d99ab67a230b8f089a2cc500f685517f3b3d
6
+ metadata.gz: 0bd02313565af386b8d1e97fdaad3bdaf232e92fa0f35b7eb924154f66baa29f1b3ed8ea1dff3a4400cd1d9068ae1f5433a71f1e84cf24beceb8691296b5975d
7
+ data.tar.gz: 86db0391d43f44013cb33bf2e9c289353012b27e6b8a17337be31c45eaf89991c1c9f1d6c7e078ccdac5bb112ecf627a0361d3bc9eda538a571a2bf069bd0a97
@@ -1,4 +1,3 @@
1
- require 'byebug'
2
1
  require 'active_support'
3
2
  require 'active_support/core_ext'
4
3
  require 'erb'
@@ -1,5 +1,4 @@
1
1
  require 'json'
2
- require 'byebug'
3
2
 
4
3
  class Session
5
4
  # find the cookie for this app
@@ -1,5 +1,4 @@
1
1
  require 'erb'
2
- require 'byebug'
3
2
 
4
3
  class ShowExceptions
5
4
  attr_reader :app
@@ -1,4 +1,5 @@
1
- require 'byebug'
1
+ require 'rack'
2
+
2
3
  class Static
3
4
  attr_reader :app, :file_server, :root
4
5
 
@@ -1,6 +1,5 @@
1
1
  require_relative 'db_connection'
2
2
  require 'active_support/inflector'
3
- require 'byebug'
4
3
 
5
4
  module RailzLite
6
5
  class SQLObject
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailzLite
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railz_lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bryan lynch