jetfuel 1.19.0 → 1.19.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -8
- data/lib/jetfuel/app_builder.rb +0 -4
- data/lib/jetfuel/generators/app_generator.rb +0 -1
- data/lib/jetfuel/version.rb +1 -1
- data/templates/bin_setup +1 -1
- 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: e4f7355a3102176c3149639fdd6e1ba5c47486c8
|
|
4
|
+
data.tar.gz: 833b266a04d63bfd0a7fa2f513dbc108f8382435
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0487281e94c0baa20de17e9797cfb46ad79a6154cb46be2549bc8069fd903e4422405d3ce6a71e7d9e7782d937c4c315ebe413a0f361840f2fc47fbf24519b88
|
|
7
|
+
data.tar.gz: 02bdb64c2ea0966b3f54b423379e4b74d81e1b8001581aa41eac2a651801875df3471158700b91bf032ac05c366ad0bc918955d8a7c40e0461d0f106a411e830
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -93,8 +93,9 @@ And development gems like:
|
|
|
93
93
|
And testing gems like:
|
|
94
94
|
|
|
95
95
|
* [Capybara](https://github.com/jnicklas/capybara) and
|
|
96
|
-
[
|
|
96
|
+
[Poltergeist](https://github.com/teampoltergeist/poltergeist) for
|
|
97
97
|
integration testing
|
|
98
|
+
* [Guard](https://github.com/guard/guard-rspec) for automatically running your specs
|
|
98
99
|
* [Factory Girl](https://github.com/thoughtbot/factory_girl) for test data
|
|
99
100
|
* [Formulaic](https://github.com/thoughtbot/formulaic) for integration testing
|
|
100
101
|
HTML forms
|
|
@@ -204,15 +205,11 @@ Please see CONTRIBUTING.md for further details.
|
|
|
204
205
|
Credits
|
|
205
206
|
-------
|
|
206
207
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
Jetfuel is maintained and funded by
|
|
210
|
-
[flyoverworks, inc](http://flyoverworks.com/).
|
|
211
|
-
|
|
212
|
-
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
|
|
208
|
+
Jetfuel is a for of thoughtbot's suspenders gem and is maintained by
|
|
209
|
+
[FlyoverWorks, inc](http://flyoverworks.com/).
|
|
213
210
|
|
|
214
211
|
License
|
|
215
212
|
-------
|
|
216
213
|
|
|
217
|
-
Jetfuel is Copyright ©
|
|
214
|
+
Jetfuel is Copyright © 2014 FlyoverWorks. It is free software, and may be
|
|
218
215
|
redistributed under the terms specified in the LICENSE file.
|
data/lib/jetfuel/app_builder.rb
CHANGED
data/lib/jetfuel/version.rb
CHANGED
data/templates/bin_setup
CHANGED