GithubHelp home page GithubHelp logo

snaka / ruby_gntp Goto Github PK

View Code? Open in Web Editor NEW
101.0 101.0 12.0 422 KB

Ruby library for GNTP(Growl Notification Transport Protocol) client

Home Page: http://snaka.github.com/ruby_gntp/

License: MIT License

Ruby 100.00%

ruby_gntp's Introduction

Hi My name is snaka

  • 🌍  I'm based in Tokyo, Japan
  • ✉️  You can contact me at @snaka
  • 🧠  I'm learning TypeScript, Go, etc.

Skills

Go JavaScript Ruby TypeScript React NextJs HTML5 CSS3 NodeJS MySQL

Socials

Coding Stats

Wakatime coding stats

Badges

My GitHub Stats

snaka's GitHub stats

GitHub Commits Graph

Top Languages

ruby_gntp's People

Contributors

imdavidhayward avatar snaka avatar theoretick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ruby_gntp's Issues

Project Alive?

This project is alive?
if yes, the callback URL is implemented?

HOWTO test?

Hi,

I'd like to make a pull-request for a fix, but I can't get the test suite to run.
I'm using Ruby 2.0.

There is no Gemfile, so I can't use Bundler to install and load dependencies.
Nothing in the gemspec either.
There is no indication of which test framework is used, …
There is no Rakefile and no instruction to run the test suite manually.

Could you please write down how you run the test suite?

Thanks.

unable to resolve "RuntimeError: Notify failed"

I'm using bullet which uses uniform_notifier and ruby_gntp, and when launching my application I get this error and I can't seem to track down what's causing it or how to fix it. Not much in the code that I can really deduce... any thoughts?

HOWTO test ruby_gntp?

Hi,

I'd like to make a pull-request for a fix, but I can't get the test suite to run.
I'm using Ruby 2.0.

There is no Gemfile, so I can't use Bundler to install and load dependencies.
Nothing in the gemspec either.
There is no indication of which test framework is used, …
There is no Rakefile and no instruction to run the test suite manually.

Could you please write down how you run the test suite?

Thanks.

Doesn't work on mingw ruby because of the incorrect OS check

if Config::CONFIG['host_os'] =~ /mswin/
should be replaced with
if Config::CONFIG['host_os'] =~ /mswin|mingw/

verified with Ruby 1.9.1 One-click installer, works fine after this change

Also calling ver/uname to get the OS version is a bit overkill IMHO, had problems with this approach leaving the stale cmd.exe console when the ruby application was running as a service via FireDaemon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.