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 +4 -4
- data/README.md +1 -1
- data/lib/jets_rails.rb +3 -3
- data/lib/jets_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c47cd2b1a0fa72eec799b7d25df47ddde8df183ae3f82b81ba653c65eb5139a2
|
|
4
|
+
data.tar.gz: c168d9ac40131cfe97861a04f1a3e3ca49723ba3ff9e12418413f4792447e340
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 `
|
|
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
|
-
#
|
|
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
|
|
5
|
-
return unless ENV['
|
|
4
|
+
# logically without JETS_MEGA set.
|
|
5
|
+
return unless ENV['JETS_MEGA']
|
|
6
6
|
|
|
7
7
|
# = Configuration
|
|
8
8
|
#
|
data/lib/jets_rails/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|