ulam_spiral 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ulam_spiral/version.rb +1 -1
- data/ulam_spiral.gemspec +1 -1
- metadata +2 -2
data/lib/ulam_spiral/version.rb
CHANGED
data/ulam_spiral.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["raglub.ruby@gmail.com"]
|
11
11
|
spec.description = %q{This gem can generate Ulam spiral and also shows result on console}
|
12
12
|
spec.summary = %q{Ulam spiral}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/raglub/ulam_spiral"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ulam_spiral
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -91,7 +91,7 @@ files:
|
|
91
91
|
- lib/ulam_spiral/version.rb
|
92
92
|
- spec/ulam_spiral_spec.rb
|
93
93
|
- ulam_spiral.gemspec
|
94
|
-
homepage:
|
94
|
+
homepage: https://github.com/raglub/ulam_spiral
|
95
95
|
licenses:
|
96
96
|
- MIT
|
97
97
|
post_install_message:
|