cyborg 0.5.28 → 0.5.29

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cyborg +1 -0
  3. data/lib/cyborg/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dae97725516a452bd00a5e0d01feeb7bb40d6ab9
4
- data.tar.gz: 5593127665780cdfbdb9c8c4333f9531c2815a8e
3
+ metadata.gz: d7041f48468017270743cdfc26336d402568953d
4
+ data.tar.gz: bb422badee36a72d6b95e1579c0461a6e10b78f3
5
5
  SHA512:
6
- metadata.gz: 0ef217ce3b0d487adfaa26b2f0ef56ce7459f6052f3dea6578d6821dd1da542de89ba9bb0a0e9129a6ca00e7da4932ecb59ae74554c575fa1f05c1b93ac14b45
7
- data.tar.gz: aeb6fcfd5e751e9159a1547d11c778376dcd7bb6ca614fdb2d77d5d28cbc8797c45f36cc8a68058405eb6499f7ea4658272999c27ddf587b6b6b41f6d0871996
6
+ metadata.gz: 734f129ae228c94c9588f5683bd027ebda0d822a01911beca3fb9b7baf955dbbb520ee7f2484122160b08d6a6de25ff43ab8721afe6e4e51b0a5dafbd8e9424d
7
+ data.tar.gz: 8b599519bdfd241a52ab1a37b2860d8000fb17880a2c6953a39643f9014db82e284af8aad9a47342026820c41caefcf6683613cfeebf4a713ace2fd6203b943e
data/bin/cyborg CHANGED
@@ -60,6 +60,7 @@ OptionParser.new do |opts|
60
60
  end
61
61
 
62
62
  opts.on("-P", "--production", "Build assets as with production mode.") do |val|
63
+ ENV['RAILS_ENV'] = 'production'
63
64
  options[:production] = true
64
65
  end
65
66
 
@@ -1,3 +1,3 @@
1
1
  module Cyborg
2
- VERSION = "0.5.28"
2
+ VERSION = "0.5.29"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyborg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.28
4
+ version: 0.5.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-31 00:00:00.000000000 Z
11
+ date: 2017-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass