funding_primer 0.2.0 → 0.2.1

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
@@ -24,14 +24,16 @@ Or install it yourself as:
24
24
 
25
25
  $ gem install funding_primer
26
26
 
27
- ## Usage
28
-
29
- TODO: Write usage instructions here
30
-
31
27
  ## Help
32
28
 
33
29
  funding_primer --help
34
- man funding_primer
30
+ gem man funding_primer
31
+
32
+ ## Usage
33
+
34
+ funding_primer # prints a multiplication table of the first 10 primes
35
+ funding_primer 3 # prints out a table of the first 3 primes
36
+ finding_primer --no-color # prints plain ASCII (default if a tty isn't detected)
35
37
 
36
38
  ## Contributing
37
39
 
@@ -1,3 +1,3 @@
1
1
  module FundingPrimer
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funding_primer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: