Dhalang 0.3.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhalang",
3
- "version": "1.0.0",
3
+ "version": "0.6.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -14,12 +14,12 @@
14
14
  "url": "git+https://github.com/NielsSteensma/Dhalang.git"
15
15
  },
16
16
  "author": "",
17
- "license": "ISC",
17
+ "license": "MIT",
18
18
  "bugs": {
19
19
  "url": "https://github.com/NielsSteensma/Dhalang/issues"
20
20
  },
21
21
  "homepage": "https://github.com/NielsSteensma/Dhalang#readme",
22
- "devDependencies": {
23
- "puppeteer": "^1.20.0"
22
+ "dependencies": {
23
+ "puppeteer": "^9.0.0"
24
24
  }
25
25
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Dhalang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niels Steensma
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-09 00:00:00.000000000 Z
11
+ date: 2021-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -96,6 +96,7 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - lib/Dhalang.rb
99
+ - lib/Dhalang/error.rb
99
100
  - lib/Dhalang/file_utils.rb
100
101
  - lib/Dhalang/puppeteer.rb
101
102
  - lib/Dhalang/url_utils.rb