Skip to content

Commit

Permalink
Updating version and depencencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cervantes committed Jul 4, 2014
1 parent f7f95e4 commit 1e7a1e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source "http://rubygems.org"
# Specify your gem's dependencies in artoo-arduino.gemspec
gem 'hybridgroup-firmata', :git => "git://github.com/hybridgroup/firmata", :branch => "dev"
gemspec
2 changes: 1 addition & 1 deletion artoo-arduino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'artoo', '>= 1.6.0'
s.add_runtime_dependency 'artoo-gpio'
s.add_runtime_dependency 'artoo-i2c'
s.add_runtime_dependency 'hybridgroup-firmata', '>= 0.4.5'
s.add_runtime_dependency 'hybridgroup-firmata', '>= 0.4.6'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'minitest-happy'
s.add_development_dependency 'mocha', '~> 0.14.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/artoo-arduino/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Artoo
module Arduino
VERSION = '1.4.3'
VERSION = '1.4.4'
end
end

0 comments on commit 1e7a1e9

Please sign in to comment.