Age | Commit message (Collapse) | Author | Files | Lines |
|
PyTyle is a manual tiling manager that can slide into any EWMH
compliant window manager, inspired by XMonad. It will allow you to
enable/disable tiling on a per screen per workspace basis, and
continually tile your windows.
Features include:
* Built in multi-monitor support (using Xinerama)
* Continuous tiling behavior similar to that of XMonad.
* Manual tiling on a per screen per workspace basis. Have tiling
on one screen/workspace and not the other.
* Comes pre-packaged with a variety of tiling layouts ready for
use. Also, PyTyle's object oriented design makes it incredibly easy
to add or customize your own tiling layouts.
* Some configuration options include:
* Adding margins on a per-screen basis (to force PyTyle to ignore
docks/panels).
* Tell PyTyle to ignore certain windows from tiling.
* Configure defaults layouts on a per screen per workspace basis.
* Completely customize all of PyTyle's key bindings.
* Dynamically reload configuration file.
|
|
|
|
0.3:
* autotooled
* Add iconv(3) support.
ifp-line can transfer file with non-ASCII filename.
* Add "version" command. Show ifp-line's version.
* ifp-1XX can download MP3/WMA/ASF to PC!
Firmware version 3.23 and later required.
0.2.4.7:
* Print "help" message before opening the iFP device
and add -h/-help/--help options.
0.2.4.6:
* Bug fix release.
* Beta version of N10 firmware update support (not tested).
* Fix bug with older versions of libusb.
* Fix "ifp get" behavioir with non-existant file.
0.2.4.5:
* Bug fix release.
* Fix behavior of "ifp download VOICE somedir" and "ifp get VOICE".
* Fix bug of "ifp put /path/to/music.mp3".
|
|
|
|
|
|
# rspec-rails-2
rspec-2 for rails-3 with lightweight extensions to each
NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)
|
|
devel/ruby-rspec-core 2.6.4
devel/ruby-rspec-expectations 2.6.0
devel/ruby-rspec-mocks 2.6.0
And update of devel/ruby-rspec package to 2.6.0.
|
|
This is newer major release which support Ruby on Rails 3.
So, please refer its web site in detail: http://relishapp.com/rspec.
|
|
|
|
Behaviour Driven Development for Ruby
# RSpec Mocks
rspec-mocks provides a test-double framework for rspec including support
for method stubs, fakes, and message expectations.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)
|
|
Behaviour Driven Development for Ruby
# RSpec Expectations
rspec-expectations adds `should` and `should_not` to every object and includes
RSpec::Matchers, a library of standard matchers.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
|
|
Behaviour Driven Development for Ruby
# RSpec Core
RSpec Core provides the structure for writing executable examples of how your
code should behave.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
|
|
|
|
|
|
|
|
|
|
This is only works with Ruby on Rails 2.
RSpec is a Behaviour Driven Development framework for Ruby. It provides
two frameworks for writing and executing examples of how your Ruby
application should behave:
* a Story Framework for describing behaviour at the application level
* a Spec Framework for describing behaviour at the object level
|
|
|
|
|
|
|
|
per maintainer update request by PR#45076.
--- Release version 3.80 15.12.2010 -------------------------------------
1. Fix bug with preserving indices
2. Replace sprintf with strcat in ClassDescriptor constructor to avoid problems
in SymbianOS
3. Fix problem with std_tmp_allocator in xml.cpp
--- Release version 3.81 29.03.2011 -------------------------------------
1. Change return type of select method to be able to selcet more than 2Gb
records
2. Patch of SubSQL HTML dump done by Christen Volker improving visualisation of
large arrays
3. Visual Studio 10 compatibilty fixes
--- Release version 3.82 06.05.2011 -------------------------------------
1. Fix bug with scheduled incremental backup
2. Fix namespace support
|
|
|
|
=== Version 1.3.2 / 2011-04-11
* Enhancements
* Raise a meaningful error when an argument-scoped stub is called with the
wrong args (Alexey)
* Dev: ignore .rbc files (Myron Marston)
* Bug fixes
* Fix regression in which an expectation should return the value from a
previously defined stub of the same method (Tom Stuart)
* Support heckling class methods (Dan Kubb)
* Only try to pass messages to the superclass if the superclass responds to
the method (Andrew Selder)
|
|
devel/ruby-thrift 0.6.0
devel/ruby-thrift_client 0.6.2
|
|
v0.6.2 Remove lingering thrift v0.5.0 reference.
v0.6.1 Add connect timeout. Bump thrift dependency to ~> v0.6.0.
v0.6.0 Fix bug where we'd try to mark the current server down when we didn't have a current server.
Upgrade to thrift 0.5.
v0.5.0 Add support for wrapping exceptions, so that Thrift::Foo can become Greeter::Foo.
Make server_retry_period work the way you expect.
Better bookkeeping around marking servers as dead.
v0.4.7 fix thrift gem dependency
|
|
* pkgsrc change: Update HOMEPAGE since priveous one isn't available.
* Catch up to libthrift-0.6.1.
|
|
devel/ruby-mocha 0.9.12
devel/ruby-parser 2.0.6
devel/ruby-parsetree 3.0.7
devel/ruby-pathname2 1.6.4
|
|
== 1.6.4 - 20-Jan-2011
* Explicitly remove the Pathname const if it is already defined in order
to avoid a superclass mismatch error. This library assumes that if you
require pathname2, you want my version of the Pathname class.
* Updated URI handling for Ruby 1.9.x.
* Added the Pathname() method, a synonym for Pathname.new.
* Some Rakefile and gemspec tweaks.
* Some updates to the test suite, including some specifically for Windows 7.
|
|
=== 3.0.7 / 2011-02-18
* 1 bug fix:
* Fixed odd error cropping up from heckle w/ attr methods (raggi)
|
|
=== 2.0.6 / 2011-02-18
* 1 minor enhancement:
* Switched to hoe's racc plugin to clean up rakefile and builds
* 1 bug fix:
* Fixed empty =begin/end.
|
|
= 0.9.12 ()
* Make Mocha's tests pass under Ruby 1.9.2 i.e. using MiniTest. One of the main issues was that we were not parsing stacktraces on MiniTest errors comprehensively enough.
* Avoid 'circular require considered harmful' warning when running Mocha's tests in Ruby 1.9.2
* Make performance tests work on Ruby 1.9.2 i.e. using MiniTest.
* Declare rake as a *development* dependency with newer versions of Rubygems since it's only needed to carry out developer-related tasks.
= 0.9.11 (1613ed2267fef5927ea06adfdbcf512b89eadaad)
* Added explicit support for minitest v1.5.0 to v2.0.2.
* Make testable by rubygems-test.
* Update links to my blog and make other links consistent.
* Added a URI parameter matcher that ignores the order of query parameters so that tests can be independent of undefined hash ordering (patch by Paul Battley).
* Include unexpected invocation in failure message and change the language slightly to make the failure message less confusing. See http://floehopper.lighthouseapp.com/projects/22289/tickets/52.
* No need to create regular expression every time the BacktraceFilter#filtered method is called. See http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/66.
|
|
|
|
|
|
|
|
Changes:
- themes/dichromacy-theme.el: New theme.
|
|
|
|
* reordered Changes to be recent at the top
* rewritten t/large_file.t to skip non-sparse file systems
code borrowed from lfs.t in newer perl
- coding done by Robert Buels
|
|
Updated misc/zyGrib-maps to 2.4
|
|
(data files, no changelog)
|
|
# 2011-05-21 : zyGrib Version 4.0.1
* User can choose visible data in the left board (right clic in the panel).
* Bug fixed: crash sometimes with data out of the "normal" range.
# 2011-05-08 : zyGrib Version 4.0
* NOAA data up to 8 days rather than 7.
* Color scales.
* Data values panel can be hidden (Ctrl+V).
* Colors scale panel can be hidden (Ctrl+Y).
* Warning : changes in directories structure.
* Totally new colors scheme.
Color scales are editable (text files colors_xxx.txt).
o 1 ligne per threshold : v r g b
v = threshold value
r g b = rgb level (red, green, blue) between 0 and 255
o values must be in ascending order
o color is attributed to values ##less than or equal to v
except the last which is also the color of all excess values##
o fixed color (no interpolation) below the first value or above the last.
* More complete list of cities (source GeoNames)
Around 60,000 cities come with zygrib (population >= 3000).
Around 100,000 smaller cities are available in additional files (see download page).
* New population threshold for shown cities:
1. population >= 1000000
2. population >= 100000
3. population >= 10000
4. population >= 1000
5. population < 1000
* Bug fixed : values displayed for the position under the mouse are updated when the date is changed using the keyboard.
* Bug fixed : crash (sometimes) when the mouse was moved on a POI while reading aa grib file.
|
|
|
|
This is latest release which running on PHP 5.2 and later.
Changes are too many please refer HOMEPAGE in detail.
|
|
|
|
0.45
06-12-11
- Support for syntax highlighting and caching eval strings. The former
is used in rb8-trepanning.
|
|
|
|
=== 3.9.0 / 2011-02-18
* 1 minor enhancement:
* Added arity override option for all C builder methods.
|
|
|
|
= Change Log
Below is a complete listing of changes for each revision of HighLine.
== 1.6.2
* Correctly handle STDIN being closed before we receive any data (fix by
mleinart).
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
|
|
|
|
= FlexMock 0.9.0 Released
FlexMock is a flexible mocking library for use in unit testing and
behavior specification in Ruby. Release 0.8.5 is a minor release with
a few bug fixes.
== Ruby 1.9.3 Compatibility
* Fixed a number of minor warnings reported by the 1.9.3 version of Ruby.
|