qodex-rails 0.1.9 → 0.1.11

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
  SHA256:
3
- metadata.gz: be575cfa95b47c2cedbd1b90f0e51b02ed7a7fffec9f3e66c931e80163c8d664
4
- data.tar.gz: c51d7eceb44f936847593ba2b18b84cb4a1e2c0db85b3e9657d6d499bdda91e2
3
+ metadata.gz: c8e7c8249409adc8de47a8555086b640d715b3efa3fb674a6c816330cfa92002
4
+ data.tar.gz: e6cbd949bfe1859b150e00b14d310d549e68fa018bad5a12eefa6d14d7adb5fc
5
5
  SHA512:
6
- metadata.gz: 426406aa55371da0fcf01bf660a65a845930c5a2fffdc3c458a445ed6fb954af9237653af7ce9d5d5924f2bd692a7119474736355af5947d64e2bf96b8225983
7
- data.tar.gz: 734240e481db0abe0637593af066a9e3dfc16d01669a33669e5e4bab0a07c52bdd390d29ba00221fa9585c5886d4158414c9285cee87f99aff9d4cc246b6a13c
6
+ metadata.gz: ef9e17cbe5f8d6899c13b28221d673dc90597232501fcb37aa8d7a4c1e5c67706312d38af792618d9f6825803481ee8847b35b936c0e3b501e1c4feb8e40fb35
7
+ data.tar.gz: bfd3cbfec0187b9cb6dcd457ec5fdf5733dfe641b2327600eae950c2a8e5da64ee8092417d1da52623bc60171302daa43505f320d00193c5d96b0222d71f9310
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Qodex
4
4
  module Rails
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.11"
6
6
  end
7
7
  end
@@ -1,10 +1,11 @@
1
1
  module QodexRails
2
2
  class Configuration
3
- attr_accessor :collection_name, :api_key
3
+ attr_accessor :collection_name, :api_key, :enabled_in_production
4
4
 
5
5
  def initialize
6
6
  @collection_name = nil
7
7
  @api_key = nil
8
+ @enabled_in_production = false
8
9
  end
9
10
  end
10
11
  end
@@ -1,3 +1,3 @@
1
1
  module QodexRails
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.11"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qodex-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - sid
@@ -32,11 +32,13 @@ files:
32
32
  - lib/qodex/rails/version.rb
33
33
  - qodex-rails-0.1.0.gem
34
34
  - qodex-rails-0.1.1.gem
35
+ - qodex-rails-0.1.10.gem
35
36
  - qodex-rails-0.1.2.gem
36
37
  - qodex-rails-0.1.3.gem
37
38
  - qodex-rails-0.1.4.gem
38
39
  - qodex-rails-0.1.5.gem
39
40
  - qodex-rails-0.1.8.gem
41
+ - qodex-rails-0.1.9.gem
40
42
  - sig/qodex/rails.rbs
41
43
  homepage: https://qodex.ai
42
44
  licenses: