prime_numbers 0.0.3 → 0.0.4
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.
- data/lib/prime_numbers/version.rb +1 -1
- data/prime_numbers.gemspec +1 -1
- metadata +2 -2
data/prime_numbers.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = "Write a program that calculates and prints out a multiplication table of the first 10 calculated prime numbers."
|
|
12
12
|
gem.summary = "The program must run from the command line and print to screen 1 table.\nAcross the top and down the left side should be the 10 primes, and the body of the table should contain the product of multiplying these numbers."
|
|
13
13
|
|
|
14
|
-
gem.homepage = ""
|
|
14
|
+
gem.homepage = "https://bitbucket.org/aditsaxena/prime_numbers/src"
|
|
15
15
|
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prime_numbers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -105,7 +105,7 @@ files:
|
|
|
105
105
|
c3BlYy9wcmltZV9udW1iZXJzX3NwZWMucmI=
|
|
106
106
|
- !binary |-
|
|
107
107
|
c3BlYy9zcGVjX2hlbHBlci5yYg==
|
|
108
|
-
homepage:
|
|
108
|
+
homepage: https://bitbucket.org/aditsaxena/prime_numbers/src
|
|
109
109
|
licenses: []
|
|
110
110
|
post_install_message:
|
|
111
111
|
rdoc_options: []
|