SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby2.1-rubygem-mime-types rpm build for : OpenSuSE. For other distributions click ruby2.1-rubygem-mime-types.

Name : ruby2.1-rubygem-mime-types
Version : 2.4.1 Vendor : obs://build_opensuse_org/OBS
Release : 41.1 Date : 2014-12-13 03:53:47
Group : Development/Languages/Ruby Source RPM : rubygem-mime-types-2.4.1-41.1.src.rpm
Size : 0.77 MB
Packager : (none)
Summary : The mime-types library provides a library and registry for
Description :
The mime-types library provides a library and registry for information about
MIME content type definitions. It can be used to determine defined filename
extensions for MIME types, or to use filename extensions to look up the likely
MIME type definitions.
MIME content types are used in MIME-compliant communications, as in e-mail or
HTTP traffic, to indicate the type of content which is transmitted. The
mime-types library provides the ability for detailed information about MIME
entities (provided as an enumerable collection of MIME::Type objects) to be
determined and used programmatically. There are many types defined by RFCs and
vendors, so the list is long but by definition incomplete; don\'t hesitate to
to
add additional type definitions (see Contributing.rdoc). The primary sources
for MIME type definitions found in mime-types is the IANA collection of
registrations (see below for the link), RFCs, and W3C recommendations.
This is release 2.4.1 (2.4 was pulled), fixing a bug in observed use of the
mime-types library where extensions were not previously sorted, such that
MIME::Types.of(\'image.jpg\').first.extensions.first
returned a value of +jpeg+ in mime-types 1, but +jpe+ in mime-types 2. This
was
introduced because extensions were sorted during assignment
(MIME::Type#extensions=). This behaviour has been reverted to protect clients
that work as noted above. The preferred way to express this is the new method:
MIME::Type.of(\'image.jpg\').first.preferred_extension
Łukasz Śliwa created the
{friendly_mime}[https://github.com/lukaszsliwa/friendly_mime] gem, which
offers
friendly descriptive names for MIME types. This functionality and
English-language data has been added to mime-types as MIME::Type#friendly. To
make it easy for internationalization, MIME::Type#i18n_key has been added,
which will return a key suitable for use with the
{I18n}[https://github.com/svenfuchs/i18n] library.
As a reminder, mime-types 2.x is no longer compatible with Ruby 1.8 and
mime-types 1.x is only being maintained for security issues. No new MIME types
or features will be added.
mime-types (previously called MIME::Types for Ruby) was originally based on
MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. It is built to
conform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA Media
Types
registry}[https://www.iana.org/assignments/media-types/media-types.xhtml]
with some types added by the users of mime-types.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/OBS:/Server:/2.6/openSUSE_13.2/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ruby2.1-rubygem-mime-types-2.4.1-41.1.x86_64.rpm
ftp.icm.edu.pl  ruby2.1-rubygem-mime-types-2.4.1-41.1.x86_64.rpm
     

Provides :
ruby2.1-rubygem-mime-types
ruby2.1-rubygem-mime-types(x86-64)
rubygem(mime-types)
rubygem(ruby:2.1.0:mime-types)
rubygem(ruby:2.1.0:mime-types:2)
rubygem(ruby:2.1.0:mime-types:2.4)
rubygem(ruby:2.1.0:mime-types:2.4.1)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ruby2.1 => 1.9.2
rpmlib(PayloadIsLzma) <= 4.4.6-1
ruby(abi) = 2.1.0


Content of RPM :
/usr/lib64/ruby/gems/2.1.0/cache/mime-types-2.4.1.gem
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.autotest
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.coveralls.yml
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.gemtest
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.hoerc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.minitest.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/.travis.yml
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/Contributing.rdoc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/Gemfile
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/History-Types.rdoc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/History.rdoc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/Licence.rdoc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/Manifest.txt
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/README.rdoc
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/Rakefile
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/data
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/data/mime-types.json
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/docs
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/docs/COPYING.txt
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/docs/artistic.txt
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime-types.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime/type.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime/types
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime/types.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime/types/cache.rb
/usr/lib64/ruby/gems/2.1.0/gems/mime-types-2.4.1/lib/mime/types/loader.rb
There is 11 files more in these RPM.

 
ICM