rails-dev-tweaks 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +0 -1
- data/README.md +1 -2
- data/Rakefile +0 -1
- data/lib/rails-dev-tweaks.rb +0 -1
- data/lib/rails_dev_tweaks/configuration.rb +0 -1
- data/lib/rails_dev_tweaks/granular_autoload/matchers/all_matcher.rb +0 -1
- data/lib/rails_dev_tweaks/granular_autoload/matchers/asset_matcher.rb +1 -2
- data/lib/rails_dev_tweaks/granular_autoload/matchers/forced_matcher.rb +0 -1
- data/lib/rails_dev_tweaks/granular_autoload/matchers/path_matcher.rb +0 -1
- data/lib/rails_dev_tweaks/granular_autoload/matchers/xhr_matcher.rb +0 -1
- data/lib/rails_dev_tweaks/granular_autoload/middleware.rb +0 -1
- data/lib/rails_dev_tweaks/railtie.rb +0 -1
- data/lib/rails_dev_tweaks/version.rb +1 -2
- metadata +6 -8
data/MIT-LICENSE
CHANGED
@@ -12,4 +12,3 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
12
12
|
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
13
13
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
14
14
|
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
15
|
-
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ At the moment, the current tweaks center around speeding up requests by giving g
|
|
9
9
|
cause the Rails reloader to kick in.
|
10
10
|
|
11
11
|
|
12
|
-
## Intended Usage
|
12
|
+
## Intended Usage (and Caveats)
|
13
13
|
This gem is intended to provide a default configuration that covers most rails apps. You should be aware of some of
|
14
14
|
the more imposing defaults, in case they don't jive with your workflow. Important points of note:
|
15
15
|
|
@@ -95,4 +95,3 @@ requests, and are instead refreshing the page that kicks them off before running
|
|
95
95
|
rails-dev-tweaks is MIT licensed by Wavii, Inc. http://wavii.com
|
96
96
|
|
97
97
|
See the accompanying file, `MIT-LICENSE`, for the full text.
|
98
|
-
|
data/Rakefile
CHANGED
data/lib/rails-dev-tweaks.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-dev-tweaks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,20 +9,19 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-
|
13
|
-
default_executable:
|
12
|
+
date: 2011-09-16 00:00:00.000000000Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: rails
|
17
|
-
requirement: &
|
16
|
+
requirement: &70224616793660 !ruby/object:Gem::Requirement
|
18
17
|
none: false
|
19
18
|
requirements:
|
20
19
|
- - ~>
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.1.0
|
21
|
+
version: 3.1.0
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
|
-
version_requirements: *
|
24
|
+
version_requirements: *70224616793660
|
26
25
|
description: A collection of tweaks to improve your Rails (3.1+) development experience.
|
27
26
|
email:
|
28
27
|
- info@wavii.com
|
@@ -43,7 +42,6 @@ files:
|
|
43
42
|
- MIT-LICENSE
|
44
43
|
- Rakefile
|
45
44
|
- README.md
|
46
|
-
has_rdoc: true
|
47
45
|
homepage: http://wavii.com/
|
48
46
|
licenses: []
|
49
47
|
post_install_message:
|
@@ -64,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
62
|
version: '0'
|
65
63
|
requirements: []
|
66
64
|
rubyforge_project: rails-dev-tweaks
|
67
|
-
rubygems_version: 1.
|
65
|
+
rubygems_version: 1.8.10
|
68
66
|
signing_key:
|
69
67
|
specification_version: 3
|
70
68
|
summary: A collection of tweaks to improve your Rails (3.1+) development experience.
|