soapy_cake 1.3.0 → 1.3.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/lib/soapy_cake/admin.rb +4 -0
- data/lib/soapy_cake/version.rb +1 -1
- data/spec/lib/soapy_cake/admin_spec.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5d36d781af5ddd05ab2cbe9b87e23e8def2d550
|
|
4
|
+
data.tar.gz: 50539d5ab58f1699b242f079a6ebf66d300c6de5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ca70f211d72fdf2e3b90b7222817e34065b92ddb42d8ce9da738344bc03ba623462613605cc1e732a231df1776ca5ab5eb6d9445884031ae6870fa5de44acc4
|
|
7
|
+
data.tar.gz: 063bff13987bbfe79bec9a72c48a83d4bde8f4f800043620ceada14acb0da555fd236e022a1e91a340f3b0f2cb66f69861dc8461cd605b258476da6042a3ba25
|
data/lib/soapy_cake/admin.rb
CHANGED
data/lib/soapy_cake/version.rb
CHANGED
|
@@ -131,6 +131,12 @@ RSpec.describe SoapyCake::Admin do
|
|
|
131
131
|
it_behaves_like 'a cake admin method'
|
|
132
132
|
end
|
|
133
133
|
|
|
134
|
+
describe '#countries' do
|
|
135
|
+
let(:method) { :countries }
|
|
136
|
+
let(:cake_opts) { {} }
|
|
137
|
+
it_behaves_like 'a cake admin method'
|
|
138
|
+
end
|
|
139
|
+
|
|
134
140
|
describe '#currencies' do
|
|
135
141
|
let(:method) { :currencies }
|
|
136
142
|
let(:cake_opts) { {} }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soapy_cake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ad2games GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|