Skip to content

Commit 20cfb29

Browse files
committed
credited @unsymbol in the readme
Signed-off-by: Akash Manohar J <[email protected]>
1 parent db50452 commit 20cfb29

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This gem is a prototyping API for Arduino in Ruby. Helps prototype Arduino progr
44

55
#### Setup:
66
1. Install the gem: `gem install arduino`
7-
2. Load [arduino.pde](https://github.com/SingAlong/arduino/raw/master/arduino.pde) onto your Arduino dev board (just once and for all).
7+
2. Load [arduino.pde](https://github.com/HashNuke/arduino/raw/master/arduino.pde) onto your Arduino dev board (just once and for all).
88
3. Import the arduino gem: `require "arduino"`
99

1010
## Methods
@@ -65,3 +65,9 @@ The output pins must be set explicitly.
6565
> &copy; 2010 Akash Manohar <[email protected]>
6666
> under the MIT License
6767
68+
# Credits
69+
70+
Thanks to the following people:
71+
72+
* [@unsymbol](http://github.com/unsymbol) - for fixing the Ubuntu reset problem
73+

arduino.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "arduino"
6-
s.version = "0.3.3"
6+
s.version = "0.4"
77
s.date = %q{2011-01-01}
88
s.platform = Gem::Platform::RUBY
99
s.authors = ["Akash Manohar"]
@@ -18,10 +18,10 @@ Thank you for installing the arduino gem
1818
1919
Load the arduino.pde program from http://ln.akash.im/arduino.pde to your board before using this library
2020
21-
Source: https://github.com/SingAlong/arduino/
21+
Source: https://github.com/HashNuke/arduino/
2222
2323
--
24-
SingAlong
24+
@HashNuke
2525
(http://akash.im)
2626
==============================================
2727
}

0 commit comments

Comments
 (0)