middleman-ember 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.1.1
2
+ ===
3
+
4
+ * Correct use of :ember_variant [tdreyno]
5
+
1
6
  0.1.0
2
7
  ===
3
8
 
@@ -12,7 +12,7 @@ module Middleman
12
12
 
13
13
  app.after_configuration do
14
14
  ember_version =
15
- if app.ember_variant == :production
15
+ if ember_variant == :production
16
16
  "prod."
17
17
  else
18
18
  ""
@@ -55,4 +55,4 @@ module Middleman
55
55
  end
56
56
  end
57
57
  end
58
- end
58
+ end
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Ember
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-ember
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: