coffee-rails-source-maps 1.2.1 → 1.2.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 CHANGED
@@ -69,4 +69,5 @@ This gem is based on the following Gist: [https://gist.github.com/naan/5096056](
69
69
  ## Contributers
70
70
 
71
71
  * Mark Bates
72
+ * Raymond Vellener
72
73
  * Thomas Walpole
@@ -4,6 +4,7 @@ require "coffee-rails-source-maps/version"
4
4
  # config/initializers/source_maps.rb
5
5
 
6
6
  if Rails.env.development?
7
+ require 'coffee-script' #make sure CoffeeScript is loaded before we overwrite it.
7
8
  module CoffeeScript
8
9
 
9
10
  class << self
@@ -1,3 +1,3 @@
1
1
  module CoffeeRailsSourceMaps
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-rails-source-maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-13 00:00:00.000000000 Z
12
+ date: 2013-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coffee-script-source
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  segments:
76
76
  - 0
77
- hash: 616881311905727692
77
+ hash: 753543495061142172
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  none: false
80
80
  requirements:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  segments:
85
85
  - 0
86
- hash: 616881311905727692
86
+ hash: 753543495061142172
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.25