lws 0.3.0.beta5 → 0.3.0.beta6

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: 09eba051284033bf1f74fbd7962762f530e77685
4
- data.tar.gz: 0eb4df37383f5d4619f917e2f4be9f8775a41422
3
+ metadata.gz: 936e79377909cb5ed3eee25845dfa377e6fb2dd1
4
+ data.tar.gz: 810bfb46d0eb26b920153bee5b281f1cd218f527
5
5
  SHA512:
6
- metadata.gz: 4345a0a8fe0cef7f31ff24c5c9f605c4103a1620598723fae4b4b35c4ec10d812a248ada907b06a7611817aac8bc049487c20a4d9331711a4e9b7dc4ca8b6f47
7
- data.tar.gz: 56148a3378de7fb53452472adc92c7785ca8663c3af83fe3f942486151050f37bb01f1a54ce5e3d23f7cf5ac901c4f7158e389069fe32c96053ef8f8c396d542
6
+ metadata.gz: edf994ec0f1d828c91c9e0144b6689333afa988fc8774748401e104f0d2bb9ecd6e07b5057a43dc336764f5ff497df3990a21275840283da3e560ace1cca6f92
7
+ data.tar.gz: 0e998a269e92cc77d1d8bdb7d7626a503ca50523d41d63b18805105cc1324c2084c64c59ca77464e84d2713460f29c7cac86d172b8c6b3ffeffde33dd089b16d
data/lib/lws.rb CHANGED
@@ -18,6 +18,8 @@ require "webmock"
18
18
  require "lws/stubbing"
19
19
  require "lws/version"
20
20
 
21
+ WebMock.disable!
22
+
21
23
  # = Main LeftClick web services module
22
24
  #
23
25
  # This module is the main namespace for the web service/application
@@ -58,7 +58,7 @@ module LWS
58
58
  end
59
59
  end
60
60
 
61
- # Disables all request stubbing.#
61
+ # Disables all request stubbing.
62
62
  #
63
63
  # This should be used when the stubbing is not used anymore.
64
64
  def disable!
@@ -12,6 +12,6 @@ module LWS
12
12
 
13
13
  # The LWS library version.
14
14
  # @note This is not the API version!
15
- VERSION = '0.3.0.beta5'
15
+ VERSION = '0.3.0.beta6'
16
16
 
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.beta5
4
+ version: 0.3.0.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - LeftClick B.V.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday_middleware