http-testing 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ require 'http_testing'
@@ -1,3 +1,3 @@
1
1
  module HttpTesting
2
- VERSION = "0.1.2".freeze
2
+ VERSION = "0.1.3".freeze
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Evgeny Myasishchev
@@ -46,6 +46,7 @@ files:
46
46
  - MIT-LICENSE
47
47
  - README.rdoc
48
48
  - http-testing.gemspec
49
+ - lib/http-testing.rb
49
50
  - lib/http_testing.rb
50
51
  - lib/http_testing/context.rb
51
52
  - lib/http_testing/samples/rspec_sample.rb