plot_statistics 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/plot_statistics.gemspec +22 -24
  3. metadata +6 -7
  4. data/.gitignore +0 -21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -1,50 +1,48 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{plot_statistics}
8
- s.version = "1.4.0"
8
+ s.version = "1.5.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Asa Wilson"]
12
- s.date = %q{2010-09-27}
12
+ s.date = %q{2011-01-13}
13
13
  s.description = %q{This is a gem to do a Ripley's K analysis}
14
14
  s.email = %q{acvwilson@gmail.com}
15
- s.executables = ["bivariate_ripleys_k", "univariate_ripleys_k"]
15
+ s.executables = ["univariate_ripleys_k", "bivariate_ripleys_k"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
- "README.markdown"
18
+ "README.markdown"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
22
- ".gitignore",
23
- "LICENSE",
24
- "README.markdown",
25
- "Rakefile",
26
- "VERSION",
27
- "bin/bivariate_ripleys_k",
28
- "bin/univariate_ripleys_k",
29
- "lib/plot_statistics.rb",
30
- "lib/plot_statistics/circle.rb",
31
- "lib/plot_statistics/clam.rb",
32
- "lib/plot_statistics/clam_plot.rb",
33
- "lib/plot_statistics/monte_carlo.rb",
34
- "lib/plot_statistics/output.rb",
35
- "plot_statistics.gemspec",
36
- "spec/plot_statistics_spec.rb",
37
- "spec/spec.opts",
38
- "spec/spec_helper.rb"
22
+ "LICENSE",
23
+ "README.markdown",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "bin/bivariate_ripleys_k",
27
+ "bin/univariate_ripleys_k",
28
+ "lib/plot_statistics.rb",
29
+ "lib/plot_statistics/circle.rb",
30
+ "lib/plot_statistics/clam.rb",
31
+ "lib/plot_statistics/clam_plot.rb",
32
+ "lib/plot_statistics/monte_carlo.rb",
33
+ "lib/plot_statistics/output.rb",
34
+ "plot_statistics.gemspec",
35
+ "spec/plot_statistics_spec.rb",
36
+ "spec/spec.opts",
37
+ "spec/spec_helper.rb"
39
38
  ]
40
39
  s.homepage = %q{http://github.com/acvwilson/plot_statistics}
41
- s.rdoc_options = ["--charset=UTF-8"]
42
40
  s.require_paths = ["lib"]
43
41
  s.rubygems_version = %q{1.3.6}
44
42
  s.summary = %q{This is a gem to do a Ripley's K analysis}
45
43
  s.test_files = [
46
44
  "spec/plot_statistics_spec.rb",
47
- "spec/spec_helper.rb"
45
+ "spec/spec_helper.rb"
48
46
  ]
49
47
 
50
48
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 4
7
+ - 5
8
8
  - 0
9
- version: 1.4.0
9
+ version: 1.5.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Asa Wilson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-27 00:00:00 -04:00
17
+ date: 2011-01-13 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -48,8 +48,8 @@ dependencies:
48
48
  description: This is a gem to do a Ripley's K analysis
49
49
  email: acvwilson@gmail.com
50
50
  executables:
51
- - bivariate_ripleys_k
52
51
  - univariate_ripleys_k
52
+ - bivariate_ripleys_k
53
53
  extensions: []
54
54
 
55
55
  extra_rdoc_files:
@@ -57,7 +57,6 @@ extra_rdoc_files:
57
57
  - README.markdown
58
58
  files:
59
59
  - .document
60
- - .gitignore
61
60
  - LICENSE
62
61
  - README.markdown
63
62
  - Rakefile
@@ -79,8 +78,8 @@ homepage: http://github.com/acvwilson/plot_statistics
79
78
  licenses: []
80
79
 
81
80
  post_install_message:
82
- rdoc_options:
83
- - --charset=UTF-8
81
+ rdoc_options: []
82
+
84
83
  require_paths:
85
84
  - lib
86
85
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC