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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c73f5ea0e0c37abc2400eef9dff02bc3c30f24b
4
- data.tar.gz: 447602b63635e55c769d0e04e170cb22a69a4c72
3
+ metadata.gz: 9a50af63830a3960921631a1f0e3debbe4a0ca4b
4
+ data.tar.gz: e84948eb17344d49d7f798ff61801fc0e3bc9f32
5
5
  SHA512:
6
- metadata.gz: 1a47db478b20a375dc7ea8da2db91c0ea6f0ea81ef0bd04cbab845e0fa6a1996b1bc42a2a0c939d4b9bddbe3f235d22debed074adcb15047f8b9369f3db76e4a
7
- data.tar.gz: f6b28b0edd23bec0acc6a89189a37f7b05039c307f74646b88db0b9bcb426af3105f6285bbec146dd33c2047fee713faa4055a6b9d1f9b563dc2216861e2f3cf
6
+ metadata.gz: bef4fc61e3dc8ac3d34767e290bd5a1058854e63f348f32531fc0e28c5d16979131f9c6687d27f36ad34f38808f271ad7837d137e86f11110cfb5c10795074a5
7
+ data.tar.gz: 82c926d5881d3721735e02711b163e292456b77bf12c24c08a951c9c2e9b24e4c46610a55746926e28252a81a7a864ca26f1db3fa17a29e1c1c9c285e5b3f7e1
@@ -1,3 +1,3 @@
1
1
  module StringSwap
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: {}