# -*- encoding: utf-8 -*- # stub: mdarray 0.4.3 java lib Gem::Specification.new do |s| s.name = "mdarray".freeze s.version = "0.4.3".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rodrigo Botafogo".freeze] s.date = "2013-04-19" s.description = "\"Multi dimensional array similar to Masahiro Tanaka's narray and numpy. \nIt is specifically targeted to JRuby as it uses Java-NetCDF library as base Array.\"\n".freeze s.email = "rodrigo.a.botafogo@gmail.com".freeze s.files = ["LICENSE.txt".freeze, "LICENSE.txt~".freeze, "README.md".freeze, "Rakefile".freeze, "lib/env.rb".freeze, "lib/mdarray.rb".freeze, "lib/mdarray/access.rb".freeze, "lib/mdarray/counter.rb".freeze, "lib/mdarray/creation.rb".freeze, "lib/mdarray/function_creation.rb".freeze, "lib/mdarray/function_map.rb".freeze, "lib/mdarray/hierarchy.rb".freeze, "lib/mdarray/operators.rb".freeze, "lib/mdarray/printing.rb".freeze, "lib/mdarray/proc_util.rb".freeze, "lib/mdarray/ruby_boolean_functions.rb".freeze, "lib/mdarray/ruby_functions.rb".freeze, "lib/mdarray/ruby_generic_functions.rb".freeze, "lib/mdarray/ruby_math.rb".freeze, "lib/mdarray/ruby_numeric_functions.rb".freeze, "lib/mdarray/ruby_operators.rb".freeze, "lib/mdarray/ruby_stats.rb".freeze, "lib/mdarray/views.rb".freeze, "test/arithmetic_casting.rb".freeze, "test/test_access.rb".freeze, "test/test_boolean.rb".freeze, "test/test_comparison.rb".freeze, "test/test_complete.rb".freeze, "test/test_counter.rb".freeze, "test/test_creation.rb".freeze, "test/test_error.rb".freeze, "test/test_operator.rb".freeze, "test/test_printing.rb".freeze, "test/test_shape.rb".freeze, "test/test_speed.rb".freeze, "test/test_statistics.rb".freeze, "test/test_trigonometry.rb".freeze, "test/test_views.rb".freeze, "vendor/netcdfAll-4.3.16.jar".freeze, "version.rb".freeze] s.homepage = "http://github.com/rbotafogo/mdarray/wiki".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Multi dimensional array similar to narray and numpy.".freeze s.test_files = ["test/arithmetic_casting.rb".freeze, "test/test_access.rb".freeze, "test/test_boolean.rb".freeze, "test/test_comparison.rb".freeze, "test/test_complete.rb".freeze, "test/test_counter.rb".freeze, "test/test_creation.rb".freeze, "test/test_error.rb".freeze, "test/test_operator.rb".freeze, "test/test_printing.rb".freeze, "test/test_shape.rb".freeze, "test/test_speed.rb".freeze, "test/test_statistics.rb".freeze, "test/test_trigonometry.rb".freeze, "test/test_views.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 6.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.7.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.1".freeze]) end