zuora_connect 1.4.7 → 1.4.8
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/zuora_connect/version.rb +1 -1
- metadata +26 -26
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dd442f2f79a1b540e36d2247d1e47358d5c7a26
|
4
|
+
data.tar.gz: 65df716cc903105153b77d6fb86b8a4dc6b79bef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90d95e90b63b79a04dec028ca016bc6408d4bd51788cf280955344e083f82720d1e9bc49f71f38705244dfe740942f91b564cbf05bba61e0530a32a584239b4f
|
7
|
+
data.tar.gz: 96eccbdc969fcf86ebadeefe2ead81877a2d6ea477d11ddff4845777c91ddbdac625cd4f316d0fae055aa368d78a6f0f3c31853476e4a422e44371f922bf8a1d
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord-session_store
|
@@ -302,49 +302,49 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
302
302
|
version: '0'
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project:
|
305
|
-
rubygems_version: 2.
|
305
|
+
rubygems_version: 2.6.8
|
306
306
|
signing_key:
|
307
307
|
specification_version: 4
|
308
308
|
summary: Summary of Connect.
|
309
309
|
test_files:
|
310
310
|
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
311
|
+
- test/test_helper.rb
|
312
|
+
- test/integration/navigation_test.rb
|
313
|
+
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
314
|
+
- test/dummy/app/controllers/application_controller.rb
|
311
315
|
- test/dummy/app/assets/javascripts/application.js
|
312
316
|
- test/dummy/app/assets/stylesheets/application.css
|
313
|
-
- test/dummy/app/controllers/application_controller.rb
|
314
|
-
- test/dummy/app/helpers/application_helper.rb
|
315
317
|
- test/dummy/app/views/layouts/application.html.erb
|
318
|
+
- test/dummy/app/helpers/application_helper.rb
|
319
|
+
- test/dummy/README.rdoc
|
320
|
+
- test/dummy/config.ru
|
321
|
+
- test/dummy/bin/rake
|
316
322
|
- test/dummy/bin/bundle
|
317
323
|
- test/dummy/bin/rails
|
318
|
-
- test/dummy/bin/rake
|
319
324
|
- test/dummy/bin/setup
|
320
|
-
- test/dummy/
|
321
|
-
- test/dummy/
|
322
|
-
- test/dummy/
|
323
|
-
- test/dummy/
|
325
|
+
- test/dummy/Rakefile
|
326
|
+
- test/dummy/public/favicon.ico
|
327
|
+
- test/dummy/public/404.html
|
328
|
+
- test/dummy/public/422.html
|
329
|
+
- test/dummy/public/500.html
|
324
330
|
- test/dummy/config/environments/development.rb
|
325
|
-
- test/dummy/config/environments/production.rb
|
326
331
|
- test/dummy/config/environments/test.rb
|
327
|
-
- test/dummy/config/
|
328
|
-
- test/dummy/config/
|
332
|
+
- test/dummy/config/environments/production.rb
|
333
|
+
- test/dummy/config/locales/en.yml
|
334
|
+
- test/dummy/config/environment.rb
|
335
|
+
- test/dummy/config/application.rb
|
336
|
+
- test/dummy/config/initializers/session_store.rb
|
329
337
|
- test/dummy/config/initializers/cookies_serializer.rb
|
330
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
331
338
|
- test/dummy/config/initializers/inflections.rb
|
332
339
|
- test/dummy/config/initializers/mime_types.rb
|
333
|
-
- test/dummy/config/initializers/session_store.rb
|
334
340
|
- test/dummy/config/initializers/wrap_parameters.rb
|
335
|
-
- test/dummy/config/
|
341
|
+
- test/dummy/config/initializers/assets.rb
|
342
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
343
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
336
344
|
- test/dummy/config/routes.rb
|
345
|
+
- test/dummy/config/boot.rb
|
346
|
+
- test/dummy/config/database.yml
|
337
347
|
- test/dummy/config/secrets.yml
|
338
|
-
- test/dummy/config.ru
|
339
|
-
- test/dummy/public/404.html
|
340
|
-
- test/dummy/public/422.html
|
341
|
-
- test/dummy/public/500.html
|
342
|
-
- test/dummy/public/favicon.ico
|
343
|
-
- test/dummy/Rakefile
|
344
|
-
- test/dummy/README.rdoc
|
345
348
|
- test/fixtures/zuora_connect/app_instances.yml
|
346
|
-
- test/integration/navigation_test.rb
|
347
|
-
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
348
349
|
- test/models/zuora_connect/app_instance_test.rb
|
349
|
-
- test/test_helper.rb
|
350
350
|
- test/zuora_connect_test.rb
|