qodex-rails 0.1.10 → 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: 412c62536ab0707422faa020f102a9c58a63f5ff475b2092ee28e86f6922bf1f
4
- data.tar.gz: 2263a192cdf11f9e97a94a5f2664c354ce8d0cb1c728a20101141c3a37b15813
3
+ metadata.gz: c8e7c8249409adc8de47a8555086b640d715b3efa3fb674a6c816330cfa92002
4
+ data.tar.gz: e6cbd949bfe1859b150e00b14d310d549e68fa018bad5a12eefa6d14d7adb5fc
5
5
  SHA512:
6
- metadata.gz: 25762008c98696dd7ef073f0db87717447d72b020d35ae19880c641acfc272ba9876dcf5d17c38f391e923a0a6b3d3281687c01aa82b75219e1aca46d3fb15c7
7
- data.tar.gz: 8a4e7943394dba195e650157f41e347b922c8a0c3915927e79fdabe275175ad5736f266ed55a933104a023a05eb77e643e086f9e82d0853eb48b15c07d624c40
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.10"
5
+ VERSION = "0.1.11"
6
6
  end
7
7
  end
@@ -1,6 +1,6 @@
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
@@ -1,3 +1,3 @@
1
1
  module QodexRails
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - sid
@@ -32,6 +32,7 @@ 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