bobot 3.0.2 → 3.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4243e6fe0959fe5be8e9f7f3f64b7a73df0bc672
4
- data.tar.gz: 4d63329d52c8732e103cd8019f5600def9cc99a7
3
+ metadata.gz: b79d3269f2178d1f8a3825912664eb946bae922f
4
+ data.tar.gz: 1eb07574a6eddb697bc19ca7be39d7668b00e606
5
5
  SHA512:
6
- metadata.gz: 5819b30952a09f40fe0d0f9c569866c75cbc1ead328057d2be8223870faea1d0ae97f79fb7f01cb46cd579ac48a63582dd61c2c76d02577326dacbccd43c112b
7
- data.tar.gz: 9e5accdc641392ae7fff0aa8d90ccc1fbb2844a801af4b3c091df5e8d355258bd0b294ecc698ad531958207a10603db51488d3a15e214fc7daffd6f219a6eed8
6
+ metadata.gz: f26648d7412c6c182071f26f7916c5bdd6329ff7b641caa21a2ab549ae4313f0689859730369aadebc700d80dd2f11685896d39e48ea02b9e6a7975739081e6d
7
+ data.tar.gz: f55c0a78335543bd9fe0b7322a3a430909c9dff7f2e95720c6343783aeaf70bd3b0c4b1f9568ed06ad05b6a24ed1b9d9c7afd219aee5df08253b718fc5153283
data/lib/bobot/version.rb CHANGED
@@ -2,7 +2,7 @@ module Bobot
2
2
  class Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
6
6
  PRE = nil
7
7
 
8
8
  class << self
@@ -6,12 +6,12 @@ if bobot_config.present?
6
6
  raise "Bobot: #{bobot_config_path} required an array key :pages (cf. https://github.com/navidemad/bobot)"
7
7
  end
8
8
  Bobot.configure do |config|
9
- config.app_id = bobot_config["app_id"],
10
- config.app_secret = bobot_config["app_secret"],
11
- config.verify_token = bobot_config["verify_token"],
12
- config.domains = bobot_config["domains"],
13
- config.async = bobot_config["async"],
14
- config.commander_queue_name = bobot_config["commander_queue_name"],
9
+ config.app_id = bobot_config["app_id"]
10
+ config.app_secret = bobot_config["app_secret"]
11
+ config.verify_token = bobot_config["verify_token"]
12
+ config.domains = bobot_config["domains"]
13
+ config.async = bobot_config["async"]
14
+ config.commander_queue_name = bobot_config["commander_queue_name"]
15
15
  bobot_config["pages"].each do |page|
16
16
  config.pages << Bobot::Page.new(
17
17
  slug: page["slug"],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Navid EMAD
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-27 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n