idivisor 0.1.2 → 0.1.3

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: ff0ff332cdf2e40747438203394e3cc804b8bed7594cbbf2ed49714315c12828
4
- data.tar.gz: d91e8874f889d7ab9fe618ba943f0ba486b99a0492d7f29b6f2c97da54f70212
3
+ metadata.gz: 10f54e23331cb74f52b8accafd89503637b649e3e25e5e4804864d4bde50f712
4
+ data.tar.gz: ea213a38168347b726f331db3656306737c31309e2e709516d8bdb7eb43961aa
5
5
  SHA512:
6
- metadata.gz: 76c6eddba6239346f09e9918dad82bb7d33078eb857adc9188a3d17ed2b108eb19fe83a194ae72b4e63bb20c6929fd3b7c61dd0f7340d9fc5d45d119b4d1aeae
7
- data.tar.gz: d763daf1d0c429d832e30e7114d7d994b0dc1f2dd619a2a5f742618a44f31a3c79985410f3dc4c5f10ced9896f1dbdec52a5ac77225713e41f599cbebbe8cc7a
6
+ metadata.gz: f800361a71c20665a12d1466693585ee588b5ee619bb2f99a98d345a8272e9fcaf1349937d0e2068545fbad8bed9535897ae61d19db572344899739f89a3dbd0
7
+ data.tar.gz: c708382064bbeae663d484decfb8410a0d75853835ab0c4d6a13333e7eb9862216b8707d2db620460d41e834522cdcec797ee7048b70090b3a630bfe5e5e0f11
data/README.md CHANGED
@@ -42,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
42
42
 
43
43
  ## Contributing
44
44
 
45
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/divisor. 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]/divisor/blob/master/CODE_OF_CONDUCT.md).
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/universato/idivisor. 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/universato/idivisor/blob/master/CODE_OF_CONDUCT.md).
46
46
 
47
47
 
48
48
  ## License
data/divisor.gemspec CHANGED
@@ -8,12 +8,12 @@ Gem::Specification.new do |spec|
8
8
 
9
9
  spec.summary = "divisor"
10
10
  spec.description = "divisors, each_divisor, has_divisor?, divisor_of?"
11
- spec.homepage = "https://github.com/universato/divisor"
11
+ spec.homepage = "https://github.com/universato/idivisor"
12
12
  spec.license = "CC0"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/universato/divisor"
16
+ spec.metadata["source_code_uri"] = "https://github.com/universato/idivisor"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module Idivisor
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idivisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - universato
@@ -29,12 +29,12 @@ files:
29
29
  - divisor.gemspec
30
30
  - lib/idivisor.rb
31
31
  - lib/idivisor/version.rb
32
- homepage: https://github.com/universato/divisor
32
+ homepage: https://github.com/universato/idivisor
33
33
  licenses:
34
34
  - CC0
35
35
  metadata:
36
- homepage_uri: https://github.com/universato/divisor
37
- source_code_uri: https://github.com/universato/divisor
36
+ homepage_uri: https://github.com/universato/idivisor
37
+ source_code_uri: https://github.com/universato/idivisor
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths: