narray_miss 0.1.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: narray_miss
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
7
  - 1
9
- - 0
10
- version: 0.1.0
8
+ - 2
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eriko Nishimoto
@@ -15,115 +15,43 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-23 00:00:00 +09:00
18
+ date: 2010-12-31 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
+ name: narray
22
23
  prerelease: false
23
- version_requirements: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ~>
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 2
31
- - 3
32
- - 0
33
- version: 2.3.0
34
- name: rspec
35
- requirement: *id001
36
- type: :development
37
- - !ruby/object:Gem::Dependency
38
- prerelease: false
39
- version_requirements: &id002 !ruby/object:Gem::Requirement
40
- none: false
41
- requirements:
42
- - - ~>
43
- - !ruby/object:Gem::Version
44
- hash: 23
45
- segments:
46
- - 1
47
- - 0
48
- - 0
49
- version: 1.0.0
50
- name: bundler
51
- requirement: *id002
52
- type: :development
53
- - !ruby/object:Gem::Dependency
54
- prerelease: false
55
- version_requirements: &id003 !ruby/object:Gem::Requirement
56
- none: false
57
- requirements:
58
- - - ~>
59
- - !ruby/object:Gem::Version
60
- hash: 7
61
- segments:
62
- - 1
63
- - 5
64
- - 2
65
- version: 1.5.2
66
- name: jeweler
67
- requirement: *id003
68
- type: :development
69
- - !ruby/object:Gem::Dependency
70
- prerelease: false
71
- version_requirements: &id004 !ruby/object:Gem::Requirement
72
- none: false
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- hash: 3
77
- segments:
78
- - 0
79
- version: "0"
80
- name: rcov
81
- requirement: *id004
82
- type: :development
83
- - !ruby/object:Gem::Dependency
84
- prerelease: false
85
- version_requirements: &id005 !ruby/object:Gem::Requirement
24
+ requirement: &id001 !ruby/object:Gem::Requirement
86
25
  none: false
87
26
  requirements:
88
27
  - - ">="
89
28
  - !ruby/object:Gem::Version
90
- hash: 3
29
+ hash: 1
91
30
  segments:
92
31
  - 0
93
- version: "0"
94
- name: narray
95
- requirement: *id005
32
+ - 5
33
+ - 5
34
+ version: 0.5.5
96
35
  type: :runtime
36
+ version_requirements: *id001
97
37
  description: NArrayMiss is an additional Class of NArray to handle missing value.
98
38
  email: eriko@gfd-dennou.org
99
39
  executables: []
100
40
 
101
41
  extensions: []
102
42
 
103
- extra_rdoc_files:
104
- - ChangeLog
105
- - LICENSE.txt
106
- - README
107
- - README.rdoc
43
+ extra_rdoc_files: []
44
+
108
45
  files:
109
- - .document
110
- - .rspec
111
- - Gemfile
112
- - LICENSE.txt
46
+ - setup.rb
113
47
  - README
114
- - README.rdoc
115
- - Rakefile
116
- - VERSION
117
- - lib/narray_miss.rb
118
- - narray_miss.gemspec
119
- - spec/narray_miss_spec.rb
120
- - spec/spec_helper.rb
121
48
  - ChangeLog
122
- - test/hoge.rb
49
+ - lib/narray_miss.rb
50
+ - doc/narray_miss.html
123
51
  has_rdoc: true
124
- homepage: http://github.com/erikonishimoto/narray_miss
52
+ homepage: http://ruby.gfd-dennou.org/products/narray_miss/
125
53
  licenses:
126
- - MIT
54
+ - GFD Dennou Club
127
55
  post_install_message:
128
56
  rdoc_options: []
129
57
 
@@ -136,8 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
64
  - !ruby/object:Gem::Version
137
65
  hash: 3
138
66
  segments:
139
- - 0
140
- version: "0"
67
+ - 1
68
+ - 6
69
+ version: "1.6"
141
70
  required_rubygems_version: !ruby/object:Gem::Requirement
142
71
  none: false
143
72
  requirements:
@@ -154,7 +83,5 @@ rubygems_version: 1.3.7
154
83
  signing_key:
155
84
  specification_version: 3
156
85
  summary: Multi-dimensional Array class with missing data handling using NArray
157
- test_files:
158
- - spec/narray_miss_spec.rb
159
- - spec/spec_helper.rb
160
- - test/hoge.rb
86
+ test_files: []
87
+
data/.document DELETED
@@ -1,5 +0,0 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- features/**/*.feature
5
- LICENSE.txt
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --color
data/Gemfile DELETED
@@ -1,13 +0,0 @@
1
- source "http://rubygems.org"
2
- # Add dependencies required to use your gem here.
3
- # Example:
4
- # gem "activesupport", ">= 2.3.5"
5
-
6
- # Add dependencies to develop your gem here.
7
- # Include everything needed to run rake, tests, features, etc.
8
- group :development do
9
- gem "rspec", "~> 2.3.0"
10
- gem "bundler", "~> 1.0.0"
11
- gem "jeweler", "~> 1.5.2"
12
- gem "rcov", ">= 0"
13
- end
@@ -1,20 +0,0 @@
1
- Copyright (c) 2010 Eriko Nishimoto
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,41 +0,0 @@
1
- = narray_miss
2
-
3
- NArrayMiss README
4
- ============
5
-
6
- NArrayMiss is an additional Class of NArray to handle missing value.
7
-
8
- Requirements
9
- ------------
10
-
11
- * ruby >= 1.6
12
- * NArray
13
-
14
- Usage
15
- -----
16
-
17
- Please add following code before useing NArrayMiss class:
18
-
19
- require "narray_miss"
20
-
21
- License
22
- -------
23
-
24
- GNU LGPL, Lesser General Public License version 2.
25
-
26
-
27
- Bug Reports
28
- -----------
29
-
30
- Any kind of bug reports are welcom.
31
- If you find bugs, please email me.
32
-
33
-
34
- Seiya Nishizawa
35
- seiya@kugi.kyoto-u.ac.jp
36
-
37
- == Copyright
38
-
39
- Copyright (c) 2010 Eriko Nishimoto. See LICENSE.txt for
40
- further details.
41
-
data/Rakefile DELETED
@@ -1,51 +0,0 @@
1
- require 'rubygems'
2
- require 'bundler'
3
- begin
4
- Bundler.setup(:default, :development)
5
- rescue Bundler::BundlerError => e
6
- $stderr.puts e.message
7
- $stderr.puts "Run `bundle install` to install missing gems"
8
- exit e.status_code
9
- end
10
- require 'rake'
11
-
12
- require 'jeweler'
13
- Jeweler::Tasks.new do |gem|
14
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
- gem.name = "narray_miss"
16
- gem.homepage = "http://github.com/erikonishimoto/narray_miss"
17
- gem.license = "MIT"
18
- gem.summary = "Multi-dimensional Array class with missing data handling using NArray"
19
- gem.description = "NArrayMiss is an additional Class of NArray to handle missing value."
20
- gem.email = "eriko@gfd-dennou.org"
21
- gem.authors = ["Eriko Nishimoto"]
22
- # Include your dependencies below. Runtime dependencies are required when using your gem,
23
- # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
24
- # gem.add_runtime_dependency 'jabber4r', '> 0.1'
25
- # gem.add_development_dependency 'rspec', '> 1.2.3'
26
- gem.add_runtime_dependency 'narray', '>= 0'
27
- end
28
- Jeweler::RubygemsDotOrgTasks.new
29
-
30
- require 'rspec/core'
31
- require 'rspec/core/rake_task'
32
- RSpec::Core::RakeTask.new(:spec) do |spec|
33
- spec.pattern = FileList['spec/**/*_spec.rb']
34
- end
35
-
36
- RSpec::Core::RakeTask.new(:rcov) do |spec|
37
- spec.pattern = 'spec/**/*_spec.rb'
38
- spec.rcov = true
39
- end
40
-
41
- task :default => :spec
42
-
43
- require 'rake/rdoctask'
44
- Rake::RDocTask.new do |rdoc|
45
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
46
-
47
- rdoc.rdoc_dir = 'rdoc'
48
- rdoc.title = "narray_miss #{version}"
49
- rdoc.rdoc_files.include('README*')
50
- rdoc.rdoc_files.include('lib/**/*.rb')
51
- end
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.0
@@ -1,71 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{narray_miss}
8
- s.version = "0.1.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Eriko Nishimoto"]
12
- s.date = %q{2010-12-23}
13
- s.description = %q{NArrayMiss is an additional Class of NArray to handle missing value.}
14
- s.email = %q{eriko@gfd-dennou.org}
15
- s.extra_rdoc_files = [
16
- "ChangeLog",
17
- "LICENSE.txt",
18
- "README",
19
- "README.rdoc"
20
- ]
21
- s.files = [
22
- ".document",
23
- ".rspec",
24
- "Gemfile",
25
- "LICENSE.txt",
26
- "README",
27
- "README.rdoc",
28
- "Rakefile",
29
- "VERSION",
30
- "lib/narray_miss.rb",
31
- "narray_miss.gemspec",
32
- "spec/narray_miss_spec.rb",
33
- "spec/spec_helper.rb"
34
- ]
35
- s.homepage = %q{http://github.com/erikonishimoto/narray_miss}
36
- s.licenses = ["MIT"]
37
- s.require_paths = ["lib"]
38
- s.rubygems_version = %q{1.3.7}
39
- s.summary = %q{Multi-dimensional Array class with missing data handling using NArray}
40
- s.test_files = [
41
- "spec/narray_miss_spec.rb",
42
- "spec/spec_helper.rb",
43
- "test/hoge.rb"
44
- ]
45
-
46
- if s.respond_to? :specification_version then
47
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
48
- s.specification_version = 3
49
-
50
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
51
- s.add_development_dependency(%q<rspec>, ["~> 2.3.0"])
52
- s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
53
- s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
54
- s.add_development_dependency(%q<rcov>, [">= 0"])
55
- s.add_runtime_dependency(%q<narray>, [">= 0"])
56
- else
57
- s.add_dependency(%q<rspec>, ["~> 2.3.0"])
58
- s.add_dependency(%q<bundler>, ["~> 1.0.0"])
59
- s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
60
- s.add_dependency(%q<rcov>, [">= 0"])
61
- s.add_dependency(%q<narray>, [">= 0"])
62
- end
63
- else
64
- s.add_dependency(%q<rspec>, ["~> 2.3.0"])
65
- s.add_dependency(%q<bundler>, ["~> 1.0.0"])
66
- s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
67
- s.add_dependency(%q<rcov>, [">= 0"])
68
- s.add_dependency(%q<narray>, [">= 0"])
69
- end
70
- end
71
-
@@ -1,7 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
-
3
- describe "NarrayMiss" do
4
- it "fails" do
5
- fail "hey buddy, you should probably rename this file and start specing for real"
6
- end
7
- end
@@ -1,12 +0,0 @@
1
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
- $LOAD_PATH.unshift(File.dirname(__FILE__))
3
- require 'rspec'
4
- require 'narray_miss'
5
-
6
- # Requires supporting files with custom matchers and macros, etc,
7
- # in ./support/ and its subdirectories.
8
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
9
-
10
- RSpec.configure do |config|
11
-
12
- end
@@ -1,5 +0,0 @@
1
- require "narray_miss"
2
-
3
- a=NArrayMiss.sfloat(2,3)
4
- a[1,2]=1
5
- p a