eventuale 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: 85ab77a3a97e7307b74eb8d11c38940bf57cb3f8ed291631d5919ca5fcd30391
4
- data.tar.gz: e85009280853829b859f8e6c013f57867a606ee8dd63f38091c8f48e53383a56
3
+ metadata.gz: de3912e71db3a74bd7d2a179ef6786ac2feb5af996e70b54c460728852511e9a
4
+ data.tar.gz: a504bdbf60b6ab258eaf9771c1ce1f1c8305dc78f98d952a1c618e616b8009ef
5
5
  SHA512:
6
- metadata.gz: cb765edefa9e13eace6608de79faa8e4689e7bb215b785c70d06328360d1a054a6a93e8bba21a2cb1b02f01870b640f00252875fb6f976b49f0e497a2695cff7
7
- data.tar.gz: 4d67fa6f008bb63a2c6dbc1f4b338bd1f70afa05ab2d92190218dedab9efdc1d7727bc11449bd3ef6c8d627e373b04b70c64d12e951dbf1a8fc6f3fe4545b044
6
+ metadata.gz: 1efd3cc5e802594c770bfdd161638f0f8fbac2f1b40a5199ca9fa0da61dc2561e9fcc96423e582cd7d97e61360ade5c01ac9694638aebf2f246342c5c97611ce
7
+ data.tar.gz: 10edaea66df3b41f523bf8eed719d8494d176f43461f7fcb2351f590216e70740552b8fd6850dbc043e1aa53be37171292838783be6afdeb509d1fae8c42399b
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2026 Giuseppe
3
+ Copyright (c) 2026 Giuseppe Bertini
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -57,7 +57,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
57
57
 
58
58
  ## Contributing
59
59
 
60
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/eventuale. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/eventuale/blob/main/CODE_OF_CONDUCT.md).
60
+ Bug reports and pull requests are welcome on GitHub at https://github.com/giuseb/eventuale. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/giuseb/eventuale/blob/main/CODE_OF_CONDUCT.md).
61
61
 
62
62
  ## License
63
63
 
@@ -65,4 +65,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
65
65
 
66
66
  ## Code of Conduct
67
67
 
68
- Everyone interacting in the Eventuale project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/eventuale/blob/main/CODE_OF_CONDUCT.md).
68
+ Everyone interacting in the Eventuale project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/giuseb/eventuale/blob/main/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Eventuale
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventuale
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
  - Giuseppe Bertini
@@ -47,13 +47,13 @@ files:
47
47
  - lib/generators/eventuale/install_generator.rb
48
48
  - lib/generators/eventuale/templates/add_eventuale_to_model.rb.erb
49
49
  - sig/eventuale.rbs
50
- homepage: https://github.com/giuseppe/eventuale
50
+ homepage: https://github.com/giuseb/eventuale
51
51
  licenses:
52
52
  - MIT
53
53
  metadata:
54
- homepage_uri: https://github.com/giuseppe/eventuale
55
- source_code_uri: https://github.com/giuseppe/eventuale
56
- changelog_uri: https://github.com/giuseppe/eventuale/blob/main/CHANGELOG.md
54
+ homepage_uri: https://github.com/giuseb/eventuale
55
+ source_code_uri: https://github.com/giuseb/eventuale
56
+ changelog_uri: https://github.com/giuseb/eventuale/blob/main/CHANGELOG.md
57
57
  rdoc_options: []
58
58
  require_paths:
59
59
  - lib