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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/campaign_monitor_private.rb +0 -1
- data/lib/campaign_monitor_private/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61b7a721cc99b706e9634427f0bfbd30ebe85bd633acbd1c6a909eca152d80ba
|
|
4
|
+
data.tar.gz: f9fd9da5826e14019adc1cc4a075b515e26f08274a0d2e16e0b9b5e633ef27bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ee2fdfa0ab93b3e98f6bf2d7ea4d29f54e3e09a2ced02494c552f5a8b15845fd6dcca4c92b5c21d73fa3adcd124a7de4f4d7921e53db50905a37630958dcb19
|
|
7
|
+
data.tar.gz: f54d6d0b75525c19d21ff27dd4abfbebb0d574c0d46871148ac047a23f58ccbf75a995830fa59db350a991d033e910a920289a74aed024f52598aef41ba91c7e
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|