product_table 0.0.2 → 0.0.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.
data/Readme.md CHANGED
@@ -1,3 +1,5 @@
1
+ Product Table[![Code Climate](https://codeclimate.com/github/iurimatias/product_table.png)](https://codeclimate.com/github/iurimatias/product_table)
2
+ ======
1
3
 
2
4
  ## Instalation
3
5
 
@@ -9,3 +11,19 @@
9
11
 
10
12
  `product_table -n 10`
11
13
 
14
+ output:
15
+
16
+ ```
17
+ | 2 3 5 7 11 13 17 19 23 29
18
+ ------------------------------------------------------------
19
+ 2 | 4 6 10 14 22 26 34 38 46 58
20
+ 3 | 6 9 15 21 33 39 51 57 69 87
21
+ 5 | 10 15 25 35 55 65 85 95 115 145
22
+ 7 | 14 21 35 49 77 91 119 133 161 203
23
+ 11 | 22 33 55 77 121 143 187 209 253 319
24
+ 13 | 26 39 65 91 143 169 221 247 299 377
25
+ 17 | 34 51 85 119 187 221 289 323 391 493
26
+ 19 | 38 57 95 133 209 247 323 361 437 551
27
+ 23 | 46 69 115 161 253 299 391 437 529 667
28
+ 29 | 58 87 145 203 319 377 493 551 667 841
29
+ ```
@@ -1,3 +1,3 @@
1
1
  module ProductTable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -9,6 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.homepage = "https://github.com/iurimatias/product_table"
10
10
  s.summary = %q{code kata - calculate the produt of a list of numbers}
11
11
  s.description = %q{}
12
+ s.license = 'MIT'
12
13
 
13
14
  s.rubyforge_project = "product_table"
14
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: product_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,12 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-27 00:00:00.000000000 +02:00
12
+ date: 2013-09-30 00:00:00.000000000 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pry
17
- requirement: &2169887520 !ruby/object:Gem::Requirement
17
+ requirement: &2157667160 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *2169887520
25
+ version_requirements: *2157667160
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rspec
28
- requirement: &2169886920 !ruby/object:Gem::Requirement
28
+ requirement: &2157666520 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *2169886920
36
+ version_requirements: *2157666520
37
37
  description: ''
38
38
  email:
39
39
  - iuri.matias@gmail.com
@@ -59,7 +59,8 @@ files:
59
59
  - spec/spec_helper.rb
60
60
  has_rdoc: true
61
61
  homepage: https://github.com/iurimatias/product_table
62
- licenses: []
62
+ licenses:
63
+ - MIT
63
64
  post_install_message:
64
65
  rdoc_options: []
65
66
  require_paths: