navigable 0.3.0 → 0.3.1

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: 231583c809c62cb9bbef38284cd16e3b749e927c752c97432198c535399d44b7
4
- data.tar.gz: 2c6f6f291254912bc973ccfa09d19cd470a28b1c22c730e33b9345526b90cd6b
3
+ metadata.gz: d1a6a151995a3fc11306a19e5aa456017782233ad8b2ca399938e68228a21a8e
4
+ data.tar.gz: 0ebc72581760f1227772e55327796a68b9496997321db0d9c5de69ef0e418bee
5
5
  SHA512:
6
- metadata.gz: a9e073d24a4a749cf2203d78914fc24f3a60969a5b5de13db221a7db2fdb1b3a38e2ac825b740e12356026b737979614c0124a5d71d02d401d91d7c780d7179f
7
- data.tar.gz: 6fd8c31f59d354eb2bf6e6e010572d710ad8ec234670b00896512a793dc7fb5065e2af11584e76f61e28356eb994af871f828292b4d44df6a582809c1015f217
6
+ metadata.gz: 910da8ec34c9f5679eed5e6ad2e1fb51040b483ab17d1b8202c8ded1f4dff7e180aa5c36985fd236824760eef045fca66a3310db52d2fddd9092d23114565e35
7
+ data.tar.gz: 17dbf68108f529820220c6017fbb5ce574a0525534a5b9bde7bf3534ac2a097396f83d5ae1837d6240d37a928c338df6f38fe71cdad4815c9b32c90f8244ac73
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at alan@ridlehoover.com. All
58
+ reported by contacting the project team at navigable@firsttry.software. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -1,5 +1,5 @@
1
1
  # frozen-string-literal: true
2
2
 
3
3
  module Navigable
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
@@ -5,17 +5,17 @@ Gem::Specification.new do |spec|
5
5
  spec.version = Navigable::VERSION
6
6
  spec.platform = Gem::Platform::RUBY
7
7
  spec.authors = ["Alan Ridlehoover", "Fito von Zastrow"]
8
- spec.email = ["alan@ridlehoover.com", "adolfovon@gmail.com"]
8
+ spec.email = ["navigable@firsttry.software"]
9
9
 
10
10
  spec.summary = %q{Ahoy! Navigable will get you there!}
11
11
  spec.description = %q{We hold these truths to be self-evident, that not all objects are created equal, that poorly structured code leads to poorly tested code, and that poorly tested code leads to rigid software and fearful engineers. We believe a framework should break free of this tyranny. It should be simple, testable, and fast. It can be opinionated. But, it should leverage SOLID principles to guide us toward well structured, well tested, maleable code that is truly navigable.}
12
- spec.homepage = "https://github.com/first_try/navigable"
12
+ spec.homepage = "https://github.com/first-try-software/navigable"
13
13
  spec.license = "MIT"
14
14
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://github.com/first_try/navigable"
18
- spec.metadata["bug_tracker_uri"] = "https://github.com/first_try/navigable/issues"
17
+ spec.metadata["source_code_uri"] = "https://github.com/first-try-software/navigable"
18
+ spec.metadata["bug_tracker_uri"] = "https://github.com/first-try-software/navigable/issues"
19
19
 
20
20
  spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
21
21
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navigable
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
  - Alan Ridlehoover
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-09-11 00:00:00.000000000 Z
12
+ date: 2020-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: manufacturable
@@ -102,8 +102,7 @@ description: We hold these truths to be self-evident, that not all objects are c
102
102
  be opinionated. But, it should leverage SOLID principles to guide us toward well
103
103
  structured, well tested, maleable code that is truly navigable.
104
104
  email:
105
- - alan@ridlehoover.com
106
- - adolfovon@gmail.com
105
+ - navigable@firsttry.software
107
106
  executables: []
108
107
  extensions: []
109
108
  extra_rdoc_files: []
@@ -130,13 +129,13 @@ files:
130
129
  - lib/navigable/resolver.rb
131
130
  - lib/navigable/version.rb
132
131
  - navigable.gemspec
133
- homepage: https://github.com/first_try/navigable
132
+ homepage: https://github.com/first-try-software/navigable
134
133
  licenses:
135
134
  - MIT
136
135
  metadata:
137
- homepage_uri: https://github.com/first_try/navigable
138
- source_code_uri: https://github.com/first_try/navigable
139
- bug_tracker_uri: https://github.com/first_try/navigable/issues
136
+ homepage_uri: https://github.com/first-try-software/navigable
137
+ source_code_uri: https://github.com/first-try-software/navigable
138
+ bug_tracker_uri: https://github.com/first-try-software/navigable/issues
140
139
  post_install_message:
141
140
  rdoc_options: []
142
141
  require_paths: