SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby2.2-rubygem-transaction-simple rpm build for : OpenSuSE 13.X. For other distributions click ruby2.2-rubygem-transaction-simple.

Name : ruby2.2-rubygem-transaction-simple
Version : 1.4.0.2 Vendor : obs://build_opensuse_org/devel:languages:ruby
Release : 3.6 Date : 2016-12-27 04:26:19
Group : Development/Languages/Ruby Source RPM : rubygem-transaction-simple-1.4.0.2-3.6.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Transaction::Simple provides a generic way to add active transaction
Description :
Transaction::Simple provides a generic way to add active transaction support
to
objects. The transaction methods added by this module will work with most
objects, excluding those that cannot be Marshal-ed (bindings, procedure
objects, IO instances, or singleton objects).
The transactions supported by Transaction::Simple are not associated with any
sort of data store. They are \"live\" transactions occurring in memory on the
object itself. This is to allow \"test\" changes to be made to an object before
making the changes permanent.
Transaction::Simple can handle an \"infinite\" number of transaction levels
(limited only by memory). If I open two transactions, commit the second, but
abort the first, the object will revert to the original version.
Transaction::Simple supports \"named\" transactions, so that multiple levels of
transactions can be committed, aborted, or rewound by referring to the
appropriate name of the transaction. Names may be any object except nil.
Transaction groups are also supported. A transaction group is an object
wrapper
that manages a group of objects as if they were a single object for the
purpose
of transaction management. All transactions for this group of objects should
be
performed against the transaction group object, not against individual objects
in the group.
Version 1.4.0 of Transaction::Simple adds a new post-rewind hook so that
complex graph objects of the type in tests/tc_broken_graph.rb can correct
themselves.
Version 1.4.0.1 just fixes a simple bug with #transaction method handling
during the deprecation warning.
Version 1.4.0.2 is a small update for people who use Transaction::Simple in
bundler (adding lib/transaction-simple.rb) and other scenarios where having
Hoe
as a runtime dependency (a bug fixed in Hoe several years ago, but not visible
in Transaction::Simple because it has not needed a re-release). All of the
files internally have also been marked as UTF-8, ensuring full Ruby 1.9
compatibility.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/ruby:/extensions/openSUSE_13.2/i586

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ruby2.2-rubygem-transaction-simple
ruby2.2-rubygem-transaction-simple(x86-32)
rubygem(ruby:2.2.0:transaction-simple)
rubygem(ruby:2.2.0:transaction-simple:1)
rubygem(ruby:2.2.0:transaction-simple:1.4)
rubygem(ruby:2.2.0:transaction-simple:1.4.0)
rubygem(transaction-simple)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ruby(abi) = 2.2.0
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/ruby/gems/2.2.0/cache/transaction-simple-1.4.0.2.gem
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/.gemtest
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/History.rdoc
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/Licence.rdoc
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/Manifest.txt
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/README.rdoc
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/Rakefile
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction-simple.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple/group.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/lib/transaction/simple/threadsafe/group.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/research
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/research/instance_variable_defined.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/research/special-dumpable-string.rb
/usr/lib/ruby/gems/2.2.0/gems/transaction-simple-1.4.0.2/research/special-dumpable.rb
/usr/lib/ruby/gems/2.2.0/specifications/transaction-simple-1.4.0.2.gemspec
/usr/share/doc/packages/ruby2.2-rubygem-transaction-simple
/usr/share/doc/packages/ruby2.2-rubygem-transaction-simple/History.rdoc
/usr/share/doc/packages/ruby2.2-rubygem-transaction-simple/README.rdoc

 
ICM