Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
291a7c04
Commit
291a7c04
authored
13 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.0.2 of cdo.rb
parent
00aa644c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
contrib/ruby/ChangeLog
+3
-0
3 additions, 0 deletions
contrib/ruby/ChangeLog
contrib/ruby/README.rdoc
+1
-1
1 addition, 1 deletion
contrib/ruby/README.rdoc
contrib/ruby/gemspec
+2
-2
2 additions, 2 deletions
contrib/ruby/gemspec
with
7 additions
and
3 deletions
.gitattributes
+
1
−
0
View file @
291a7c04
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
contrib/ruby/ChangeLog
0 → 100644
+
3
−
0
View file @
291a7c04
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)
This diff is collapsed.
Click to expand it.
contrib/ruby/README.rdoc
+
1
−
1
View file @
291a7c04
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
contrib/ruby/gemspec
+
2
−
2
View file @
291a7c04
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment