gromit 0.1.0 → 0.1.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: 00dc903e9068922d891b726629b7e5e3ce058c2f073766775f1879fe2c5f20f9
4
- data.tar.gz: 04e16aedf5357dfee62a94090c60c292af3fa5beba3e98d6066f1c119dec4d09
3
+ metadata.gz: 2bb63635be5d413e6221b47e7f726df939363b49601d67b5fde8657520b3c7b6
4
+ data.tar.gz: '009cb195bd61e73709dc26e4d11abcecc0fccc3ec774414bfab21426ba3522a5'
5
5
  SHA512:
6
- metadata.gz: dad20891a96a6589f59feb912b40eb99fc57dfe8adac93e9477a40af4386b5d7a8acf796365dffa31410afd3fe7a3f8a0ec2df5252590ca409ca83a46c318e1e
7
- data.tar.gz: a60f72ed8958c7627bce422c713c30351682ba15dcd620ba1fddb6a65af27cecd76a5367787eed8cc9d6b1933425ef723669687c43dd7dbe5a50023b0fc3dba2
6
+ metadata.gz: 79e8650c8531ab4bfa31ddca7af92c69d3dc160d6f4b66bf2f0c900f6a7ea451c21a00f64adb1394b813de92be33b7a7b28df7c40adf7864cc12543f66da049c
7
+ data.tar.gz: deb314cec627935551926ad76718c7c49623423c2d8f08a4b03ea38d1dade24750ee86f9592df3dc249c0e9639706efe104ab6d5336b3bd9c5e56123c5c25c91
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2023 David Giffin
1
+ Copyright 2023 Release Technologies, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,4 +1,4 @@
1
- module Vapey
1
+ module Gromit
2
2
  module Rails
3
3
  module ApplicationHelper
4
4
  end
@@ -1,4 +1,4 @@
1
- module Vapey
1
+ module Gomit
2
2
  module Rails
3
3
  class ApplicationJob < ActiveJob::Base
4
4
  end
@@ -1,4 +1,4 @@
1
- module Vapey
1
+ module Gromit
2
2
  module Rails
3
3
  class ApplicationMailer < ActionMailer::Base
4
4
  default from: "from@example.com"
@@ -1,3 +1,3 @@
1
1
  module Gromit
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gromit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Giffin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-05 00:00:00.000000000 Z
11
+ date: 2023-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv