Coveralls plugin for fastlane
I’ve just published a fastlane plugin that sends Xcode code coverage to Coveralls and its depending library xccoveralls that also works as standalone command line tool.
ruby
I’ve just published a fastlane plugin that sends Xcode code coverage to Coveralls and its depending library xccoveralls that also works as standalone command line tool.
I created a RDoc Generator with Bootstrap forked from Hanna Nouveau.
http://ngs.github.io/hanna-bootstrap/
Hanna Bootstrap is available from RubyGems.
gem install hanna-bootstrap
Or git-clone from the repo if you would.
git clone git://github.com/ngs/hanna-bootstrap.git
The templates of this generator are written in HAML
, SASS
, CoffeeScript
.
You can customize your favorite Bootstrap based theme easily. Enjoy!
I created Ruby library for blink(1) that wraps official blink1-lib C interface.
This video shows runnning RSpec using blink(1) as formatter, shows current status with LED color.
Both are available on RubyGems
gem install rb-blink1
gem install blink1-formatter
GitHub: rb-blink1, blink1-formatter
I’ve created Open Graph protocol tag helper for nanoc to build my corporate site.
To use this helper:
lib/nanoc/helpers/
on your nanoc project.
require 'nanoc/helpers/og_tags'
to lib/default.rb
.
og_tag
helper in your templates.
For more details see the spec or trace my haml template.