finishing_moves 1.2.0 → 1.2.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: a791dce174d28e7ddf84f7a277f928ad75e5fafe2077d0be9f7650fb05cd56ab
4
- data.tar.gz: 85b42fa2e461a88cb3a3a733422b27907ed1a17fedfdb8473f27afc6206c3404
3
+ metadata.gz: 55befc1e2e32958cf79f502b505192043bc6250f0dca0c1149ab1592c09b4858
4
+ data.tar.gz: e1bbf88d19b9534f0ec67cdd68ef0f405f8668498f0997aa8dc7a1c1d17769e8
5
5
  SHA512:
6
- metadata.gz: 54f153a89bbdbc16aaaae04f935b2a405b15e8a61885ab509558212010dff1775d2a6957628f9faddd65a03134b0308ce1cb1a3a59a123dda616145415dcde1d
7
- data.tar.gz: d21e8d643d14e507714d95f622c3a95bb61d5c31f4f6549ae52dfb249041e324beed6aeff0eedd49da2bf86a8becb9ee64d4cffbd4dab43689ef214b7d49e476
6
+ metadata.gz: 5e0aaf8177aff25d04ee76ca9c09351c6f3a999827fed2ea4abb5c6c76fab3b3f236b58797d20c563083ab11d4b852dfd80b996173bb488a688a0550995943c5
7
+ data.tar.gz: b277786b540bd97e1651f4469608a924c35a35579ccd0e7da173d11c8d39628172899223d808cd353dcb90c39b9969b0f95abd53972875fc733e462691717c03
@@ -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", "Chris Tonkinson"]
11
- s.email = ["frank@forgecrafted.com", "chris@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/forgecrafted/finishing_moves"
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")
@@ -1,3 +1,3 @@
1
1
  module FinishingMoves
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
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.0
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-29 00:00:00.000000000 Z
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/forgecrafted/finishing_moves
100
+ homepage: https://github.com/battlebrisket/finishing_moves
103
101
  licenses:
104
102
  - MIT
105
103
  metadata: {}