Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby-atomic-1.1.101-4.mga8 RPM for armv7hl

From Mageia 8 for armv7hl / media / core / release

Name: ruby-atomic Distribution: Mageia
Version: 1.1.101 Vendor: Mageia.Org
Release: 4.mga8 Build date: Mon Mar 2 23:52:07 2020
Group: Development/Ruby Build host: localhost
Size: 43943 Source RPM: ruby-atomic-1.1.101-4.mga8.src.rpm
Packager: pterjan <pterjan>
Url: http://github.com/headius/ruby-atomic
Summary: An atomic reference implementation for JRuby, Rubinius, and MRI
This library provides:

* an Atomic class that guarantees atomic updates to its contained value

The Atomic class provides accessors for the contained "value" plus two
update methods:

* update will run the provided block, passing the current value and
  replacing it with the block result iff the value has not been changed
  in the mean time. It may run the block repeatedly if there are other
  concurrent updates in progress.
* try_update will run the provided block, passing the current value and
  replacing it with the block result. If the value changes before the
  update can happen, it will throw Atomic::ConcurrentUpdateError.

Provides

Requires

License

ASL 2.0

Changelog

* Mon Mar 02 2020 pterjan <pterjan> 1.1.101-4.mga8
  + Revision: 1553149
  - Rebuild for ruby 2.7
* Fri Feb 14 2020 umeabot <umeabot> 1.1.101-3.mga8
  + Revision: 1516638
  - Mageia 8 Mass Rebuild
* Sun Sep 23 2018 umeabot <umeabot> 1.1.101-2.mga7
  + Revision: 1300871
  - Mageia 7 Mass Rebuild
* Thu May 17 2018 pterjan <pterjan> 1.1.101-1.mga7
  + Revision: 1230068
  - Update to 1.1.101
* Mon Apr 02 2018 pterjan <pterjan> 1.1.100-1.mga7
  + Revision: 1214523
  - Upgrade to 1.1.100

Files

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/aaf8c4fbf9784fe0e0b2a33988f726af88233a
/usr/lib/gems/ruby/atomic-1.1.101
/usr/lib/gems/ruby/atomic-1.1.101/atomic_reference.so
/usr/lib/gems/ruby/atomic-1.1.101/gem.build_complete
/usr/share/gems/gems/atomic-1.1.101
/usr/share/gems/gems/atomic-1.1.101/.coveralls.yml
/usr/share/gems/gems/atomic-1.1.101/.gitignore
/usr/share/gems/gems/atomic-1.1.101/.travis.yml
/usr/share/gems/gems/atomic-1.1.101/Gemfile
/usr/share/gems/gems/atomic-1.1.101/LICENSE
/usr/share/gems/gems/atomic-1.1.101/README.md
/usr/share/gems/gems/atomic-1.1.101/Rakefile
/usr/share/gems/gems/atomic-1.1.101/examples
/usr/share/gems/gems/atomic-1.1.101/examples/atomic_example.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic.rb
/usr/share/gems/gems/atomic-1.1.101/examples/bench_atomic_1.rb
/usr/share/gems/gems/atomic-1.1.101/examples/graph_atomic_bench.rb
/usr/share/gems/gems/atomic-1.1.101/lib
/usr/share/gems/gems/atomic-1.1.101/lib/atomic
/usr/share/gems/gems/atomic-1.1.101/lib/atomic.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/concurrent_update_error.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/delegated_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/direct_update.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/fallback.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/jruby.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/numeric_cas_wrapper.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/rbx.rb
/usr/share/gems/gems/atomic-1.1.101/lib/atomic/ruby.rb
/usr/share/gems/gems/atomic-1.1.101/test
/usr/share/gems/gems/atomic-1.1.101/test/test_atomic.rb
/usr/share/gems/specifications/atomic-1.1.101.gemspec


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:54:16 2024