pricesphere 0.2.0 → 0.2.1

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: 70e7fd68fbeb72d98ce5b8c314047a45b05baf27
4
- data.tar.gz: ac2807d98028a756462007005a7ca66b8d25c8e6
3
+ metadata.gz: 2b540183869bbe0124eafeb533a8ca9634c6991e
4
+ data.tar.gz: e9fcd87e618a46ee9452809ffee0a1de3ee0b544
5
5
  SHA512:
6
- metadata.gz: 3a7c6985b0f3b0d2fed3160572b96ce18d7de43c56d21817db367376eb96303b747f2bf8dfb5411b9ad40dc385e630f334692b34983d0de152e0da47b25d29c2
7
- data.tar.gz: 9105604527d5640f5fe991ff6d91c0bb8b9ac475048f5bbe48494a7ec6ce7b6cecf2a0186bb0601033fcc5b9e4db7dc62c5c7292492849f52070ef13218c3a5e
6
+ metadata.gz: 940a4692928272e6ba6c826c0962c3e5f0aa0e4529975ea6ed752ac02ff33fe18b1a0ac4aea10fd981b4146a27efbc2e31ccc0672550d35d7c13c9a425ff33f9
7
+ data.tar.gz: 2fa9c9009b7e8d84c80f0ad6a6dba65adf9f5a7e3920377b5eeb8badcca224a905ac13e34acb3a38537a0a09ca6269be6c99de44d41f1517827c76ff7935e598
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pricesphere
2
2
 
3
- TODO: Write a gem description
3
+ Pricesphere is a Rubygem to ease integration with PriceSphere's product pricing API.
4
4
 
5
5
  ## Installation
6
6
 
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ For examples of how to use PriceSphere, please check out the examples in the examples directory. We have an example of querying for products and registering a watch (or Webhook). If you have suggestions for other examples or things we can support, add an issue!
24
24
 
25
25
  ## Contributing
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Pricesphere
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/pricesphere.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["chmacnaughton@gmail.com"]
11
11
  spec.summary = %q{Pricesphere is a Gem to interact with PriceSphere.com's API}
12
12
  spec.description = %q{Pricesphere is a Gem to interact with PriceSphere.com's API}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/Pricesphere/PriceSphere-Ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pricesphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris MacNaughton
@@ -75,7 +75,7 @@ files:
75
75
  - lib/pricesphere/version.rb
76
76
  - lib/pricesphere/watch.rb
77
77
  - pricesphere.gemspec
78
- homepage: ''
78
+ homepage: https://github.com/Pricesphere/PriceSphere-Ruby
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}