shoper 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/shoper.rb +0 -1
  3. data/shoper.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78f8e1f479723c243983988c2506c5b9e884b432005a15ccef547f151d6617fd
4
- data.tar.gz: b4785f6c32693a792e1a42f019638084c0b94490a2f1d1b3a844a5bd2471b885
3
+ metadata.gz: fe126f5e5e6f5927eaf6c3c9592231217e55b1ebef678276d802eacd5f83a795
4
+ data.tar.gz: e4849353a22bf9c39cea030c3fa32d9c68cead27ce1efd39806c35fc75ce9174
5
5
  SHA512:
6
- metadata.gz: 4333be74e629764dbdd3d251ccfb325e2dff62bc2e5ddb426c66b4db54cce8f22bb49bd503d402caab2504aeb6abc536a392f496cbeae51377a7cec17d314f3c
7
- data.tar.gz: f48f8613ca93f227b6a7ee00952c2c9f1d586d88cbc79c8b5c112982563d0a2c536322b86ff3ac4d1cc3224c118128f935aff385891ca3680162bcf6b77523b2
6
+ metadata.gz: a336f55027c5c3e09b619e4f4184869cf665bebd44b1455867a2217950bdd79e4a028685b730a90f303b4f152437ae5964ac790feafa00b978d9c99550e2b9f4
7
+ data.tar.gz: cd4ccac20b4742657b73d5afca0dc2fadc5f9d94bea5d2f45b7965d381b6f5ab1bbb01769ab3a3aa601c6275ab2a40a036f5a67c383b202b91f3a4643cea8875
data/lib/shoper.rb CHANGED
@@ -64,7 +64,6 @@ class Shoper
64
64
  when "delete"
65
65
  res = r.delete
66
66
  when "insert"
67
- pp data[:data].to_json
68
67
  res = r.post data[:data].to_json, :content_type => :json
69
68
  when "list"
70
69
  res = r.get
data/shoper.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  # Required BEGIN
3
3
  s.name = "shoper"
4
- s.version = "0.0.2"
4
+ s.version = "0.0.3"
5
5
  s.authors = ["Pawel 'felixd' Wojciechowski"]
6
6
  s.summary = %q{Shoper REST API}
7
7
  s.files = Dir["lib/*.rb"] + Dir["bin/*"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoper
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
  - Pawel 'felixd' Wojciechowski