easystats 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/.rvmrc +2 -0
- data/.travis.yml +8 -0
- data/Gemfile +7 -1
- data/Guardfile +5 -0
- data/easystats.gemspec +4 -2
- data/lib/easystats/version.rb +1 -1
- data/lib/easystats.rb +0 -4
- metadata +43 -44
- data/autotest/discover.rb +0 -3
- data/autotest/testunit.rb +0 -19
data/.gitignore
CHANGED
data/.rvmrc
ADDED
data/.travis.yml
ADDED
data/Gemfile
CHANGED
data/Guardfile
ADDED
data/easystats.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.name = "easystats"
|
9
9
|
s.version = Easystats::VERSION
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
|
-
s.authors = ["Matthew Grigajtis"]
|
12
|
-
s.email = ["matthew@grigajtis.org"]
|
11
|
+
s.authors = ["Matthew Grigajtis", "Justin Campbell"]
|
12
|
+
s.email = ["matthew@grigajtis.org", "justin@justincampbell.me"]
|
13
13
|
s.homepage = "https://github.com/mgrigajtis/easystats"
|
14
14
|
s.summary = %q{Easy to use statistics functions}
|
15
15
|
s.description = %q{This gem contains statistics functions that are very easy to use. Much easier and much more complete than many of the other statistical gems available out there. If you need a feature added, send me a message on Github!}
|
@@ -20,4 +20,6 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
21
21
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
22
22
|
s.require_paths = ["lib"]
|
23
|
+
|
24
|
+
s.add_development_dependency "guard-test"
|
23
25
|
end
|
data/lib/easystats/version.rb
CHANGED
data/lib/easystats.rb
CHANGED
metadata
CHANGED
@@ -1,75 +1,74 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: easystats
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
version: 0.1.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Matthew Grigajtis
|
9
|
+
- Justin Campbell
|
13
10
|
autorequire:
|
14
11
|
bindir: bin
|
15
12
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
13
|
+
date: 2012-04-11 00:00:00.000000000 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: guard-test
|
17
|
+
requirement: &70355012085360 !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '0'
|
23
|
+
type: :development
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: *70355012085360
|
26
|
+
description: This gem contains statistics functions that are very easy to use. Much
|
27
|
+
easier and much more complete than many of the other statistical gems available
|
28
|
+
out there. If you need a feature added, send me a message on Github!
|
29
|
+
email:
|
23
30
|
- matthew@grigajtis.org
|
31
|
+
- justin@justincampbell.me
|
24
32
|
executables: []
|
25
|
-
|
26
33
|
extensions: []
|
27
|
-
|
28
34
|
extra_rdoc_files: []
|
29
|
-
|
30
|
-
files:
|
35
|
+
files:
|
31
36
|
- .gitignore
|
37
|
+
- .rvmrc
|
38
|
+
- .travis.yml
|
32
39
|
- Gemfile
|
40
|
+
- Guardfile
|
33
41
|
- README
|
34
42
|
- Rakefile
|
35
|
-
- autotest/discover.rb
|
36
|
-
- autotest/testunit.rb
|
37
43
|
- easystats.gemspec
|
38
44
|
- lib/easystats.rb
|
39
45
|
- lib/easystats/version.rb
|
40
46
|
- test/easystats_test.rb
|
41
47
|
- test/test_helper.rb
|
42
|
-
has_rdoc: true
|
43
48
|
homepage: https://github.com/mgrigajtis/easystats
|
44
49
|
licenses: []
|
45
|
-
|
46
50
|
post_install_message:
|
47
51
|
rdoc_options: []
|
48
|
-
|
49
|
-
require_paths:
|
52
|
+
require_paths:
|
50
53
|
- lib
|
51
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
52
55
|
none: false
|
53
|
-
requirements:
|
54
|
-
- -
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
|
57
|
-
|
58
|
-
version: "0"
|
59
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
|
+
requirements:
|
57
|
+
- - ! '>='
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '0'
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
61
|
none: false
|
61
|
-
requirements:
|
62
|
-
- -
|
63
|
-
- !ruby/object:Gem::Version
|
64
|
-
|
65
|
-
- 0
|
66
|
-
version: "0"
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
67
66
|
requirements: []
|
68
|
-
|
69
67
|
rubyforge_project: easystats
|
70
|
-
rubygems_version: 1.
|
68
|
+
rubygems_version: 1.8.17
|
71
69
|
signing_key:
|
72
70
|
specification_version: 3
|
73
71
|
summary: Easy to use statistics functions
|
74
|
-
test_files:
|
75
|
-
|
72
|
+
test_files:
|
73
|
+
- test/easystats_test.rb
|
74
|
+
- test/test_helper.rb
|
data/autotest/discover.rb
DELETED
data/autotest/testunit.rb
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
require 'autotest'
|
2
|
-
|
3
|
-
class Autotest::Testunit < Autotest
|
4
|
-
def initialize
|
5
|
-
super
|
6
|
-
|
7
|
-
@test_mappings = {
|
8
|
-
%r%^test/.*\.rb$% => proc { |filename, _|
|
9
|
-
filename
|
10
|
-
},
|
11
|
-
}
|
12
|
-
end
|
13
|
-
|
14
|
-
# Given the string filename as the path, determine
|
15
|
-
# the corresponding tests for it, in an array.
|
16
|
-
def tests_for_file(filename)
|
17
|
-
super.select { |f| @files.has_key? f }
|
18
|
-
end
|
19
|
-
end
|