eucalypt 0.3.0 → 0.3.1

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: 10f3b08b29d97a057f1a4ca57857f6509e9fc1cf9c741cf7730e8106952dace9
4
- data.tar.gz: e704b8e99650bad23c6a0df20bdb10bcfdd3d3b54ae22cb2db3c32a9ad4d36b3
3
+ metadata.gz: 37e612522e9348737c90548f77cd36a4895cfa500b303160ef8d4cd11d51e116
4
+ data.tar.gz: c0db7aef58cf87c106f76c0dcf1c522f6ed089b7c257d62bf58adfe711cbe04d
5
5
  SHA512:
6
- metadata.gz: 80d0e9b6498394493f46bbd874fe76ca103935551e5ad1a9ad9a38144a1b4d401a6d52888780fbdbdc8c86966c579e8c6b491378728cbdb124f321bb2ae88d42
7
- data.tar.gz: bd6c8de8baf3bbb40dbeed75ab67d678b12d6b38c37962fd8c876dbd442256656b74dfbc828d28d80d8fb3feda41fca7fce90240fe2a15f2ef893d0ff3956ddd
6
+ metadata.gz: de2cd668b5839f9bc790695ad813097877d9f2960a799c8d58dba79595e786afe9d0e4115b00a8e9d1dc2b6e8a893aa2678c87fb0a7fcff40274ef3458e7ebf5
7
+ data.tar.gz: 1e4f92ce447f49c8c3e2aea7d48cc817070ae6cce0582f399b8ae3c05c2b924d65d40f8d11a8e6f9648d891533b4e8e82c59c3f086cfabfe8d110a9814e6daa9
@@ -1,5 +1,4 @@
1
1
  class ApplicationController < Sinatra::Base
2
- # Set ActiveRecord verbosity (comment or remove for no logging)
3
2
  # Comment or remove the below lines for no logging
4
3
  ActiveRecord::Base.logger = Logger.new STDOUT
5
4
  ActiveRecord::Migration.verbose = true
@@ -1,3 +1,3 @@
1
1
  module Eucalypt
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eucalypt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edwin Onuonga