fat_zebra 2.0.3 → 2.0.4
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 +8 -8
- data/lib/fat_zebra/config.rb +0 -1
- data/lib/fat_zebra/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzk4NjUxZWMxMTVkZDA0ZGI4MThiYzQwY2U1MWFhNzMzZTg0YTcyMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTNiM2ZkNGYyOTU4OWRjZDFiOGI3MjljY2E1MmFlMmRhYWY0YTg2Mw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGYxOGI1ZDAxMWI4ODVlZDI5OWRiZmVjZDFiOTA0Yzk2NTY5Y2M1ZTk4YTIz
|
|
10
|
+
MTdjOWViMmFlMTJhN2ZiZDg4MDM5MWYwMzA1Nzg4Mzg3YjhmNjY4MzhlZDgw
|
|
11
|
+
ZGVhODM0M2NjODk5ZTZjZjFhZjgwNmJkMzAyZDY4YjVmNjBiNTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDk0MWY4MzRjMmM1M2RjYmFlYmExMjg1OTBiOGNkNTZiYzk2ODMyY2NhMzkw
|
|
14
|
+
MmExNDk5ZjdjNDJlY2UzYWQ0YTk3Y2VmMmQ4ODgwN2ViMzAwZDJkN2Y4YzIw
|
|
15
|
+
YmFkNmE3ZWMwZjAyMGNkMjJiNWEzZGQ2OGE1ODRiNWE0YjFhZWE=
|
data/lib/fat_zebra/config.rb
CHANGED
|
@@ -21,7 +21,6 @@ module FatZebra
|
|
|
21
21
|
@errors = []
|
|
22
22
|
|
|
23
23
|
@errors << "Username is required" if self.username.nil?
|
|
24
|
-
@errors << "Username must begin with TEST when using Sandbox Mode" if self.sandbox && !self.username.match(/\ATEST/)
|
|
25
24
|
@errors << "Token is required" if self.token.nil?
|
|
26
25
|
|
|
27
26
|
raise "The following errors were raised during configuration: #{@errors.join(", ")}}" unless @errors.empty?
|
data/lib/fat_zebra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fat_zebra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Savage
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|