automatic_namespaces 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4127c0936ad000fe4b361c619dbd3d1b78a43d975d3d048432d93fd6d0f9f597
4
- data.tar.gz: 6ad52407e24da1ab14e9264d16c7fd388db5a5eba94935ae8964689ed0280396
3
+ metadata.gz: 206745a00b122b9b520cbfb277340490160d9f0de83c62c63096c8c3acaaed3d
4
+ data.tar.gz: 5df21869e3ee72c714d7186eb1535375ab5a250c019e8c9abc2e7b4786959d70
5
5
  SHA512:
6
- metadata.gz: 274f7b77c5340a6be552e7ba39a877336b04c63ff7126e472b2ca5244ca547e4d6ccb622606e44caebf49a707457da87efe0207870febb3f539111b4a716d71e
7
- data.tar.gz: 2309e8898758ccc3d31157b55d035f4091e55b25693a58f72af57b53eba41712801bd07f1e27c727bbcd98083e68e604954cebc628e4857578b0927b3f7473bb
6
+ metadata.gz: 42ebf97afd78d759ee65c36ef565c30552116f36e6904cab7b890e5b6c1bf1b50030c3cf063ed1d8e4bec72861c8b2891ce978bae6b1ec99023c50597f1f0725
7
+ data.tar.gz: 3363196f0f07238cb7267820322d1156c105ecbc1a79e622beb33bb555d020d63c445447e872fb1a2fb4dfd4080337e83ca4d6a5bc3b3a466dadc253a36d73df
data/README.md CHANGED
@@ -108,7 +108,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
108
108
 
109
109
  Thanks to a handful of individuals who directly contributed to the creation of this gem:
110
110
 
111
- * [Caleb Woods](https://github.com/alexevanczuk) - For feeling the pain and helping to spike an approach during a project kickoff at [RoleModel Software](www.rolemodelsoftware.com)
111
+ * [Caleb Woods](https://github.com/calebwoods) - For feeling the pain and helping to spike an approach during a project kickoff at [RoleModel Software](https://www.rolemodelsoftware.com)
112
112
  * [Alex Evanczuk](https://github.com/alexevanczuk) - For being willing to collaborate on the project, helping to refine the approach, and even mentoring me on how to create my first gem for sharing with others.
113
113
  * [Xavier Noria](https://github.com/fxn) - For his suggestions on how to patch Zeitwerk to make this work at all, and for suggestions on how to keep hot reloading working after Rails autopaths were missing all pack directories.
114
114
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomaticNamespaces
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automatic_namespaces
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
  - Gary Passero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-05 00:00:00.000000000 Z
11
+ date: 2022-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -111,8 +111,8 @@ licenses:
111
111
  - MIT
112
112
  metadata:
113
113
  homepage_uri: https://github.com/gap777/automatic_namespaces
114
- source_code_uri: https://github.com/alexevanczuk/my_example_gem
115
- changelog_uri: https://github.com/alexevanczuk/my_example_gem/releases
114
+ source_code_uri: https://github.com/gap777/automatic_namespaces
115
+ changelog_uri: https://github.com/gap777/automatic_namespaces/releases
116
116
  allowed_push_host: https://rubygems.org
117
117
  post_install_message:
118
118
  rdoc_options: []