visibilityjs 0.4.3 → 0.4.4

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 +4 -0
  2. metadata +6 -6
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.4 (Pioneer 1, deeper into space)
2
+ * Remove non-ASCII symbols from gemspec.
3
+ * Print testing URL in test task.
4
+
1
5
  == 0.4.3 (Explorer 4, short)
2
6
  * Fix gemspec issue with Bundler.
3
7
 
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visibilityjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Andrey A.I.” Sitnik
8
+ - Andrey "A.I" Sitnik
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-21 00:00:00.000000000 Z
12
+ date: 2012-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
16
- requirement: &7368500 !ruby/object:Gem::Requirement
16
+ requirement: &4372660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '2'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *7368500
24
+ version_requirements: *4372660
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
@@ -64,5 +64,5 @@ rubyforge_project:
64
64
  rubygems_version: 1.8.11
65
65
  signing_key:
66
66
  specification_version: 3
67
- summary: Visibility.js a wrapper for the Page Visibility API.
67
+ summary: Visibility.js - a wrapper for the Page Visibility API.
68
68
  test_files: []