visibilityjs 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ChangeLog +3 -0
  2. metadata +5 -5
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.4.3 (Explorer 4, short)
2
+ * Fix gemspec issue with Bundler.
3
+
1
4
  == 0.4.2 (Sputnik 3, real)
2
5
  * Reorder code to show first public and common methods.
3
6
  * Use node.js Cake instead of Ruby’s Rake to build tasks.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visibilityjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,19 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-19 00:00:00.000000000 Z
12
+ date: 2012-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
16
- requirement: &6958640 !ruby/object:Gem::Requirement
16
+ requirement: &7368500 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.0.beta.5
21
+ version: '2'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *6958640
24
+ version_requirements: *7368500
25
25
  description: Visibility.js allow you to determine whether your web page is visible
26
26
  to an user, is hidden in background tab or is prerendering. It allows you use the
27
27
  page visibility state in JavaScript logic and improve browser performance or improve