app_drone 0.9.1 → 0.9.2
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.
- data/README.md +5 -5
- data/lib/app_drone/drones/has_scope/has_scope.rb +1 -1
- data/lib/app_drone/drones/letter_opener/letter_opener.rb +1 -1
- data/lib/app_drone/drones/new_relic/new_relic.rb +2 -2
- data/lib/app_drone/drones/responderz/responderz.rb +1 -1
- data/lib/app_drone/drones/will_paginate/will_paginate.rb +1 -1
- data/lib/app_drone/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -282,14 +282,14 @@ AppDrone is not for everyone. It's highly opinionated about how a Rails app shou
|
|
282
282
|
- [ui] **Gritter** for jQuery growl-like notifications
|
283
283
|
- [ui] **Underscore.js** utility belt
|
284
284
|
- [ux] **Ember** (the Ember.js library)
|
285
|
-
- [
|
286
|
-
- [
|
287
|
-
- [
|
288
|
-
- [
|
285
|
+
- [controller] **Responders** from Plataformatec
|
286
|
+
- [controller] **HasScope** for mapping filters to controller actions
|
287
|
+
- [controller] **WillPaginate** with automatic Bootstrap integration
|
288
|
+
- [misc] **LetterOpener** to preview email in the browser instead of sending it\
|
289
289
|
- [misc] **Chronic** for natural language date parsing
|
290
290
|
- [misc] **Timecop** - time travelling for Ruby
|
291
291
|
- [misc] **NiftyGenerators**, a collection of useful Rails generator scripts
|
292
|
-
- [
|
292
|
+
- [misc] **NewRelic** app performance monitoring
|
293
293
|
- [uploads] **Carrierwave** file uploading plus optional Fog cloud storage
|
294
294
|
- [uploads] **Remotipart**, for AJAX file uploads with jQuery
|
295
295
|
- [test] **RSpec** for BDD
|
data/lib/app_drone/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app_drone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-05-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
16
|
-
requirement: &
|
16
|
+
requirement: &16418980 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 3.2.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *16418980
|
25
25
|
description: Give your Rails apps a kickstart
|
26
26
|
email:
|
27
27
|
- whoisdanieldavey@gmail.com
|