ruby_webshot 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c67472d694dc5c52dfcab68ae65a147b92f6d136c45796655473000ce3f421a
4
- data.tar.gz: 54e8298e76e85736c3644b125b5bcdc776698c77117176eacbb5fb25dc44cd8f
3
+ metadata.gz: d14cf80f8ff31ea8848432989aed840be343c4fadddfbd9b1ca4549c9b217962
4
+ data.tar.gz: 2d88977ad214eeb55e7f034d0f6f6f197d10ac39435f80691d2f62da766dff20
5
5
  SHA512:
6
- metadata.gz: 3234ad33af44b636a908da565c425c4f499e53af36c9ce3a5463d2a6e8c7b0481a8aa123945febbc980c47599530242d0ff8794ad0da3da1de317982ee1efbf8
7
- data.tar.gz: d254ce5d25663eeff44d838422f3d57bf96fd94520300ebf45697e3dcb8ffd38883000069c27b0f0c374bd31dd013dd95efc839f95bf20acb3540554cc0cb441
6
+ metadata.gz: af7931d54befd25b7096f6317fef98e0dd2addd4f6d7f6379d843fcebd2a0416a18bc5990d5323bd0bdaf415c4efcdd0fb879c38b5f96b5634076f7171c30e28
7
+ data.tar.gz: 266796cc7eb75fbcb59dc3f961bbd2f97196794663ed9a7050eed73e7f8890bd287b3eb2df8529fb02e2756c25bacce7aeab98f44656cedc1e27ebe7bc1b1077
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_webshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nezir Z.
@@ -13,8 +13,8 @@ dependencies: []
13
13
  description: "Ruby Webshot gem will make nice webshots for you. I needed the webshot/screenshot
14
14
  functionality for one of my website and after trying few ruby gems currently available
15
15
  I found that they are not updated lately and that they are using depricated version
16
- of `PhantomJs`: \n 'webshot' https://github.com/vitalie/webshot \n 'screenshot'
17
- https://github.com/amire80/screenshot \n \n Also, I had an issue with produced
16
+ of `PhantomJS`: \n 'webshot' [ https://github.com/vitalie/webshot ] \n 'screenshot'
17
+ [ https://github.com/amire80/screenshot ]. \n Also, I had an issue with produced
18
18
  image CSS formating when I used webshot gem.\n So, I decided to start building
19
19
  a gem for myself and to share for anyone who need something like this.\n The
20
20
  Ruby Webshot Gem use latest `Webdrivers`."
@@ -24,7 +24,7 @@ extensions: []
24
24
  extra_rdoc_files: []
25
25
  files:
26
26
  - lib/ruby_webshot.rb
27
- homepage: https://rubygems.org/gems/ruby_webshot
27
+ homepage: https://github.com/nezirz/ruby_webshot
28
28
  licenses:
29
29
  - MIT
30
30
  metadata: {}