webmock 1.17.0 → 1.17.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.17.1
4
+
5
+ * Added missing license statements.
6
+
7
+ Thanks to [Praveen Arimbrathodiyil](https://github.com/pravi)
8
+
3
9
  ## 1.17.0
4
10
 
5
11
  * HTTP gem support!
data/README.md CHANGED
@@ -878,6 +878,7 @@ People who submitted patches and new features or suggested improvements. Many th
878
878
  * Matt Burke
879
879
  * Jon Rowe
880
880
  * Aleksey V. Zapparov
881
+ * Praveen Arimbrathodiyil
881
882
 
882
883
  For a full list of contributors you can visit the
883
884
  [contributors](https://github.com/bblimke/webmock/contributors) page.
@@ -1,5 +1,10 @@
1
1
  # This is a copy of https://github.com/jnunemaker/crack/blob/master/lib/crack/json.rb
2
2
  # with date parsing removed
3
+ # Copyright (c) 2004-2008 David Heinemeier Hansson
4
+ # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+ # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+
3
8
  module WebMock
4
9
  module Util
5
10
  class JSON
@@ -1,6 +1,27 @@
1
1
  # This code was created based on https://github.com/myronmarston/vcr/blob/master/lib/vcr/util/version_checker.rb
2
2
  # Thanks to @myronmarston
3
3
 
4
+ # Copyright (c) 2010-2012 Myron Marston
5
+
6
+ # Permission is hereby granted, free of charge, to any person obtaining
7
+ # a copy of this software and associated documentation files (the
8
+ # "Software"), to deal in the Software without restriction, including
9
+ # without limitation the rights to use, copy, modify, merge, publish,
10
+ # distribute, sublicense, and/or sell copies of the Software, and to
11
+ # permit persons to whom the Software is furnished to do so, subject to
12
+ # the following conditions:
13
+
14
+ # The above copyright notice and this permission notice shall be
15
+ # included in all copies or substantial portions of the Software.
16
+
17
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
+ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22
+ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23
+ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
+
4
25
  module WebMock
5
26
  class VersionChecker
6
27
  def initialize(library_name, library_version, min_patch_level, max_minor_version = nil)
@@ -1,3 +1,3 @@
1
1
  module WebMock
2
- VERSION = '1.17.0' unless defined?(::WebMock::VERSION)
2
+ VERSION = '1.17.1' unless defined?(::WebMock::VERSION)
3
3
  end
@@ -2,6 +2,30 @@ require "spec_helper"
2
2
 
3
3
  # Borrowed from Bundler
4
4
  # https://github.com/carlhuda/bundler/blob/1-0-stable/spec/quality_spec.rb
5
+ # Portions copyright (c) 2010 Andre Arko
6
+ # Portions copyright (c) 2009 Engine Yard
7
+
8
+ # MIT License
9
+
10
+ # Permission is hereby granted, free of charge, to any person obtaining
11
+ # a copy of this software and associated documentation files (the
12
+ # "Software"), to deal in the Software without restriction, including
13
+ # without limitation the rights to use, copy, modify, merge, publish,
14
+ # distribute, sublicense, and/or sell copies of the Software, and to
15
+ # permit persons to whom the Software is furnished to do so, subject to
16
+ # the following conditions:
17
+
18
+ # The above copyright notice and this permission notice shall be
19
+ # included in all copies or substantial portions of the Software.
20
+
21
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24
+ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
25
+ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26
+ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27
+ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
+
5
29
  describe "The library itself" do
6
30
  def check_for_tab_characters(filename)
7
31
  failing_lines = []
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webmock
3
3
  version: !ruby/object:Gem::Version
4
- hash: 83
4
+ hash: 81
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 17
9
- - 0
10
- version: 1.17.0
9
+ - 1
10
+ version: 1.17.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bartosz Blimke
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-01-16 00:00:00 +01:00
18
+ date: 2014-01-17 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency