jets-rails 0.1.0 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa38672c783a5787e052ab8be240f86328ec9229a7d7c6a4070373214702fa3d
4
- data.tar.gz: df5c21cc068c6779b29842dd5bfaf3b5cde6c4e6b1f4da41b58f3bbc791de6d4
3
+ metadata.gz: c47cd2b1a0fa72eec799b7d25df47ddde8df183ae3f82b81ba653c65eb5139a2
4
+ data.tar.gz: c168d9ac40131cfe97861a04f1a3e3ca49723ba3ff9e12418413f4792447e340
5
5
  SHA512:
6
- metadata.gz: 90967fdc3032a772512e93723d28e7e806de7d766e704f70563da9df09b82900ead17cec86b336813031e944c53c2fe24d0c0e67ac273a9ad6574e8c687545c5
7
- data.tar.gz: 14d2ae683f2e5b4e238928163b9b254ec72bad8fbfe010963635d8cf494a61347b5217fc6b78751aaf1cc09ff3295eb6cef192362e37b8dd5e1fd666b18ca5a1
6
+ metadata.gz: 428d0b35d8c1199542a4c2e21992b84d5c30fa0e58b9f4d1ef75b77a93bec9797414cbeccda274b43c583858e51c9c8977504618a8d8a83ca249d3d1790aa327
7
+ data.tar.gz: 0a288e9b1e889f3ecd51b3005c9c06dd3680849d1d6e5b58b8d75da7286ce782fa16a14e6c23da4b04b96bb6bba2e4c76f844c41f36f3a03e359c7447c178d32
data/README.md CHANGED
@@ -4,7 +4,7 @@ This gem works in conjuction with Jets to allow you to run a Rails application o
4
4
 
5
5
  ## Usage
6
6
 
7
- This gem is not meant to be used standalone. You can enable it though by adding to your Rails Gemfile and setting the `JETS_MEGAMODE=1` env var.
7
+ This gem is not meant to be used standalone. You can enable it though by adding to your Rails Gemfile and setting the `JETS_MEGA=1` env var.
8
8
 
9
9
  ## More Info
10
10
 
data/lib/jets_rails.rb CHANGED
@@ -1,8 +1,8 @@
1
- # JETS_MEGAMODE is set in the bin/rackup wrapper
1
+ # JETS_MEGA is set in the bin/rackup wrapper
2
2
  # We do this check so we can include jets-rails in the Gemfile and allow users
3
3
  # to check to see if the bundle install will work though this is not activated
4
- # logically without JETS_MEGAMODE set.
5
- return unless ENV['JETS_MEGAMODE']
4
+ # logically without JETS_MEGA set.
5
+ return unless ENV['JETS_MEGA']
6
6
 
7
7
  # = Configuration
8
8
  #
@@ -1,3 +1,3 @@
1
1
  module JetsRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jets-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-27 00:00:00.000000000 Z
11
+ date: 2018-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails