ruby-cafinfo 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ === 0.2.2 / 2010-01-08
2
+
3
+ * Flt module not loaded globally (interfered with Rails).
4
+
5
+ === 0.2.1 / 2010-01-07
6
+
7
+ * corrected typo in gem description.
8
+
1
9
  === 0.2 / 2010-01-07
2
10
 
3
11
  * updated to be compatible with float-formats 0.2.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'ruby-cafinfo'
10
- s.version = '0.2.1'
10
+ s.version = '0.2.2'
11
11
  s.has_rdoc = true
12
12
  s.extra_rdoc_files = ['README', 'LICENSE', 'CHANGELOG']
13
13
  s.summary = 'ruby-cafinfo is a ruby library to retrieve low level informations on CAF files'
@@ -1,10 +1,10 @@
1
1
  require 'float-formats'
2
2
 
3
- include Flt
4
-
5
3
  module Caf::Chunk
6
4
  module Helper
7
5
 
6
+ include Flt
7
+
8
8
  BIT_SHIFTS_8 = [64, 56, 48, 40, 32, 24, 16, 8]
9
9
 
10
10
  def self.read_bytes(number, data, offset = 0)
@@ -33,4 +33,4 @@ module Caf::Chunk
33
33
  end
34
34
 
35
35
  end
36
- end
36
+ end
data/lib/cafinfo.rb CHANGED
@@ -15,7 +15,7 @@ require 'caf/chunk/types'
15
15
 
16
16
  class CafInfo
17
17
 
18
- VERSION = "0.2.1"
18
+ VERSION = "0.2.2"
19
19
 
20
20
  # the original filename
21
21
  attr_reader(:filename)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-cafinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleguer Huguet Ibars
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-07 00:00:00 +01:00
12
+ date: 2010-01-08 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency