virgo-gadgeteer 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/gadgeteer +5 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 2
data/bin/gadgeteer CHANGED
@@ -60,8 +60,12 @@ module Gadgeteer
60
60
  "gadgets_controller.rb" => "app/controllers/:plural_controller.rb"
61
61
  },
62
62
  :help => <<-HELP
63
- Add this to your Rails application routes:
63
+ Add this to your Rails application:
64
64
 
65
+ # config/environment.rb
66
+ config.gem "haml"
67
+
68
+ # config/routes.rb
65
69
  map.resource ::singular
66
70
  HELP
67
71
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virgo-gadgeteer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laszlo Bacsi