rails_toastify 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: 15bb2821e582dbb096ce2cece0f0f40dab03f2596adaf264eefe930243690d7c
4
- data.tar.gz: cb87d2f3bb44533969bc8933a625a5cb210aa80d738cdb83e7f82e756318f03a
3
+ metadata.gz: 4facfb08cf16ff46f7bb4d9052e9b52a8f331c51b05579ce85eb7faec0758ffc
4
+ data.tar.gz: 32b3aacc1d3f4cef8d7051193efcba1aa372548cb7172f3009e58674cc653b79
5
5
  SHA512:
6
- metadata.gz: 2868b8b9771a26dca581dab27df5eb483e4773350a8c38fdd30deaecabdc8bac4657c45468d32358e8c83ee3afc85a0854d239bf7ee876076254217e999233a8
7
- data.tar.gz: 22db02499c2e62c068dd0b7a12e804092225708305b9c1c791c1af8b63ee279c1db62b4a99562896c4431764f2dfc8cbc8a1a1aa37cbd1215e3235c3356caf6a
6
+ metadata.gz: dd34bf182256c88b3e7b9f4738e70d9867661620e346b24144230d4f231afe7b24d74a12779f53b33da93f20de78fac23d7c67aea18a69ddc5917c9b9c8a7de2
7
+ data.tar.gz: 81720cc49549376ba3a4841f49ff94d391826ea367cdbd019b62b4e3f69881b78ac33d5d2f3d1b12ccb09b8d67d993686e2e45045cf0dd89f55549ed36f7bc15
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsToastify
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "rails_toastify/version"
4
+ require_relative "rails_toastify/engine"
4
5
 
5
6
  module RailsToastify
6
7
  class Error < StandardError; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_toastify
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
  - Elton Santos
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-23 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: "\U0001F389 Rails Toastify allows you to add notifications to your app
14
14
  with ease. Pay Attention: this gem still is in development. Please CONTRIBUTE"
@@ -20,7 +20,10 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - README.md
22
22
  - Rakefile
23
+ - app/assets/javascripts/rails_toastify.js
24
+ - app/assets/stylesheets/rails_toastify.css
23
25
  - lib/rails_toastify.rb
26
+ - lib/rails_toastify/engine.rb
24
27
  - lib/rails_toastify/version.rb
25
28
  - rails_toastify.gemspec
26
29
  - sig/rails_toastify.rbs