ruby-cafinfo 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/cafinfo.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -7,13 +7,13 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'ruby-cafinfo'
10
- s.version = '0.2'
10
+ s.version = '0.2.1'
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'
14
14
  s.description = <<-EOF
15
15
  ruby-cafinfo is a ruby library to retrieve low level informations on CAF files.
16
- It also provides a cafinfo program that retrieves informtaions of CAF files passed
16
+ It also provides a cafinfo program that retrieves informations of CAF files passed
17
17
  as arguments.
18
18
  EOF
19
19
  s.author = 'Oleguer Huguet Ibars'
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"
18
+ VERSION = "0.2.1"
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"
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleguer Huguet Ibars
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.2.0
24
24
  version:
25
- description: " ruby-cafinfo is a ruby library to retrieve low level informations on CAF files.\n It also provides a cafinfo program that retrieves informtaions of CAF files passed\n as arguments.\n"
25
+ description: " ruby-cafinfo is a ruby library to retrieve low level informations on CAF files.\n It also provides a cafinfo program that retrieves informations of CAF files passed\n as arguments.\n"
26
26
  email: olegueret@rubyforge.org
27
27
  executables:
28
28
  - cafinfo