ansel_iconv 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +1 -1
  3. data/ansel_iconv.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'jeweler'
8
8
 
9
9
  Jeweler::Tasks.new do |p|
10
10
  p.name = 'ansel_iconv'
11
- p.description = 'Convert ANSEL encoded text to any other encoding available to Iconv'
11
+ p.description = 'Convert ANSEL encoded text to any other encoding'
12
12
  p.summary = 'Convert ANSEL encoded text'
13
13
  p.platform = Gem::Platform::RUBY
14
14
  p.authors = ['Keith Morrison']
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :major: 1
4
4
  :minor: 0
data/ansel_iconv.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ansel_iconv}
8
- s.version = "1.0.4"
8
+ s.version = "1.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Keith Morrison"]
12
12
  s.date = %q{2010-04-07}
13
- s.description = %q{Convert ANSEL encoded text to any other encoding available to Iconv}
13
+ s.description = %q{Convert ANSEL encoded text to any other encoding}
14
14
  s.email = %q{keithm@infused.org}
15
15
  s.extra_rdoc_files = [
16
16
  "README.markdown"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 4
9
- version: 1.0.4
8
+ - 5
9
+ version: 1.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Keith Morrison
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: 2.3.5
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
- description: Convert ANSEL encoded text to any other encoding available to Iconv
34
+ description: Convert ANSEL encoded text to any other encoding
35
35
  email: keithm@infused.org
36
36
  executables: []
37
37