mxfinfo 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmY1YzgxMTNlMTNlZmNmOGFhYTQ3MzU4ZDk4YWE3YWY3MDdiYTA5OQ==
4
+ ODFhN2ZhZWQ2Mzc0NTUzNDNiZDdkZTgyYjA0MDdhOTBhNzRhNDAyZg==
5
5
  data.tar.gz: !binary |-
6
- M2VjNjlkMTcxNTQ4ZTllNDRlMTIxMmY1YTQyMzVhMDM5NWEzNGExNw==
6
+ NDNmMTVlMDM0MmVkMDIxMzdmMTc4NDYzYmNkOTZlMDk0OTY2OGI3ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjBjNjczZjVjMDhiNjZjMjVlNzU3ZDIzOGVjMThjOGE4Y2QwNGFhYzExMDRj
10
- OTI1ZWNjN2JmNzU3MTA3OTU0NzA1MTM3ZTViODE5MzdjMjM2NDNiZWIxNmM4
11
- MThjMjYwYzk3NmFmNjA0Y2I2NmRiYmEzN2JiYjVlNzA1ZDQ4NzI=
9
+ Yzk2NjQxYzY4OWM0NWEwNDk0ODQ2MjQ4MTQzNDY3ZjM0Yjg3NjY4NDUwODg1
10
+ MGI2ZDJiNWEzMzFkN2Q1YzhlYWM5MGU2YmE3NTYzZTNkM2JiZTgzYjQ5OTIw
11
+ OGI0ZTBjYWY1YmJiODUxMjE1ZWM2NDA0ODUxMWY2M2EwMGI1MGQ=
12
12
  data.tar.gz: !binary |-
13
- OTE2NzZjN2RmYTJkMzdiZGExNjlhNjhmNDU4YzA2MThjMTM4MmM5YWY5M2Yx
14
- ZmY3MTcxMzFlZThkYjA3YWVjYjY0ZTE1OWNhNjIyMjc3ZWVmMDU2ZWRlZWYx
15
- NWNhNjc3NTA5MjUyZDRjMGM3NmNlMDI5YWI4OTJmMjhmNjhmZjY=
13
+ OTk0ZWY2ZjdkY2E4OTEzYmI2MDMwOTdmM2Y4NzljNmM4NjMzYTUxZTc4ODJi
14
+ Yjk3Njk3MWU4OTU3MWZlYmJlNjhhNGFiZWE5MTRhOTRjNDM2Mzg2N2Q1ZDNh
15
+ YjdkZjM4ZTRhODk3ZmZmZmY5NGU1ZDU0NmU1YTQzNTY5ZDQyY2Q=
@@ -1,3 +1,4 @@
1
1
  module MXFInfo
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
4
+
data/mxfinfo.gemspec CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.files = `git ls-files`.split($\)
11
11
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
+ gem.extensions = ['ext/mxfinfo/extconf.rb']
13
14
  gem.name = 'mxfinfo'
14
15
  gem.require_paths = ['lib']
15
16
  gem.version = MXFInfo::VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mxfinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Dierker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-15 00:00:00.000000000 Z
12
+ date: 2013-11-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -44,7 +44,8 @@ description: MXFinfo is a gem that wraps avidmxfinfo from libmxf in a native rub
44
44
  email:
45
45
  - technology@flavoursys.com
46
46
  executables: []
47
- extensions: []
47
+ extensions:
48
+ - ext/mxfinfo/extconf.rb
48
49
  extra_rdoc_files: []
49
50
  files:
50
51
  - .gitignore
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  version: '0'
85
86
  requirements: []
86
87
  rubyforge_project:
87
- rubygems_version: 2.1.5
88
+ rubygems_version: 2.1.10
88
89
  signing_key:
89
90
  specification_version: 4
90
91
  summary: MXFinfo is a gem that wraps avidmxfinfo from libmxf in a native ruby extension.