jetfuel 1.18.5 → 1.18.6
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/Gemfile.lock +1 -1
- data/lib/jetfuel/version.rb +1 -1
- data/templates/README.md.erb +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6780a551032aa0eee404913cec3e9ddeaf2f58e5
|
|
4
|
+
data.tar.gz: fcc8d5c06d1eeb415a4a50bc6f1cb20894991fe3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44659491c0948c23d9a0291c0bd95a08aa5f9a3e4bc4be6339f1ef007d6e20d5f87ced2fddd5964822a0ab680d4aa3cacab358d919a698e62b5d42ed3030699c
|
|
7
|
+
data.tar.gz: 3837f80b0b36237ed158e7a065dc5e71f29debbac3ded08cc67fb3667a326b72956280a7dcff892d6eb39388e420ff2da242f66fee41750597e7a3ccca48da9f
|
data/Gemfile.lock
CHANGED
data/lib/jetfuel/version.rb
CHANGED
data/templates/README.md.erb
CHANGED
|
@@ -4,13 +4,18 @@
|
|
|
4
4
|
Getting Started
|
|
5
5
|
---------------
|
|
6
6
|
|
|
7
|
+
You will need to install Ruby <%= Jetfuel::RUBY_VERSION %> to run this app. With RVM, run:
|
|
8
|
+
|
|
9
|
+
$ rvm install <%= Jetfuel::RUBY_VERSION %>
|
|
10
|
+
$ rvm use <%= Jetfuel::RUBY_VERSION %>
|
|
11
|
+
|
|
7
12
|
This repository comes equipped with a self-setup script:
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
$ ./bin/setup
|
|
10
15
|
|
|
11
16
|
After setting up, you can run the application using [foreman]:
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
$ foreman start
|
|
14
19
|
|
|
15
20
|
[foreman]: http://ddollar.github.io/foreman/
|
|
16
21
|
|