Skip to content
Snippets Groups Projects
Commit 291a7c04 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

Release 1.0.2 of cdo.rb

parent 00aa644c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ contrib/makecompl.rb -text
contrib/python/cdo.py -text
contrib/python/test/cdo.py -text
contrib/python/test/test_cdo.py -text
contrib/ruby/ChangeLog -text
contrib/ruby/README.rdoc -text
contrib/ruby/gemspec -text
contrib/ruby/lib/cdo.rb -text
......
1.0.0 2011-12-14: initial version
1.0.1 2011-12-15: bugix release
1.0.2 2012-01-11: return NetCDF/NArray (optional)
......@@ -59,6 +59,6 @@ Cdo.rb makes use of the GPLv2D License, see COPYING
Author:: Ralf Mueller <stark.dreamdetective@gmail.com>
Requires:: CDO version 1.5.x
License:: Copyright 2011 by Ralf Mueller
License:: Copyright 2011-2012 by Ralf Mueller
Released under GPLv2 license. See the COPYING
file included in the distribution.
......@@ -2,9 +2,9 @@ require 'rubygems'
spec = Gem::Specification.new do |s|
s.name = "cdo"
s.version = '1.0.1'
s.version = '1.0.2'
s.platform = Gem::Platform::RUBY
s.files = ["lib/cdo.rb"] + ["gemspec","COPYING","README.rdoc"]
s.files = ["lib/cdo.rb"] + ["gemspec","COPYING","README.rdoc","ChangeLog"]
s.test_file = "test/test_cdo.rb"
s.description = "Easy access to the Climate Data operators"
s.summary = "Easy access to the Climate Data operators"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment