mc 0.0.7 → 0.0.8

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: 8f8f8d203b64e7fc4bb9d8eef9046c9b19e9523f
4
- data.tar.gz: e166b76e2f1035134a0ec8f252632fa7e519048e
3
+ metadata.gz: 94795d98f12d857237599805f4959646108ca328
4
+ data.tar.gz: 460cf1cad496b1575d4cd8bdb68f11cf6aa16434
5
5
  SHA512:
6
- metadata.gz: f513d06962d7249b7ed24f1e678f9d8224cabafbf1f4eb31468121543a54dd8b464d87c4aa645e2258b97e3863443f8030d2c1f54ebacf9046c1cb805ff2772f
7
- data.tar.gz: 02e4247298512e1e77ced931fbf42db8cc8bd15ba73af87bca7fc487a54d4c89c75d1c0c52e4c639310bbd3a43660758f2c58b6e9803870579c211d2153fe3a3
6
+ metadata.gz: 20bcd0b315b0767bd360a67fa645274af5842422aeed62c7499d1f5eca76f312be222152ab1e9eb2c3275df9d249196f33ef829a5c6daf7ec5aa2414355395c1
7
+ data.tar.gz: b8daf84f5eaffbf818182e7c59bd698895158094a6b29bf64c1bf6e1c190a2688fb9cb1355029909bb53352dcdd13a8c87472b467f27525e6797730697710447
@@ -340,7 +340,7 @@ command :reports do |c|
340
340
  opts = {:start => options['start'], :limit => options['limit']}
341
341
 
342
342
  member_column = lambda{|l| "#{l['member']['email']}"}
343
- @output.standard @mailchimp_cached.reports_unsubscribes(:cid => cid, :opts => opts)['data'], :fields => [:reason, :reason_text, :member => {:display_method => member_column}]
343
+ @output.standard @mailchimp_cached.reports_unsubscribes(:cid => cid, :opts => opts)['data'], :fields => [:reason, :reason_text, {:member => {:display_method => member_column}}]
344
344
  end
345
345
  end
346
346
  end
@@ -1,4 +1,4 @@
1
1
  module MC
2
2
  # have to check const defined for 1.8.7 to avoid warnings
3
- VERSION = '0.0.7' unless const_defined?(:VERSION)
3
+ VERSION = '0.0.8' unless const_defined?(:VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kale Davis