palindrome_ext 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 49e74e7a5cd35942c5885842023cc8a03a1d76cf5c56d40579fbbab199472149
4
+ data.tar.gz: ced7a545bdbc8ac67d75511be4263699fe9d81de370051b5dd75ee7d05daa0de
5
+ SHA512:
6
+ metadata.gz: f73bef60460698c06c56ea363415360272a7133ce605ce471624cdb2912bfd60ab69f9e5fd6900521696292922f6bad675224c6e76d39652e16d26cf3b43eae9
7
+ data.tar.gz: 6996651169cf0b6e91c7721233800df53fbedd3af89c479f830d2f627999f30105fe1a4c03f8c2c05dc98792f7f51b6ed5d93deb2d7828eafc341fb41c4dc0c9
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,112 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.5
3
+
4
+ Style/StringLiterals:
5
+ Enabled: true
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ Enabled: true
10
+ EnforcedStyle: double_quotes
11
+
12
+ Layout/LineLength:
13
+ Max: 120
14
+
15
+ Layout/EndOfLine:
16
+ Enabled: False
17
+
18
+ Gemspec/DateAssignment: # new in 1.10
19
+ Enabled: true
20
+ Layout/LineEndStringConcatenationIndentation: # new in 1.18
21
+ Enabled: true
22
+ Layout/SpaceBeforeBrackets: # new in 1.7
23
+ Enabled: true
24
+ Lint/AmbiguousAssignment: # new in 1.7
25
+ Enabled: true
26
+ Lint/AmbiguousOperatorPrecedence: # new in 1.21
27
+ Enabled: true
28
+ Lint/AmbiguousRange: # new in 1.19
29
+ Enabled: true
30
+ Lint/DeprecatedConstants: # new in 1.8
31
+ Enabled: true
32
+ Lint/DuplicateBranch: # new in 1.3
33
+ Enabled: true
34
+ Lint/DuplicateRegexpCharacterClassElement: # new in 1.1
35
+ Enabled: true
36
+ Lint/EmptyBlock: # new in 1.1
37
+ Enabled: true
38
+ Lint/EmptyClass: # new in 1.3
39
+ Enabled: true
40
+ Lint/EmptyInPattern: # new in 1.16
41
+ Enabled: true
42
+ Lint/IncompatibleIoSelectWithFiberScheduler: # new in 1.21
43
+ Enabled: true
44
+ Lint/LambdaWithoutLiteralBlock: # new in 1.8
45
+ Enabled: true
46
+ Lint/NoReturnInBeginEndBlocks: # new in 1.2
47
+ Enabled: true
48
+ Lint/NumberedParameterAssignment: # new in 1.9
49
+ Enabled: true
50
+ Lint/OrAssignmentToConstant: # new in 1.9
51
+ Enabled: true
52
+ Lint/RedundantDirGlobSort: # new in 1.8
53
+ Enabled: true
54
+ Lint/RequireRelativeSelfPath: # new in 1.22
55
+ Enabled: true
56
+ Lint/SymbolConversion: # new in 1.9
57
+ Enabled: true
58
+ Lint/ToEnumArguments: # new in 1.1
59
+ Enabled: true
60
+ Lint/TripleQuotes: # new in 1.9
61
+ Enabled: true
62
+ Lint/UnexpectedBlockArity: # new in 1.5
63
+ Enabled: true
64
+ Lint/UnmodifiedReduceAccumulator: # new in 1.1
65
+ Enabled: true
66
+ Security/IoMethods: # new in 1.22
67
+ Enabled: true
68
+ Style/ArgumentsForwarding: # new in 1.1
69
+ Enabled: true
70
+ Style/CollectionCompact: # new in 1.2
71
+ Enabled: true
72
+ Style/DocumentDynamicEvalDefinition: # new in 1.1
73
+ Enabled: true
74
+ Style/EndlessMethod: # new in 1.8
75
+ Enabled: true
76
+ Style/HashConversion: # new in 1.10
77
+ Enabled: true
78
+ Style/HashExcept: # new in 1.7
79
+ Enabled: true
80
+ Style/IfWithBooleanLiteralBranches: # new in 1.9
81
+ Enabled: true
82
+ Style/InPatternThen: # new in 1.16
83
+ Enabled: true
84
+ Style/MultilineInPatternThen: # new in 1.16
85
+ Enabled: true
86
+ Style/NegatedIfElseCondition: # new in 1.2
87
+ Enabled: true
88
+ Style/NilLambda: # new in 1.3
89
+ Enabled: true
90
+ Style/NumberedParameters: # new in 1.22
91
+ Enabled: true
92
+ Style/NumberedParametersLimit: # new in 1.22
93
+ Enabled: true
94
+ Style/OptionalBooleanParameter:
95
+ Enabled: false
96
+ Style/QuotedSymbols: # new in 1.16
97
+ Enabled: true
98
+ Style/RedundantArgument: # new in 1.4
99
+ Enabled: true
100
+ Style/RedundantSelfAssignmentBranch: # new in 1.19
101
+ Enabled: true
102
+ Style/SelectByRegexp: # new in 1.22
103
+ Enabled: true
104
+ Style/StringChars: # new in 1.12
105
+ Enabled: true
106
+ Style/SwapValues: # new in 1.1
107
+ Enabled: true
108
+
109
+ AllCops:
110
+ Exclude:
111
+ - 'palindrome_ext.gemspec'
112
+ NewCops: enable
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2021-11-09
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ajiellodev@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in palindrome_ext.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+
10
+ gem "rspec", "~> 3.2"
11
+
12
+ gem "rubocop", "~> 1.7"
data/Gemfile.lock ADDED
@@ -0,0 +1,58 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ palindrome_ext (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ diff-lcs (1.4.4)
11
+ parallel (1.21.0)
12
+ parser (3.0.2.0)
13
+ ast (~> 2.4.1)
14
+ rainbow (3.0.0)
15
+ rake (13.0.6)
16
+ regexp_parser (2.1.1)
17
+ rexml (3.2.5)
18
+ rspec (3.10.0)
19
+ rspec-core (~> 3.10.0)
20
+ rspec-expectations (~> 3.10.0)
21
+ rspec-mocks (~> 3.10.0)
22
+ rspec-core (3.10.1)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-expectations (3.10.1)
25
+ diff-lcs (>= 1.2.0, < 2.0)
26
+ rspec-support (~> 3.10.0)
27
+ rspec-mocks (3.10.2)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.10.0)
30
+ rspec-support (3.10.3)
31
+ rubocop (1.22.3)
32
+ parallel (~> 1.10)
33
+ parser (>= 3.0.0.0)
34
+ rainbow (>= 2.2.2, < 4.0)
35
+ regexp_parser (>= 1.8, < 3.0)
36
+ rexml
37
+ rubocop-ast (>= 1.12.0, < 2.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (>= 1.4.0, < 3.0)
40
+ rubocop-ast (1.13.0)
41
+ parser (>= 3.0.1.1)
42
+ ruby-progressbar (1.11.0)
43
+ unicode-display_width (2.1.0)
44
+
45
+ PLATFORMS
46
+ universal-darwin-20
47
+ x64-mingw32
48
+ x86_64-darwin-19
49
+ x86_64-linux
50
+
51
+ DEPENDENCIES
52
+ palindrome_ext!
53
+ rake (~> 13.0)
54
+ rspec (~> 3.2)
55
+ rubocop (~> 1.7)
56
+
57
+ BUNDLED WITH
58
+ 2.2.28
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 A.J. Romaniello
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,69 @@
1
+ # PalindromeExt
2
+ [![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)
3
+
4
+
5
+ A gem focused on extending Ruby's `String` and `Integer` classes by adding a `.palindrome?` method,
6
+ to solve a common algorithm problem of determining whether a string or integer may be a palindrome.
7
+
8
+ ## Installation
9
+
10
+ Add this line to your application's Gemfile:
11
+
12
+ ```ruby
13
+ gem 'palindrome_ext'
14
+ ```
15
+
16
+ And then execute:
17
+
18
+ $ bundle install
19
+
20
+ Or install it yourself as:
21
+
22
+ $ gem install palindrome_ext
23
+
24
+ ## Usage
25
+
26
+ ### String
27
+ ```ruby
28
+ require 'palindrome_ext/string'
29
+
30
+ # Palindrome - Not worrying about whitespace, case, or punctuation
31
+ 'Example...'.palindrome? # => false
32
+ 'Radar?!?'.palindrome? # => true
33
+
34
+ # Strict Palindrome - Must match case, whitespace, and punctuation
35
+ 'Radar'.palindrome? true # => false
36
+ 'RadaR'.palindrome? true # => true
37
+ ```
38
+
39
+ ### Integer
40
+ ```ruby
41
+ require 'palindrome_ext/integer'
42
+
43
+ # Palindrome - Check if the integer is a palindrome
44
+ 112.palindrome? # => false
45
+ 101.palindrome? # => true
46
+
47
+ # And works on operations
48
+ (91 * 99).palindrome? # => true
49
+ ```
50
+
51
+ ## Development
52
+
53
+ After forking this repo, navigate to the root directory and run `bundle install` to install dependencies and this gem on your machine.
54
+
55
+ To run tests, simply run `rspec` in the root directory.
56
+
57
+ To check if there are any style offenses in your forked repository, run `rubocop`. To attempt to automatically fix these offenses, run `rubocop -A`.
58
+
59
+ ## Contributing
60
+
61
+ Bug reports and pull requests are welcome on GitHub at https://github.com/aj-rom/palindrome_ext. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/palindrome_ext/blob/master/CODE_OF_CONDUCT.md).
62
+
63
+ ## License
64
+
65
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
66
+
67
+ ## Code of Conduct
68
+
69
+ Everyone interacting in the PalindromeExt project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/palindrome_ext/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "palindrome_ext"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "palindrome_ext/string"
4
+
5
+ # Overrides Default Integer Class by adding 'palindrome?' method
6
+ class Integer
7
+ def palindrome?
8
+ to_s.palindrome? true
9
+ end
10
+ end
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Overrides Default String Class by adding 'palindrome?' method
4
+ class String
5
+ def palindrome?(strict = false)
6
+ return false if length < 2
7
+
8
+ str = self
9
+ str = str.downcase.tr("^a-z0-9", "") unless strict
10
+ str == str.reverse
11
+ end
12
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module PalindromeExt
4
+ VERSION = "0.0.1"
5
+ end
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "palindrome_ext/version"
4
+ require_relative "palindrome_ext/string"
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/palindrome_ext/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "palindrome_ext"
7
+ spec.version = PalindromeExt::VERSION
8
+ spec.authors = ["A.J. Romaniello"]
9
+ spec.email = ["ajiellodev@gmail.com"]
10
+
11
+ spec.summary = "Adds methods for determining whether or not a string, integer, or array are palindromes."
12
+ spec.description = "Overrides Ruby's default String, Integer, and Array classes to determine whether or not their contents can be considered a palindrome."
13
+ spec.homepage = "https://github.com/aj-rom/palindrome_ext"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.5.0"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/aj-rom/palindrome_ext"
19
+ spec.metadata["changelog_uri"] = "https://github.com/aj-rom/palindrome_ext"
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
+ `git ls-files -z`.split("\x0").reject do |f|
25
+ (f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
26
+ end
27
+ end
28
+ spec.bindir = "exe"
29
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
+ spec.require_paths = ["lib"]
31
+ end
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: palindrome_ext
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - A.J. Romaniello
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-11-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Overrides Ruby's default String, Integer, and Array classes to determine
14
+ whether or not their contents can be considered a palindrome.
15
+ email:
16
+ - ajiellodev@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".rspec"
22
+ - ".rubocop.yml"
23
+ - CHANGELOG.md
24
+ - CODE_OF_CONDUCT.md
25
+ - Gemfile
26
+ - Gemfile.lock
27
+ - LICENSE.txt
28
+ - README.md
29
+ - Rakefile
30
+ - bin/console
31
+ - bin/setup
32
+ - lib/palindrome_ext.rb
33
+ - lib/palindrome_ext/integer.rb
34
+ - lib/palindrome_ext/string.rb
35
+ - lib/palindrome_ext/version.rb
36
+ - palindrome_ext.gemspec
37
+ homepage: https://github.com/aj-rom/palindrome_ext
38
+ licenses:
39
+ - MIT
40
+ metadata:
41
+ homepage_uri: https://github.com/aj-rom/palindrome_ext
42
+ source_code_uri: https://github.com/aj-rom/palindrome_ext
43
+ changelog_uri: https://github.com/aj-rom/palindrome_ext
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.5.0
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubygems_version: 3.2.31
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: Adds methods for determining whether or not a string, integer, or array are
63
+ palindromes.
64
+ test_files: []