isomorfeus-puppetmaster 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b72cf41149c7fff4f094cb436a4878ac818d4d5b0935565702870b8294536772
4
- data.tar.gz: c995e1a53c9991f4ed18b0b6aece81bf3fada7f2c7737d38fcb7fe6d0b252ff4
3
+ metadata.gz: 269550731b8d7281a53e106e2bc4cc53b49e95a0e76a7133aac4c2b5f5588f9a
4
+ data.tar.gz: d7f0c5efc32325a03b4bd30cf6c1c0603935a1c104233d7c2e8a037a465db148
5
5
  SHA512:
6
- metadata.gz: 765878ebcf97698d54c51a0bebc4b4364fe4c2730bef11fe2b1cf5705faa1082a10e34addac8038e7c81c9bce23bc85c5efe148da40a242a2342dedbc5db93ef
7
- data.tar.gz: 0e6cfb2338459644d94858bfa6d8e4503124ea57db742a0627f2f2e8a4988d0091151328a1846342fea66f1950db3fa6ab3b065fc8d02beef46452f5237e573c
6
+ metadata.gz: ac398c1d1a32b7df39b4e081f8f120e61076f0708641f11b0d246cb7fe1293337e6c4b23510e913c256e5d669f1a1a0982bdedb9c8fafeed1e64c2e2cdab5634
7
+ data.tar.gz: 92e2477578449cfce8ac2152834038cc4fe198bc03eee7b21994fa019c832edd4cc3143df33314097cb967253be25d759aa80cf335b1a28c0d432494d0b681b0
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Jan Biedermann
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -4,8 +4,8 @@ A framework for acceptance tests or simply running tests in a headless browser.
4
4
  Comes with drivers for chromium headless, firefox and jsdom.
5
5
  Allows for writing javascript tests in pure ruby.
6
6
 
7
- ## Chat
8
- At our [Gitter Isomorfeus Lobby](http://gitter.im/isomorfeus/Lobby)
7
+ ### Community and Support
8
+ At the [Isomorfeus Framework Project](http://isomorfeus.com)
9
9
 
10
10
  ## Running on:
11
11
  - [CircleCI](https://circleci.com): [![CircleCI](https://circleci.com/gh/isomorfeus/isomorfeus-puppetmaster/tree/master.svg?style=svg)](https://circleci.com/gh/isomorfeus/isomorfeus-puppetmaster/tree/master)
@@ -1,3 +1,3 @@
1
1
  module Isomorfeus
2
- PUPPETMASTER_VERSION = '0.2.1'
2
+ PUPPETMASTER_VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-puppetmaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-11 00:00:00.000000000 Z
11
+ date: 2019-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.0
33
+ version: 0.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.2.0
40
+ version: 0.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: method_source
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -56,28 +56,28 @@ dependencies:
56
56
  name: opal
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: 0.11.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.11.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: opal-browser
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: 0.2.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.2.0
83
83
  - !ruby/object:Gem::Dependency
@@ -282,6 +282,7 @@ executables: []
282
282
  extensions: []
283
283
  extra_rdoc_files: []
284
284
  files:
285
+ - LICENSE
285
286
  - README.md
286
287
  - lib/isomorfeus-puppetmaster.rb
287
288
  - lib/isomorfeus/puppetmaster.rb