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 CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ Gemfile.lock
data/.rvmrc ADDED
@@ -0,0 +1,2 @@
1
+ rvm 1.9.3@easystats --install --create
2
+ rvm_project_rvmrc_default=1
data/.travis.yml ADDED
@@ -0,0 +1,8 @@
1
+ rvm:
2
+ - 1.8.7
3
+ - 1.9.2
4
+ - 1.9.3
5
+ - rbx-2.0
6
+ - jruby
7
+ - ruby-head
8
+ - ree
data/Gemfile CHANGED
@@ -1,4 +1,10 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- # Specify your gem's dependencies in easystats.gemspec
4
3
  gemspec
4
+
5
+ group :development, :test do
6
+ group :darwin do
7
+ gem 'rb-fsevent'
8
+ gem 'growl'
9
+ end
10
+ end
data/Guardfile ADDED
@@ -0,0 +1,5 @@
1
+ guard :test do
2
+ watch(%r{^lib/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" }
3
+ watch(%r{^test/.+_test\.rb$})
4
+ watch('test/test_helper.rb') { "test" }
5
+ end
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
@@ -1,3 +1,3 @@
1
1
  module Easystats
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/easystats.rb CHANGED
@@ -166,8 +166,4 @@ class Array
166
166
  sum_of_deviations_squared
167
167
  end
168
168
 
169
- <<<<<<< HEAD
170
169
  end
171
- =======
172
- end
173
- >>>>>>> origin/master
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
- prerelease: false
5
- segments:
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
- date: 2011-05-22 00:00:00 -04:00
18
- default_executable:
19
- dependencies: []
20
-
21
- description: 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!
22
- email:
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
- segments:
57
- - 0
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
- segments:
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.3.7
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
@@ -1,3 +0,0 @@
1
- require File.expand_path('../../test/test_helper', __FILE__)
2
-
3
- Autotest.add_discovery { "testunit" }
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