navigable 1.0.1 → 1.0.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: 3f47d6738b26354f6097bf64b14b7d8646746419f6565e6bb5f90d7263292b0f
4
- data.tar.gz: 9fd0a0522220322ad95a4c40153049ba3a25e86db5a5226ce7308ff276c261f6
3
+ metadata.gz: b96bb3ac3fd1a2e93eaaa1517c7bf890065f9ee803f4e20269bf96fcaea7f78f
4
+ data.tar.gz: 3e08676aef87c9340af3b58e0b8124221e17a7ced004813dddd8f9377d9da9e0
5
5
  SHA512:
6
- metadata.gz: 468eadb7a3ddbd2ec5520506e4b55643444f5c9fbe546aab51e902456c7c81d9754c5b8e74c141f9fdad41b4ca5d1667d6c73ac051ffa33fab1fc40aac1c14ab
7
- data.tar.gz: 4fedf730e7b7cc6ac4ded07b0485322b2593b2d2ec88e96adffc5fab72405bf984ee7cf520c25ad1458826a3d95f65dcf7f90dae4d2e771203ca2c0a671a75de
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 Hanami.
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>
@@ -1,5 +1,5 @@
1
1
  # frozen-string-literal: true
2
2
 
3
3
  module Navigable
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
@@ -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! Navigable will get you there!}
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.}
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.1
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: We hold these truths to be self-evident, that not all objects are created
99
- equal, that poorly structured code leads to poorly tested code, and that poorly
100
- tested code leads to rigid software and fearful engineers. We believe a framework
101
- should break free of this tyranny. It should be simple, testable, and fast. It can
102
- be opinionated. But, it should leverage SOLID principles to guide us toward well
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! Navigable will get you there!
155
+ summary: Ahoy! Welcome aboard Navigable!
157
156
  test_files: []