divisible 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/divisible.gemspec +2 -2
- data/lib/divisible/version.rb +1 -1
- metadata +5 -5
data/divisible.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Vlado Cingel"]
|
10
10
|
s.email = ["vlado@cingel.hr"]
|
11
|
-
s.homepage = "
|
11
|
+
s.homepage = "https://github.com/vlado/divisible"
|
12
12
|
s.summary = "Useful to find out if one number is divisible by another"
|
13
|
-
s.description = "Useful to find out if one number is divisible by another 9.divisible_by(3) will return true, and 10.divisible_by(3) will return false"
|
13
|
+
s.description = "Useful to find out if one number is divisible by another. For example 9.divisible_by(3) will return true, and 10.divisible_by(3) will return false"
|
14
14
|
|
15
15
|
s.required_rubygems_version = ">= 1.3.6"
|
16
16
|
s.rubyforge_project = "divisible"
|
data/lib/divisible/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: divisible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Vlado Cingel
|
@@ -36,7 +36,7 @@ dependencies:
|
|
36
36
|
version: 1.0.0.rc.5
|
37
37
|
type: :development
|
38
38
|
version_requirements: *id001
|
39
|
-
description: Useful to find out if one number is divisible by another 9.divisible_by(3) will return true, and 10.divisible_by(3) will return false
|
39
|
+
description: Useful to find out if one number is divisible by another. For example 9.divisible_by(3) will return true, and 10.divisible_by(3) will return false
|
40
40
|
email:
|
41
41
|
- vlado@cingel.hr
|
42
42
|
executables: []
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- lib/divisible/core_ext.rb
|
56
56
|
- lib/divisible/version.rb
|
57
57
|
has_rdoc: true
|
58
|
-
homepage:
|
58
|
+
homepage: https://github.com/vlado/divisible
|
59
59
|
licenses: []
|
60
60
|
|
61
61
|
post_install_message:
|