string_swap 0.0.1 → 0.0.2
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/lib/string_swap/version.rb +1 -1
- data/string_swap.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a50af63830a3960921631a1f0e3debbe4a0ca4b
|
4
|
+
data.tar.gz: e84948eb17344d49d7f798ff61801fc0e3bc9f32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bef4fc61e3dc8ac3d34767e290bd5a1058854e63f348f32531fc0e28c5d16979131f9c6687d27f36ad34f38808f271ad7837d137e86f11110cfb5c10795074a5
|
7
|
+
data.tar.gz: 82c926d5881d3721735e02711b163e292456b77bf12c24c08a951c9c2e9b24e4c46610a55746926e28252a81a7a864ca26f1db3fa17a29e1c1c9c285e5b3f7e1
|
data/lib/string_swap/version.rb
CHANGED
data/string_swap.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["ha.alamin@gmail.com"]
|
11
11
|
spec.summary = %q{An instance method on String to swap two substrings together.}
|
12
12
|
spec.description = %q{This will monkey patch the String class to provide an instance method that swaps two substrings together.}
|
13
|
-
spec.homepage = "https://github.com/habibalamin/string_swap"
|
13
|
+
spec.homepage = "https://github.com/habibalamin-gems/string_swap"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: string_swap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Habib Alamin
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- spec/spec_helper.rb
|
56
56
|
- spec/string_swap_spec.rb
|
57
57
|
- string_swap.gemspec
|
58
|
-
homepage: https://github.com/habibalamin/string_swap
|
58
|
+
homepage: https://github.com/habibalamin-gems/string_swap
|
59
59
|
licenses:
|
60
60
|
- MIT
|
61
61
|
metadata: {}
|