pricesphere 0.2.0 → 0.2.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 +4 -4
- data/README.md +2 -2
- data/lib/pricesphere/version.rb +1 -1
- data/pricesphere.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b540183869bbe0124eafeb533a8ca9634c6991e
|
|
4
|
+
data.tar.gz: e9fcd87e618a46ee9452809ffee0a1de3ee0b544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 940a4692928272e6ba6c826c0962c3e5f0aa0e4529975ea6ed752ac02ff33fe18b1a0ac4aea10fd981b4146a27efbc2e31ccc0672550d35d7c13c9a425ff33f9
|
|
7
|
+
data.tar.gz: 2fa9c9009b7e8d84c80f0ad6a6dba65adf9f5a7e3920377b5eeb8badcca224a905ac13e34acb3a38537a0a09ca6269be6c99de44d41f1517827c76ff7935e598
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Pricesphere
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
|
data/lib/pricesphere/version.rb
CHANGED
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.
|
|
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: {}
|