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 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
@@ -1,2 +1 @@
1
1
  require 'bundler/gem_tasks'
2
-
@@ -11,4 +11,3 @@ ActiveSupport::Dependencies.autoload_once_paths << RailsDevTweaks::LIB_PATH # Bu
11
11
 
12
12
  # Reference the railtie to force it to load
13
13
  RailsDevTweaks::Railtie
14
-
@@ -80,4 +80,3 @@ class RailsDevTweaks::Configuration
80
80
  end
81
81
 
82
82
  end
83
-
@@ -5,4 +5,3 @@ class RailsDevTweaks::GranularAutoload::Matchers::AllMatcher
5
5
  end
6
6
 
7
7
  end
8
-
@@ -22,8 +22,7 @@ class RailsDevTweaks::GranularAutoload::Matchers::AssetMatcher
22
22
  end
23
23
 
24
24
  # what do we have?
25
- main_mount.kind_of? Sprockets::Environment
25
+ main_mount.kind_of? Sprockets::Base
26
26
  end
27
27
 
28
28
  end
29
-
@@ -5,4 +5,3 @@ class RailsDevTweaks::GranularAutoload::Matchers::ForcedMatcher
5
5
  end
6
6
 
7
7
  end
8
-
@@ -9,4 +9,3 @@ class RailsDevTweaks::GranularAutoload::Matchers::PathMatcher
9
9
  end
10
10
 
11
11
  end
12
-
@@ -5,4 +5,3 @@ class RailsDevTweaks::GranularAutoload::Matchers::XhrMatcher
5
5
  end
6
6
 
7
7
  end
8
-
@@ -34,4 +34,3 @@ class RailsDevTweaks::GranularAutoload::Middleware
34
34
  return @app.call(env)
35
35
  end
36
36
  end
37
-
@@ -11,4 +11,3 @@ class RailsDevTweaks::Railtie < Rails::Railtie
11
11
  end
12
12
 
13
13
  end
14
-
@@ -1,4 +1,3 @@
1
1
  module RailsDevTweaks
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
4
-
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.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-07-12 00:00:00.000000000 -07:00
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: &2158338760 !ruby/object:Gem::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.rc4
21
+ version: 3.1.0
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *2158338760
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.6.2
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.