aga_palindrome 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e12948f9c2cbdbc65e588fefa0ce7481c1cfd61a0579dc1e603640043bbd1b2
4
- data.tar.gz: 4c9e743d73f0067b09f65dde2c5abca46770f20de2d29d0624bb1a00ae709295
3
+ metadata.gz: 795047a47836a0dbbfa84bb798ea9cee6b3235dd677f593d79ab3a5e40470f67
4
+ data.tar.gz: 96cb15cc95611f15f4fc10feef53bd18bc580d6dd612830c6570971ad6db4d7f
5
5
  SHA512:
6
- metadata.gz: 1d7a7767ae1e5d3dcd56f036f8618a333786cefe32f0a3a800c223fe65f4ff68fcdd2209dfd917bf1b5d9d244463f8a836a3a7405087cecbc4b8dcbd0315b3e0
7
- data.tar.gz: f0ef13266ab8bdd380ab12ba5abad36b6ff52f6fa912266dab58e51559c567476901c74e576c11e9a2ab6eea89b954d40dc0a965a3a45fe867f579c372375334
6
+ metadata.gz: c015b5ac5ac0c693b5de70e4a71d28b042365480646b97a2316649cb3c9a84eda9e81eee3224375d234f4d26850d1909c16f0a252ce6bee2a23d4bfb3208d518
7
+ data.tar.gz: 4be8bcc32bc390ba7df310705e98a90811d3a6ecf953fc794e0e60ccd2c1c4046dc66d9266a517c840b40370a207a655fcc6237eb54d16bf32279c9e8fa15ab0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aga_palindrome (1.0.0)
4
+ aga_palindrome (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -15,7 +15,7 @@ module AgaPalindrome
15
15
 
16
16
  # Returns content for palindrome testing.
17
17
  def processed_content
18
- to_s.scan(/[][a-z]\d]/i).join.downcase
18
+ to_s.scan(/[[a-z]\d]/i).join.downcase
19
19
  end
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module AgaPalindrome
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aga_palindrome
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aga