finishing_moves 1.2.0 → 1.2.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 +4 -4
- data/finishing_moves.gemspec +3 -3
- data/lib/finishing_moves/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55befc1e2e32958cf79f502b505192043bc6250f0dca0c1149ab1592c09b4858
|
|
4
|
+
data.tar.gz: e1bbf88d19b9534f0ec67cdd68ef0f405f8668498f0997aa8dc7a1c1d17769e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e0aaf8177aff25d04ee76ca9c09351c6f3a999827fed2ea4abb5c6c76fab3b3f236b58797d20c563083ab11d4b852dfd80b996173bb488a688a0550995943c5
|
|
7
|
+
data.tar.gz: b277786b540bd97e1651f4469608a924c35a35579ccd0e7da173d11c8d39628172899223d808cd353dcb90c39b9969b0f95abd53972875fc733e462691717c03
|
data/finishing_moves.gemspec
CHANGED
|
@@ -7,13 +7,13 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.name = "finishing_moves"
|
|
8
8
|
s.version = FinishingMoves::VERSION
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
|
-
s.authors = ["Frank Koehl"
|
|
11
|
-
s.email = ["frank@forgecrafted.com"
|
|
10
|
+
s.authors = ["Frank Koehl"]
|
|
11
|
+
s.email = ["frank@forgecrafted.com"]
|
|
12
12
|
s.summary = %q{Small, focused, incredibly useful methods added to core Ruby classes.}
|
|
13
13
|
s.description = <<-EOF
|
|
14
14
|
Ruby includes a huge amount of default awesomeness that tackles most common development challenges. But every now and then, you find yourself performing contortions to achieve results that, honestly, should feel more natural given the language's design elegance. Finishing Moves is a collection of methods designed to assist in those "why is this awkward?" scenarios.
|
|
15
15
|
EOF
|
|
16
|
-
s.homepage = "https://github.com/
|
|
16
|
+
s.homepage = "https://github.com/battlebrisket/finishing_moves"
|
|
17
17
|
s.license = "MIT"
|
|
18
18
|
|
|
19
19
|
s.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finishing_moves
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Frank Koehl
|
|
8
|
-
- Chris Tonkinson
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-30 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rspec
|
|
@@ -62,7 +61,6 @@ description: ' Ruby includes a huge amount of default awesomeness that tackle
|
|
|
62
61
|
'
|
|
63
62
|
email:
|
|
64
63
|
- frank@forgecrafted.com
|
|
65
|
-
- chris@forgecrafted.com
|
|
66
64
|
executables: []
|
|
67
65
|
extensions: []
|
|
68
66
|
extra_rdoc_files: []
|
|
@@ -99,7 +97,7 @@ files:
|
|
|
99
97
|
- spec/spec_helper.rb
|
|
100
98
|
- spec/string_spec.rb
|
|
101
99
|
- spec/to_bool_spec.rb
|
|
102
|
-
homepage: https://github.com/
|
|
100
|
+
homepage: https://github.com/battlebrisket/finishing_moves
|
|
103
101
|
licenses:
|
|
104
102
|
- MIT
|
|
105
103
|
metadata: {}
|