pagelapse 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d7844184aa0b984de300e0a956b56549aa7bfbc
4
- data.tar.gz: 7cb3a962d4786561df52daf3620019a544f98174
3
+ metadata.gz: 9c596eef93e8f03d32c59b11967095670b718d17
4
+ data.tar.gz: 438d6021beada9f3c03859251e9ea08959070d8e
5
5
  SHA512:
6
- metadata.gz: cae93edf1b2a0b693c0f70eac4601068ec6b919e220bb4f0d913467001b384686dc99f810e67e35ca774bb1eb7fed97d7f337be9554f85a5f01166f83fa34ec3
7
- data.tar.gz: 14e3f0cca9f3c4490ea0ca9df9262b960c3036158e12db040ac6e09d5a9a334b889cfec5e4e2e98d604754ee91833be65a165150c4c8c3f1f1080c4f296e9778
6
+ metadata.gz: 942d241b37319a2621a61a2d62fc36a796f4e0eaa1c95935ff33cdd9357d8489fa1c57c032c6f05140e15b52b068b85ddec563d488d6d5801bb87c1902b5ba6c
7
+ data.tar.gz: e8fe5b5e708e724b7940241ff44fa2fc8686f30d03de1d136f6ba00841174dd62dc948832a2fb58c4b255dc39fa45462b2dec2709ab16054bdc796b3d6b5f5e6
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Generates time-lapses of websites, with ease. Inspirational background music not included.
4
4
 
5
+ For a short write-up of this project, check out [the blog post I wrote about it](http://lord.io/blog/2014/pagelapse).
6
+
5
7
  ## Installation
6
8
 
7
9
  Pagelapse needs phantomjs to take screenshots, so simply run:
@@ -25,7 +25,7 @@ module Pagelapse
25
25
 
26
26
  def record(name, url, interval=20)
27
27
  r = Pagelapse::Recorder.new(name, url)
28
- yield r
28
+ yield r if block_given?
29
29
  @recorders << r
30
30
  end
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module Pagelapse
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pagelapse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Lord
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-12 00:00:00.000000000 Z
11
+ date: 2014-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler