campaign_monitor_private 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eed733482bb8fd67b3ccacd7eda58ae397eca3e6c0a1188b2e4432d370eaa0d6
4
- data.tar.gz: cd26f6908969b458f8b96c2d74b2fd1401bfb194799d0c0d0281782ba8828309
3
+ metadata.gz: 61b7a721cc99b706e9634427f0bfbd30ebe85bd633acbd1c6a909eca152d80ba
4
+ data.tar.gz: f9fd9da5826e14019adc1cc4a075b515e26f08274a0d2e16e0b9b5e633ef27bb
5
5
  SHA512:
6
- metadata.gz: 7a0cb0306d4bd66097509ad74da70274f74719c85d52fb834f4ba2579913af079faf0e15a5758ef1dfa12d93b11b9f69f960946af39fb5678903f08b3332ea2f
7
- data.tar.gz: 2a2cda11666b717742999c2aef2f305f79230691d0aa7f90166d659c060764609a8889ffd3e0a47b3b3e10e5059b143ffe6854ecd1db57290a9f20dc4c70ae80
6
+ metadata.gz: 4ee2fdfa0ab93b3e98f6bf2d7ea4d29f54e3e09a2ced02494c552f5a8b15845fd6dcca4c92b5c21d73fa3adcd124a7de4f4d7921e53db50905a37630958dcb19
7
+ data.tar.gz: f54d6d0b75525c19d21ff27dd4abfbebb0d574c0d46871148ac047a23f58ccbf75a995830fa59db350a991d033e910a920289a74aed024f52598aef41ba91c7e
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 0.1.1 - 2019-08-05
8
+ ### Fixed
9
+ - Unprivileged accounts were blocked
10
+
11
+
7
12
  ## 0.1.0 - 2019-08-02
8
13
  ### Added
9
14
  - Initial release
@@ -85,7 +85,6 @@ class CampaignMonitorPrivate
85
85
 
86
86
  def get_list_id_for(list_name)
87
87
  set_active_customer unless @active_customer
88
- raise Error, "No active customer" unless @active_customer
89
88
 
90
89
  return @list_cache[@active_customer][list_name] if @list_cache.key? @active_customer
91
90
 
@@ -1,3 +1,3 @@
1
1
  class CampaignMonitorPrivate
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: campaign_monitor_private
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cyclotron3k
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-02 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize
@@ -134,7 +134,7 @@ licenses:
134
134
  metadata:
135
135
  bug_tracker_uri: https://github.com/cyclotron3k/campaign_monitor_private/issues
136
136
  changelog_uri: https://github.com/cyclotron3k/campaign_monitor_private/blob/master/CHANGELOG.md
137
- documentation_uri: https://github.com/cyclotron3k/campaign_monitor_private/blob/v0.1.0/README.md
137
+ documentation_uri: https://github.com/cyclotron3k/campaign_monitor_private/blob/v0.1.1/README.md
138
138
  source_code_uri: https://github.com/cyclotron3k/campaign_monitor_private
139
139
  post_install_message:
140
140
  rdoc_options: []