safer_bus_api 0.0.8 → 0.0.9

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: 27f77f528a5f340c3a4a3d4ec7c8fb92a8178ed8
4
- data.tar.gz: 93d48b24edcead0147aeb745b7c7278e761da515
3
+ metadata.gz: 9e681d1b9c62e6b0c972e0c367a23de5aa141659
4
+ data.tar.gz: 3b8ad11d81bf07b4e02b727cd845e7d094a54445
5
5
  SHA512:
6
- metadata.gz: f87e0d360e90a150e26db851532e31dc532bae5332e4241bb57ce537b80b3bb052f26086eacc176fa0a2f148ea9b0794275d2380371da56ed51881613c118abd
7
- data.tar.gz: cdb460b0c305df4ee97f7969ff8a26a195e7933b84feebe88109d88c69dc38d6a70839dd00be1d252a74fd02c556425be75d77bb8aa863113a445104889f1498
6
+ metadata.gz: 4dfd55bd90adb8039739a4546cd7c278a4ec083440057f72755fbfeb7740559db1bd2b53a12e7b6f5beea0d71661894a55f4012882119f89a8498648e9067441
7
+ data.tar.gz: f258ee9b743e3243542e0908f7a38ce90e4a46fca68e5bd1bf6a083ca5c8ca70d0c19ddea3e58b9cc310d980f3bc39e9c0f9d36619576a56fa4f427a5b47728c
@@ -1,12 +1,13 @@
1
1
  $:.unshift File.dirname(__FILE__)
2
2
 
3
+ require 'typhoeus'
4
+ require 'safer_bus_api'
3
5
  require 'safer_bus_api/version'
4
6
  require 'safer_bus_api/configuration'
5
7
  require 'safer_bus_api/query'
6
8
  require 'safer_bus_api/request'
7
9
  require 'safer_bus_api/response'
8
10
 
9
-
10
11
  module SaferBusApi
11
12
  def configure
12
13
  yield SaferBusApi::Configuration
@@ -1,3 +1,3 @@
1
1
  module SaferBusApi
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safer_bus_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Bertram
@@ -48,8 +48,7 @@ extra_rdoc_files: []
48
48
  files:
49
49
  - MIT-LICENSE
50
50
  - README.md
51
- - init.rb
52
- - lib/safer_base_api.rb
51
+ - lib/safer_bus_api.rb
53
52
  - lib/safer_bus_api/configuration.rb
54
53
  - lib/safer_bus_api/query.rb
55
54
  - lib/safer_bus_api/request.rb
data/init.rb DELETED
@@ -1,2 +0,0 @@
1
- require 'typhoeus'
2
- require 'safer_bus_api'