hdf5 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/hdf5.gemspec +3 -3
  4. data/lib/hdf5.rb +0 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb8d233eda8a34d92388cfd49edcd4198ef9285f
4
- data.tar.gz: 80ed4a5ae45a9eaf1e6405a0244568019b9502c4
3
+ metadata.gz: b76ea3b42ccf86604529277254fa03b47a96f8e6
4
+ data.tar.gz: 7985f052f51e4009b073ea45c7afdcc8c7ac3528
5
5
  SHA512:
6
- metadata.gz: 60873c9c3ba02e9ffd7db01271c8fb812973439d5a6fb5a831631d8c6ffdd4cc39aaac9dcaa7bfce2750fa148a6f84ae9d5d057bc0684e1786bbee446f4077fa
7
- data.tar.gz: 028566d73b1f2fa5605cfc0961afe74dc294ab63fb31da7487b7a5ebd0fec81d2ae5289da6ff42f0d27aaa7726e394b7e111e0b36c92d0266039b6065e956014
6
+ metadata.gz: add84fdaf00b547fcee48c08e8f9071628a3727317aa0f5ace801242f6138ee027d9c63d310889d2128a8b94459517cedbf8c1871e31a4a6e5d041bf1afd4c09
7
+ data.tar.gz: 729113fd282183c52306c6589763d011a4ac58e09da8273070db5024c552d397676fb49cff31893c8dda3daa3566011ab20cce7035c91b77e63be16dc9cc22df
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: hdf5 0.3.2 ruby lib
5
+ # stub: hdf5 0.3.3 ruby lib
6
6
  # stub: ext/hdf5/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "hdf5"
10
- s.version = "0.3.2"
10
+ s.version = "0.3.3"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["Edmund Highcock"]
15
- s.date = "2014-07-23"
15
+ s.date = "2014-07-24"
16
16
  s.description = "A ruby wrapper to the HDF5 data library. Currently can only read HDF5 files."
17
17
  s.email = "edmundhighcock@users.sourceforge.net"
18
18
  s.extensions = ["ext/hdf5/extconf.rb"]
@@ -37,8 +37,6 @@ end
37
37
  # dataset = file.dataset('/path/to/dataset')
38
38
  # narray = dataset.narray_all
39
39
  # file.close
40
-
41
-
42
40
  module Hdf5
43
41
 
44
42
  # A module containing functions for relating HDF5 types to the appropriate
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hdf5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-23 00:00:00.000000000 Z
11
+ date: 2014-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi