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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d68e736e0130292d4985536e944a42f6b373dad1
4
- data.tar.gz: 47dc6757656ad1363103a289191ab8c3bb52e48a
3
+ metadata.gz: 0794a88f0a65a6b53b28ab58e23fc0871ca6eaff
4
+ data.tar.gz: 597c52ff1576e7231e2aa594e1c95e99481dcb0c
5
5
  SHA512:
6
- metadata.gz: c267435b208139421e3022f830805875fa57bdd4017e836d5dde57c58c90d4813e34948d3382e3eb06d7d831359ab7e52b2e42223aabc4a5c882a330f2c7e38b
7
- data.tar.gz: 24d85d8957e387213429130c571ee0f60d7697be355d6cbfba573ab9f449862ffa7ed88a57229f34b2b83368ee169729dbc3c180dded7056731fc6911b2e365c
6
+ metadata.gz: ef5fb1768878fa8eaac456858186a0e45c654d158a5209ba5fe935c76a959c3a104c7a1a0aa90a902f63f6b51fe28d4b72829a7002662f3cf659ef9b4924c91a
7
+ data.tar.gz: 2165702acab307200051e02e90f12dceaa449fb3be9d2351c5be3af9f87fbb968a3cb7cf9949de78d73aa78b3be5c4db1ef75ee4a280be370c56128b160ce55b
@@ -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
 
@@ -1,7 +1,7 @@
1
1
  module Maestrano
2
2
  module Connector
3
3
  module Rails
4
- VERSION = '2.3.3'.freeze
4
+ VERSION = '2.3.4'.freeze
5
5
  end
6
6
  end
7
7
  end
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.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-09-25 00:00:00.000000000 Z
11
+ date: 2018-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails