navigable 1.0.1 → 1.0.2
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 +4 -4
- data/README.md +1 -1
- data/lib/navigable/version.rb +1 -1
- data/navigable.gemspec +2 -2
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b96bb3ac3fd1a2e93eaaa1517c7bf890065f9ee803f4e20269bf96fcaea7f78f
|
|
4
|
+
data.tar.gz: 3e08676aef87c9340af3b58e0b8124221e17a7ced004813dddd8f9377d9da9e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 689df880596033ed27ef92716554f2534a12a43b5d6c54a100eb363d8b3a57eed6ed356d77fbbcfddcf2ffc6509c6e866b0d6365ba27b9ecd908216b4d6b9322
|
|
7
|
+
data.tar.gz: 298e1239bfd0cf6e7050766173dfee8cbae94af0cf2994e2d4bb0b7a318f3303da09878c55c45dcffff1356a8a3d69072154bb9bd8d81b17219bae42090224f0
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Navigable is a family of gems that together provide all the tools you need to bu
|
|
|
12
12
|
<td>
|
|
13
13
|
|
|
14
14
|
**Navigable**<br>
|
|
15
|
-
A stand-alone tool for isolating business logic from external interfaces and cross-cutting concerns. Navigable composes self-configured command and observer objects to allow you to extend your business logic without modifying it. Navigable is compatible with any Ruby-based application development framework, including Rails and
|
|
15
|
+
A stand-alone tool for isolating business logic from external interfaces and cross-cutting concerns. Navigable composes self-configured command and observer objects to allow you to extend your business logic without modifying it. Navigable is compatible with any Ruby-based application development framework, including Rails, Hanami, and Sinatra.
|
|
16
16
|
|
|
17
17
|
</td>
|
|
18
18
|
</tr>
|
data/lib/navigable/version.rb
CHANGED
data/navigable.gemspec
CHANGED
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.authors = ["Alan Ridlehoover", "Fito von Zastrow"]
|
|
8
8
|
spec.email = ["navigable@firsttry.software"]
|
|
9
9
|
|
|
10
|
-
spec.summary = %q{Ahoy!
|
|
11
|
-
spec.description = %q{
|
|
10
|
+
spec.summary = %q{Ahoy! Welcome aboard Navigable!}
|
|
11
|
+
spec.description = %q{A stand-alone tool for isolating business logic from external interfaces and cross-cutting concerns. Navigable composes self-configured command and observer objects to allow you to extend your business logic without modifying it. Navigable is compatible with any Ruby-based application development framework, including Rails, Hanami, and Sinatra.}
|
|
12
12
|
spec.homepage = "https://firsttry.software"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
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: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alan Ridlehoover
|
|
@@ -95,12 +95,11 @@ dependencies:
|
|
|
95
95
|
- - "~>"
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: 0.17.0
|
|
98
|
-
description:
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
structured, well tested, maleable code that is truly navigable.
|
|
98
|
+
description: A stand-alone tool for isolating business logic from external interfaces
|
|
99
|
+
and cross-cutting concerns. Navigable composes self-configured command and observer
|
|
100
|
+
objects to allow you to extend your business logic without modifying it. Navigable
|
|
101
|
+
is compatible with any Ruby-based application development framework, including Rails,
|
|
102
|
+
Hanami, and Sinatra.
|
|
104
103
|
email:
|
|
105
104
|
- navigable@firsttry.software
|
|
106
105
|
executables: []
|
|
@@ -153,5 +152,5 @@ requirements: []
|
|
|
153
152
|
rubygems_version: 3.1.2
|
|
154
153
|
signing_key:
|
|
155
154
|
specification_version: 4
|
|
156
|
-
summary: Ahoy!
|
|
155
|
+
summary: Ahoy! Welcome aboard Navigable!
|
|
157
156
|
test_files: []
|