superbolt-http 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: ca96b3a19a16883dca62fd2b236a03eb816e14e3
4
- data.tar.gz: 9afe7c13c3e4eb1a7fa1e3c6586f8df29f8906c3
3
+ metadata.gz: 2e0072eca5961189cedf88f8e0cd2e3c1eb87a9d
4
+ data.tar.gz: fea408637e1fd84eab14b7360ed6783dee12a43e
5
5
  SHA512:
6
- metadata.gz: 20cf111562fdad4824c5a940dc14690cb76009632ce9f8e295c3e24139901c45a69821e17e454db5c301a9320877e9977ce441b4411982b4793d15f56c5f3427
7
- data.tar.gz: d898b71eff4c5d920bc373d86961e1f0f6fcf048c0ef7c08cac70468e2317d0d2ea6667d484a80dc7ad1e9e0b592784e828f356c4598a4d9b3218cd9aec4079b
6
+ metadata.gz: f8056246e56663c465b821c2750ebab8932d44b9f02c89583517f080bd54b293bdbbd17784970d5e433f972f9659cec42504890e377c527d0aec6b5014da262f
7
+ data.tar.gz: 28c948540abebd131878c9a0935f57ccd72a2e95b675eb7e21d82eb4ce8c09069d4d92097836c92c4f96d15314f44ba7a4b6ede87b9c17441228d7b8b4420b96
File without changes
@@ -1,5 +1,5 @@
1
1
  module Superbolt
2
2
  module Http
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  # loaded once.
5
5
  #
6
6
  # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
7
- require_relative '../lib/superbolt/http'
7
+ require_relative '../lib/superbolt-http'
8
8
 
9
9
  RSpec.configure do |config|
10
10
  config.treat_symbols_as_metadata_keys_with_true_values = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superbolt-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sowjanya Mudunuri
@@ -93,7 +93,7 @@ files:
93
93
  - LICENSE.txt
94
94
  - README.md
95
95
  - Rakefile
96
- - lib/superbolt/http.rb
96
+ - lib/superbolt-http.rb
97
97
  - lib/superbolt/http/channel.rb
98
98
  - lib/superbolt/http/connection.rb
99
99
  - lib/superbolt/http/version.rb