emcee 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,12 +34,13 @@ class DummyAppIntegrationTest < ActionController::TestCase
34
34
  <script>var hello = "world";
35
35
  </script>
36
36
  <p>Test js</p>
37
- <polymer-element name="test" attributes="hidden">
37
+ <polymer-element name="test" attributes="hidden src">
38
38
  <template>
39
39
  <style>:host {
40
40
  color: pink;
41
41
  }
42
42
  </style>
43
+ <core-icon src="{{ iconSrc }}"></core-icon>
43
44
  <p hidden?="{{ hidden }}">Test template</p>
44
45
  </template>
45
46
  </polymer-element>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emcee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Huth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-21 00:00:00.000000000 Z
11
+ date: 2014-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri