Sha256: e51912c9430784dd843a037e9db29b110b1f6acdbc153c9f1e1387175d3954c4

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

Gem::Specification.new do |spec|
  spec.name = "conversions"
  spec.version = "1.2.2"
  
  spec.author = "Manfred Stienstra"
  spec.email = "manfred@fngtps.com"
  
  spec.description = <<-EOF
    A Ruby on Rails plugin that adds conversion capabilities to numeric objects"
  EOF
  spec.summary = <<-EOF
    A Ruby on Rails plugin that adds conversion capabilities to numeric objects"
  EOF
  spec.homepage = "http://github.com/Fingertips/conversions/tree/master"
  
  spec.files = ["conversions.gemspec", "init.rb", "lib", "LICENSE", "rails", "Rakefile", "README", "test", "TODO", "lib/conversions/active_record_accessors.rb", "lib/conversions/ext.rb", "lib/conversions/unit.rb", "lib/conversions.rb", "rails/init.rb", "test/accessor_test.rb", "test/ext_test.rb", "test/test_helper.rb", "test/unit_test.rb"]
  spec.test_files = ["test/unit_test.rb", "test/accessor_test.rb", "test/ext_test.rb", "test/test_helper.rb"]
  
  spec.has_rdoc = true
  spec.extra_rdoc_files = ['README', 'LICENSE']
  spec.rdoc_options << "--charset=utf-8"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamusabshere-conversions-1.2.2 conversions.gemspec