infused / ansel_iconv

Convert ANSEL encoded text to any other encoding available to Iconv

This URL has Read+Write access

infused (author)
Sun Oct 04 00:40:11 -0700 2009
commit  732d5ad8ab36577b94c335c3bed145d221e3b36d
tree    5f6d43b8a67787c7694d91d45437c3f3ff900de7
parent  91cd3c788f9dd438ef99ea8bd5721efc86be327f
ansel_iconv / ansel_iconv.gemspec
100644 33 lines (28 sloc) 1.19 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{ansel_iconv}
  s.version = "1.0.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Keith Morrison"]
  s.date = %q{2009-03-25}
  s.description = %q{Convert ANSEL encoded text to any other encoding available to Iconv}
  s.email = %q{keithm@infused.org}
  s.extra_rdoc_files = ["README.txt"]
  s.files = ["History.txt", "README.txt", "VERSION.yml", "lib/ansel_iconv.rb", "test/ansel_iconv_test.rb", "test/test_helper.rb"]
  s.has_rdoc = true
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Convert ANSEL encoded text}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<activesupport>, [">= 2.1.0"])
    else
      s.add_dependency(%q<activesupport>, [">= 2.1.0"])
    end
  else
    s.add_dependency(%q<activesupport>, [">= 2.1.0"])
  end
end