visibilityjs 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.5 (Pioneer 3, closer)
2
+ * Fix gem assets directory.
3
+ * Update development dependencies.
4
+
1
5
  == 0.4.4 (Pioneer 1, deeper into space)
2
6
  * Remove non-ASCII symbols from gemspec.
3
7
  * Print testing URL in test task.
File without changes
data/lib/visibilityjs.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
1
+ # Used only for Ruby on Rails gem to tell, that gem contain `lib/assets` with
2
2
  # visibility.js file.
3
3
  module VisibilityJs
4
4
  module Rails
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.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-29 00:00:00.000000000 Z
12
+ date: 2012-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
16
- requirement: &4372660 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '2'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *4372660
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '2'
25
30
  description: Visibility.js allow you to determine whether your web page is visible
26
31
  to an user, is hidden in background tab or is prerendering. It allows you use the
27
32
  page visibility state in JavaScript logic and improve browser performance or improve
@@ -35,8 +40,8 @@ extra_rdoc_files:
35
40
  - README.md
36
41
  - ChangeLog
37
42
  files:
38
- - vendor/assets/javascripts/visibility.js
39
- - vendor/assets/javascripts/visibility.fallback.js
43
+ - lib/assets/javascripts/visibility.js
44
+ - lib/assets/javascripts/visibility.fallback.js
40
45
  - lib/visibilityjs.rb
41
46
  - LICENSE
42
47
  - README.md
@@ -61,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
66
  version: '0'
62
67
  requirements: []
63
68
  rubyforge_project:
64
- rubygems_version: 1.8.11
69
+ rubygems_version: 1.8.23
65
70
  signing_key:
66
71
  specification_version: 3
67
72
  summary: Visibility.js - a wrapper for the Page Visibility API.