happo 2.8.3 → 2.8.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ac64075c5b56146868419cb6568f1e0d7c2e9f6
4
- data.tar.gz: 2fd5cbf68808a8db9f52f45f4104bcc141e7035d
3
+ metadata.gz: fa60d68837fb8568f7e04cff8bb6fdc4cce75ce1
4
+ data.tar.gz: bb5f7bfd94305826e0ffffc765ef098ebc04c378
5
5
  SHA512:
6
- metadata.gz: d688b6ffbfeb15523d78849f3c8d8fac7314f2f7374dee53187503760cc62e88cdde7e17c0bf100fc8d6edf5c60791e0b87690d7a6463c61cb4b1eac274576b2
7
- data.tar.gz: c7216dd8a02287d08c7f5357f7619153b5519dadb36d4ac955e6b0c55330936391d6336abb4e56edf6ad5afc7d1fb0a2a7ad81a0646829ea19c8d007dd8faa26
6
+ metadata.gz: 840e96584da17fe699562dbf131d7cb280f8dc5db76f435be3685f36517874a271a995541edfd0c5df96537feccbe1b659f6fd5cab2c1930e25c678adeb06a12
7
+ data.tar.gz: 5afe8b8b5ba39dc71a519affb2440ad1b5eb7948205395794051fb040be745819d95c1b876240d209fcf57f8449f8d20cd415141ab38a69a4ab577b6adf025a9
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module Happo
3
- VERSION = '2.8.3'
3
+ VERSION = '2.8.4'
4
4
  end
@@ -11,9 +11,14 @@
11
11
  -webkit-transition: none !important;
12
12
  -moz-transition: none !important;
13
13
  transition: none !important;
14
+
14
15
  -webkit-animation-duration: 0 !important;
15
16
  -moz-animation-duration: 0s !important;
16
17
  animation-duration: 0s !important;
18
+
19
+ -webkit-animation-play-state: paused !important;
20
+ -moz-animation-play-state: paused !important;
21
+ animation-play-state: paused !important;
17
22
  }
18
23
 
19
24
  body {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.3
4
+ version: 2.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henric Trotzig
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-28 00:00:00.000000000 Z
12
+ date: 2016-09-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chunky_png