middleman 2.0.0.2 → 2.0.0.3

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.
@@ -7,13 +7,13 @@ module Middleman::CoreExtensions::Sprockets
7
7
 
8
8
  app.after_configuration do
9
9
  app.map "/#{app.js_dir}" do
10
- run JavascriptEnvironment.new(app)
10
+ run Middleman::CoreExtensions::Sprockets::JavascriptEnvironment.new(app)
11
11
  end
12
+
13
+ # app.map "/#{app.css_dir}" do
14
+ # run Middleman::CoreExtensions::Sprockets::StylesheetEnvironment.new(app)
15
+ # end
12
16
  end
13
-
14
- # app.map "/#{app.css_dir}" do
15
- # run StylesheetEnvironment.new(app)
16
- # end
17
17
  end
18
18
  alias :included :registered
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module Middleman
2
- VERSION = "2.0.0.2"
2
+ VERSION = "2.0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 107
4
+ hash: 105
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 0
10
- - 2
11
- version: 2.0.0.2
10
+ - 3
11
+ version: 2.0.0.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Thomas Reynolds