gemtronics 0.7.0 → 0.7.1

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 (2) hide show
  1. data/lib/gemtronics/manager.rb +3 -0
  2. metadata +1 -1
@@ -48,6 +48,9 @@ module Gemtronics
48
48
  def warp_drive(name, options = {})
49
49
  options = {:load => false}.merge(options)
50
50
  group(:warp_drives) {|g| g.add(name, options)}
51
+ if defined?(RAILS_ENV)
52
+ group(RAILS_ENV.to_sym) {|g| g.add(name, options)}
53
+ end
51
54
  begin
52
55
  find_and_require_gem(name)
53
56
  load(WarpDrive::Path.config.gemtronics.rb)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemtronics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates