Age | Commit message (Collapse) | Author | Files | Lines |
|
* Depend on amq-protocol ~> 1.9
|
|
|
|
## Changes between 1.9.x and 2.0.0
2.0.0 has **breaking changes** in header encoding.
### Signed Integer Encoding in Headers
Integer values in headers are now encoded as signed 64-bit
(was unsigned 32-bit previously, unintentionally).
This is a breaking change: consuming messages with integers in headers
published with older versions of this library will break!
### Signed 16 Bit Integer Decoding
Signed 16 bit integers are now decoded correctly.
### Signed 8 Bit Integer Decoding
Signed 8 bit integers are now decoded correctly.
Contributed by Benjamin Conlan.
|
|
|
|
**3.3.4** (September 1, 2015)
* Relative cache contents now work with windows.
**3.3.3** (August 21, 2015)
* Remove more absolute paths from cache contents.
**3.3.2** (August 19, 2015)
* Fix cache contents to use relative paths instead of absolute paths.
**3.3.1** (August 15, 2015)
* Fix legacy Tilt integration when locals is required argument.
**3.3.0** (August 12, 2015)
* Change internal cache lookup to use relative asset paths instead of absolute paths.
|
|
|
|
* Parallel.map writes its output safely (issue #129).
|
|
|
|
== Release 1.2.3: June 25, 2015
* fix: ApplicationGroup now waits on subprocesses in start_all (thanks to tobithiel)
|
|
|
|
=== 4.3.5 / 2015-08-09
* Fixed a bug with small terminal widths, changed minimum screen width for wrapping to 40 columns. (@toolmantim)
|
|
|
|
## 1.10.6 (2015-07-22)
Workarounds:
- only warn on invalid gemspecs (@indirect)
Bugfixes:
- fix installing dependencies in the correct order (#3799, @pducks32)
- fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
- fix `install_if` conditionals when using the block form (@danieltdt)
|
|
Thanks much!
|
|
|
|
== Thu Jul 03 2015
* Ruby/GSL 1.16.0.6
* rb-gsl and gsl are now the same gem
== Thu Jul 02 2015
* Ruby/GSL 1.16.0.5
* Optional narray support
* Drop Ruby 1.8 support
* Drop support for GSL < 1.15
|
|
|
|
* Use node.js if available instead of JavascriptCore on OSX.
* Support checking the PATHEXT variable on Windows.
|
|
|
|
|
|
v4.3.3
* Fixed a bug where, if you would reference any image info inside Image#format
{} or Image#combine_options {}, this info would be cached even after these
methods were executed, leaving the MiniMagick::Image instance with stale
data.
v4.3.2
* Fixed MiniMagick::Image.new("...").format("<ext>") not working if the image
didn't have an extension.
v4.3.1
* Reverted making MiniMagick configuration thread safe, until we figure out
what caused #328.
v4.3.0
* Fixed early reportings of ImageMagick/GraphicsMagick not being installed by
removing the automagically generated methods (commit)
* MiniMagick.with_cli is now thread-safe, as well as other configuration
options
v4.2.10
* Make GraphicsMagick's mogrify support the "-gravity" option.
v4.2.9
* Fixes MiniMagick::Image#size to properly return filesize in bytes
* Added MiniMagick::Image#human_size which holds ImageMagick's human-readable
size string.
v4.2.8
This version has been yanked as it holds a backwards incompatibility which
breaks CarrierWave.
* MiniMagick.with_cli will now restore the old CLI even when errors occur.
* Fixed race condition which caused the MiniMagick::Tool methods not to be
defined yet (can happen in multithreaded environments)
Backwards compatibility
* MiniMagick::Image#size now returns a string with the filesize unit included
|
|
|
|
|
|
## RMagick 2.15.4
- Improved C extension building process - @u338steven
## RMagick 2.15.3
- Fixed ImageMagick version detection on Windows - @maisumakun
|
|
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler,
and the fmt, net/textproto, net/http, and runtime packages. See the Go 1.5.1
milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.5.1
|
|
|
|
* update readme to actually have information in it.
|
|
|
|
Exact changes are not available but depends on several sub-packages.
|
|
devel/ruby-celluloid-essentials 0.20.2
devel/ruby-celluloid-extras 0.20.1
devel/ruby-celluloid-fsm 0.20.1
devel/ruby-celluloid-pool 0.20.1
devel/ruby-celluloid-supervision 0.20.1.1
|
|
ruby-celluloid-fsm, ruby-celluloid-pool and ruby-celluloid-supervision.
|
|
Supervisors, Supervision Groups, and Supervision Trees for Celluloid.
|
|
An implementation of an actor pool, based on the Celluloid concurrent object
framework.
|
|
Simple finite state machines with integrated Celluloid timeout support.
|
|
Classes to support examples, benchmarks, or add special functionality.
|
|
Notifications, Internals, Logging, Probe, and essential Celluloid pieces
demanding Supervision.
|
|
|
|
4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.
4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
|
|
|
|
devel/ruby-dotenv 2.0.2
devel/ruby-nenv 0.2.0
devel/ruby-rspec-logsplit 0.1.3
|
|
Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec
This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.
|
|
|
|
Using ENV is like using raw SQL statements in your code. We all know
how that ends...
|
|
|
|
Shim to load environment variables from `.env` into `ENV` in *development*.
Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.
But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.
|
|
|
|
# News
## 3.1.3 - 2015-07-26 {#version-3-1-3}
It's a bug fix release.
### Improvements
* Removed unused `TODO` file. [GitHub#108][Patch by takiy33]
### Fixes
* `--location`: Fixed a bug that `--location LINE` doesn't work when
test script is specified as relative path. [Reported by TOMITA Masahiro]
The following doesn't work:
% ruby ./test.rb --location 10
The following works:
% ruby test.rb --location 10
### Thanks
* takiy33
* TOMITA Masahiro
|
|
|
|
2015-06-23 - 1.3.2 * Fix release 1.3.1
2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
|
|
This requires disabling nouveau and radeon drivers.
The performance boost is appreciable, glxgears is twice as fast on
a cubieboard 2:
cubiem:/>/usr/X11R7/bin/glxgears
76 frames in 5.1 seconds = 15.022 FPS
75 frames in 5.0 seconds = 14.889 FPS
75 frames in 5.0 seconds = 14.979 FPS
69 frames in 5.1 seconds = 13.653 FPS
80 frames in 5.1 seconds = 15.831 FPS
78 frames in 5.0 seconds = 15.529 FPS
cubiem:/>/usr/pkg/bin/glxgears
121 frames in 5.0 seconds = 24.076 FPS
184 frames in 5.0 seconds = 36.595 FPS
182 frames in 5.0 seconds = 36.072 FPS
175 frames in 5.0 seconds = 34.718 FPS
171 frames in 5.0 seconds = 34.053 FPS
169 frames in 5.0 seconds = 33.734 FPS
on the beaglebone the boost is nearly 2x too:
beagle:~> /usr/X11R7/bin/glxgears
47 frames in 5.0 seconds = 9.343 FPS
47 frames in 5.1 seconds = 9.246 FPS
47 frames in 5.1 seconds = 9.210 FPS
47 frames in 5.1 seconds = 9.253 FPS
47 frames in 5.1 seconds = 9.252 FPS
47 frames in 5.1 seconds = 9.236 FPS
beagle:~> /usr/pkg/bin/glxgears
2 frames in 7.3 seconds = 0.275 FPS
84 frames in 5.1 seconds = 16.613 FPS
84 frames in 5.0 seconds = 16.641 FPS
83 frames in 5.0 seconds = 16.482 FPS
83 frames in 5.0 seconds = 16.480 FPS
83 frames in 5.0 seconds = 16.436 FPS
|