ididthis 0.1.2.1 → 0.1.2.2

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: b05fc60a0c6e7772f525d1098a63126373913f36
4
- data.tar.gz: 175c145b17a80d29f287390f9bb6d0e12da2891b
3
+ metadata.gz: f7eef1ca113cb6f7f7151a0fb533ba96cb2090c5
4
+ data.tar.gz: f6acc704273c5c8430d7566f82d2cc5d0d166a4b
5
5
  SHA512:
6
- metadata.gz: cf4b74a84b6d501cf1c5b73f853c5ec4439958dfe98a0c9b8920b07c598455305bb0669f4a5f0d076b66a2649b1c36403240783158addb024f3aa4cfe6d53aec
7
- data.tar.gz: 41d44d709df247c74f19949de0756f8f447efb23280fb2302c84a8d68617f6528a24b1109d0b9e78d8be6f37495214b083fc97b490f5acf29eb9496c40826b36
6
+ metadata.gz: e681260d028ad331b67777710fa2ea952713bef105bec6bb4447c8db7ea2d1650b09e8647890018ac26022d2c606a45d45b14287da2c5a35d5aee9feb5dbb075
7
+ data.tar.gz: 9050b2d5bf38df02c52751dcf697d948c2e842bf6c2382c7b9e01e64046e30d56aa3100a80035aabc464292cfffef4d7eff3d95845630222f956d1f5b1c34c9b
data/lib/ididthis/cli.rb CHANGED
@@ -109,7 +109,6 @@ module Ididthis
109
109
  "order" => "order_by",
110
110
  "limit" => "page_size" }
111
111
  params = Hash[options.map { |k, v| [query_mappings[k] || k, v] }]
112
- puts params
113
112
  c = Ididthis::API::Client.new(Ididthis::Config[:token])
114
113
  print_dones(c.dones(params))
115
114
  end
@@ -1,3 +1,3 @@
1
1
  module Ididthis
2
- VERSION = "0.1.2.1"
2
+ VERSION = "0.1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ididthis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.1
4
+ version: 0.1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Aikens