hopo-ruby 0.0.2 → 0.0.3

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: 181e5c6cf047a790539ca4cc364618d5d30bc6e2
4
- data.tar.gz: 03d7ef77b7a55c5011d34644d5370d5a9cff3955
3
+ metadata.gz: b34282ca742a9099545aca5a1a6b78fc27e2f4ae
4
+ data.tar.gz: 481f7a504f2c52b2441a8cff252afad40a502387
5
5
  SHA512:
6
- metadata.gz: cce29ce73cdfb6a520c58bd1cd95040c0bfd7727d5ce12dcf87bb141c41f5d389e729599d3ed7465bd827712910f5ce8fbcc1f72c2e3a9ecca2edf6f61a8fad5
7
- data.tar.gz: 4ac570b7263262b466638b0b1de80270a42a7d030499c5b8c90933a88e9d6ebb38d1eb006477885fa95bb4c632829efe9b4de0fa2ba361687cdd359c0e0aa8b9
6
+ metadata.gz: 0a60da54656a03fe9f2b971672129820b532d17a5f0f4059b1d67c1ec499645fa4f57a523dcf4d34c2fe656fdd07910694cbd4e14961bf029acb6b0bc045fbe8
7
+ data.tar.gz: b6944e1d8bf643cad2ea7284fafa56a81961a7607db00320ae431de716ff04c70d8dbe4e700dda40ab5cd602ec0602ecb9c8d5b75fe8ab4464f077ce44c84145
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # Hopo::Ruby
2
+ # hopo-ruby
3
3
 
4
4
  A library for using the Honest Policy API, currently supports Auto and Home Raters.
5
5
 
@@ -35,3 +35,4 @@ If you are using rails, you can run the generator to setup a config/initializer
35
35
 
36
36
  ## Usage
37
37
 
38
+ coming soon
data/hopo-ruby.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mike@honestpolicy.com"]
11
11
  spec.summary = %q{A simple library for communicating with the Honest Policy API}
12
12
  spec.description = %q{Easily connect to multiple Honest Policy APIs including the Rater, Leads, Vehicles and Carrier Quality}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/mikereinmiller/hopo-ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
data/lib/hopo.rb CHANGED
@@ -1,3 +1,14 @@
1
+ #####################################################
2
+ #
3
+ # TODO:
4
+ # => RSpec Test
5
+ # => Better Documentation both GEM & API
6
+ # => Add Leads API, Vehicle API, Quality API
7
+ # => Clean Up Base Code
8
+ #
9
+ #####################################################
10
+
11
+
1
12
  # Hopo Ruby libs
2
13
  require 'net/http'
3
14
  require 'uri'
data/lib/hopo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hopo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hopo-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Reinmiller
@@ -78,7 +78,7 @@ files:
78
78
  - lib/hopo/rater/auto_rater.rb
79
79
  - lib/hopo/rater/home_rater.rb
80
80
  - lib/hopo/version.rb
81
- homepage: ''
81
+ homepage: https://github.com/mikereinmiller/hopo-ruby
82
82
  licenses:
83
83
  - MIT
84
84
  metadata: {}