daru.gemspec in daru-0.0.4 vs daru.gemspec in daru-0.0.5
- old
+ new
@@ -2,18 +2,16 @@
$:.unshift File.expand_path("../lib", __FILE__)
require 'version.rb'
DESCRIPTION = <<MSG
-Daru (Data Analysis in RUby) is a library for storage, analysis and manipulation
+Daru (Data Analysis in RUby) is a library for analysis, manipulation and visualization
of data.
-Daru works with Ruby arrays, NMatrix and MDArray, thus working seamlessly accross
-ruby interpreters, at the same time providing speed for those who need it.
-
-This library is under active development so NMatrix and MDArray support is
-somewhat limited, but should be available soon!
+Daru works with Ruby arrays and NMatrix, thus working seamlessly accross
+ruby interpreters, at the same time providing speed for those who need it, while
+making working with data super simple and intuitive.
MSG
Gem::Specification.new do |spec|
spec.name = 'daru'
spec.version = Daru::VERSION
@@ -33,8 +31,8 @@
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'awesome_print'
spec.add_development_dependency 'nyaplot'
if RUBY_ENGINE != 'jruby'
- spec.add_development_dependency 'nmatrix', '~> 0.1.0.rc5'
+ spec.add_development_dependency 'nmatrix', '~> 0.1.0'
end
end
\ No newline at end of file