jwhitehorn / pi_piper

Event driven Raspberry Pi GPIO programming in Ruby
BSD 2-Clause "Simplified" License
694 stars 71 forks source link

Gemspec missing file pin_values.rb #23

Closed JSchaenzle closed 9 years ago

JSchaenzle commented 10 years ago

The gemspec file is missing pin_values.rb which causes an error when you try to require 'pi_piper'. I was really confused why your spec tests were passing at first. Looks like it's because Travis just pulls down the repo and runs the tests and doesn't use the gemspec file at all I think. I have never set up Travis before but I bet there is a way to get it to use your gemspec file. I would recommend looking into that.

v0dro commented 9 years ago

I have fixed this in #34