maestrano-connector-rails 2.3.3 → 2.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/maestrano/connector/rails/version.rb +1 -1
- 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: 0794a88f0a65a6b53b28ab58e23fc0871ca6eaff
|
4
|
+
data.tar.gz: 597c52ff1576e7231e2aa594e1c95e99481dcb0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef5fb1768878fa8eaac456858186a0e45c654d158a5209ba5fe935c76a959c3a104c7a1a0aa90a902f63f6b51fe28d4b72829a7002662f3cf659ef9b4924c91a
|
7
|
+
data.tar.gz: 2165702acab307200051e02e90f12dceaa449fb3be9d2351c5be3af9f87fbb968a3cb7cf9949de78d73aa78b3be5c4db1ef75ee4a280be370c56128b160ce55b
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 2.3.4
|
2
|
+
- Fix gemfile template to remove test/dev gems from the production group
|
3
|
+
|
1
4
|
## 2.3.3
|
2
5
|
|
3
6
|
* [MARLIN-244] Decorate SynchronizationController [\#176](https://github.com/maestrano/maestrano-connector-rails/pull/176)
|
@@ -17,7 +20,7 @@
|
|
17
20
|
|
18
21
|
* Send data to Connec! even if the push/pull parameters are disabled (Transac! integration)
|
19
22
|
* Randomise cron jobs time to avoid connectors crowding
|
20
|
-
* Fix duplicated Sidekiq UI configuration and time based attack
|
23
|
+
* Fix duplicated Sidekiq UI configuration and time based attack
|
21
24
|
|
22
25
|
## 2.2.1
|
23
26
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maestrano-connector-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maestrano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|