Initial implementation

This commit is contained in:
Aart van Halteren
2013-06-26 09:00:08 +02:00
commit e6fc705e6a
11 changed files with 157 additions and 0 deletions

31
Gemfile.lock Normal file
View File

@@ -0,0 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.4)
i18n (0.6.1)
multi_json (1.7.7)
mysql2 (0.3.11)
serialport (1.1.0)
state_pattern (2.0.1)
tzinfo (0.3.37)
PLATFORMS
ruby
DEPENDENCIES
activerecord (= 3.2.13)
mysql2
serialport
state_pattern