benford 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +6 -0
  2. data/VERSION +1 -1
  3. data/benford.gemspec +3 -3
  4. metadata +5 -5
  5. data/README.rdoc +0 -5
data/README.md ADDED
@@ -0,0 +1,6 @@
1
+ benford
2
+ ---
3
+
4
+ Little tool to check out if a dataset conforms to [Benford's Law](http://en.wikipedia.org/wiki/Benford's_law)
5
+
6
+ Usage `benford path_to_file`
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
data/benford.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{benford}
8
- s.version = "0.0.0"
8
+ s.version = "0.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Tijmen Brommet}]
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.executables = [%q{benford}]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE.txt",
18
- "README.rdoc"
18
+ "README.md"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  "Gemfile",
24
24
  "Gemfile.lock",
25
25
  "LICENSE.txt",
26
- "README.rdoc",
26
+ "README.md",
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "benford.gemspec",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benford
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 0
10
- version: 0.0.0
9
+ - 1
10
+ version: 0.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tijmen Brommet
@@ -87,14 +87,14 @@ extensions: []
87
87
 
88
88
  extra_rdoc_files:
89
89
  - LICENSE.txt
90
- - README.rdoc
90
+ - README.md
91
91
  files:
92
92
  - .document
93
93
  - .rspec
94
94
  - Gemfile
95
95
  - Gemfile.lock
96
96
  - LICENSE.txt
97
- - README.rdoc
97
+ - README.md
98
98
  - Rakefile
99
99
  - VERSION
100
100
  - benford.gemspec
data/README.rdoc DELETED
@@ -1,5 +0,0 @@
1
- = benford
2
-
3
- Little tool to check out if a dataset conforms to [url=http://en.wikipedia.org/wiki/Benford's_law]Benford's Law[/url].
4
-
5
- Usage `benford path_to_file`