pricefinder 0.1.0 → 0.1.1

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: 173e1729c9eeb40ff894c42a0f616b09f9d92d22
4
- data.tar.gz: 3759e34aaf4c27554d017d90e84b3615390948ee
3
+ metadata.gz: 16787902cb91a9c7c513edb3ecf93dd06d2ece87
4
+ data.tar.gz: b7058818c50bf7da0cb5a7eec3adf7789dc56070
5
5
  SHA512:
6
- metadata.gz: a0978fa203c386958076ed64487b1deab99f6b7558d512635dcf1c88b75b0231c445549aee13bcea0906367b53819d781e10715975e5a99da8f2c046f1ec8462
7
- data.tar.gz: c35cf6a005b51fbc3fcbc64c55c43311112809963cd4eb474002157f5a72395c91e6e11d9fd4a8999fc8e2db11fcb19bb427e0b5611fd6923c1c1540421c6641
6
+ metadata.gz: 09523a511da6742867263cbb47723a91993a40452459f81e547588244fa3bf59f94257f0830d1f59ee7a3d746483a507c172aea5b2ccb78f01fb9fd8076831c6
7
+ data.tar.gz: 69de310a53e4ec347bb8909260f40e3bca782dc30337f18b49e7e9be4c837475d0b5a2725e166fc7dc2683848d0a9614a93f481fc5d81787c39744573819ddbb
data/README.md CHANGED
@@ -50,7 +50,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
50
50
 
51
51
  ## Contributing
52
52
 
53
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pricefinder.
53
+ Bug reports and pull requests are welcome on GitHub at https://github.com/realhub/pricefinder-ruby
54
54
 
55
55
 
56
56
  ## License
@@ -1,9 +1,8 @@
1
1
  # Pricefinder Ruby
2
2
  # API Spec at https://api.pricefinder.com.au/v1/swagger/index.html
3
3
 
4
- require 'pricefinder/client'
5
- require 'pricefinder/utilities'
6
4
  require 'pricefinder/version'
5
+ require 'pricefinder/client'
7
6
 
8
7
  module Pricefinder
9
8
 
@@ -1,3 +1,3 @@
1
1
  module Pricefinder
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pricefinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Realhub Systems
@@ -187,7 +187,6 @@ files:
187
187
  - lib/pricefinder/client.rb
188
188
  - lib/pricefinder/configuration.rb
189
189
  - lib/pricefinder/error.rb
190
- - lib/pricefinder/utilities.rb
191
190
  - lib/pricefinder/version.rb
192
191
  - pricefinder.gemspec
193
192
  homepage: https://github.com/realhub/pricefinder-ruby
@@ -1,5 +0,0 @@
1
- module Pricefinder
2
- module Utilities
3
-
4
- end
5
- end