lhs 15.3.3.pre.fixoptions.1 → 15.3.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: 3e5da1036f02c60211e7ec3387dc658a766ae4a4
4
- data.tar.gz: 4fb912489e9a1ec9df80709727cf1563f534e814
3
+ metadata.gz: e797056229bd637bef08633959ed8269af5e1ef7
4
+ data.tar.gz: 77470b897ed36a4390117be48f81f5b622d32b42
5
5
  SHA512:
6
- metadata.gz: b6c6b910b0861fbf4a5efde46539fd2e896b4f62c4811ca16e4e75e101c572fc6e50c7a7b67cd779b6a07c439b76fec0ff64c78414ca428674f3864d7dfb9e6a
7
- data.tar.gz: c0e36932f40ab038d63da453a97c270217f8f54b66f30632104266c1d9076a63444f8db95903b452eb30aac3fb856886ed3d292e835dc52920b44e3203783c56
6
+ metadata.gz: 83b395627bb85c123c1001c74545d8004ecfae6e8718cd826fdf38890f1b160f88720c1c7a69882b9f3073a25c481e394582394a84e1acbf13e2c05c8ea53deb
7
+ data.tar.gz: 788c795d9c435444485dd57beba6855be49211f02e1ae73f04db653a7b5a9a127ce86c6b4c878e95f7a10b2a6a926799f22de9db7850791d22f4637effcc0764
@@ -1,3 +1,3 @@
1
1
  module LHS
2
- VERSION = '15.3.3.pre.fixoptions.1'
2
+ VERSION = '15.3.3'
3
3
  end
@@ -1,7 +1,7 @@
1
1
  require 'rails_helper'
2
2
 
3
3
  describe LHS::Data do
4
- before(:each) do
4
+ before do
5
5
  class Record < LHS::Record
6
6
  endpoint '{+datastore}/v2/{campaign_id}/feedbacks'
7
7
  endpoint '{+datastore}/v2/feedbacks'
@@ -1,7 +1,7 @@
1
1
  require 'rails_helper'
2
2
 
3
3
  describe LHS::Record do
4
-
4
+
5
5
  context 'options' do
6
6
  before do
7
7
  class Record < LHS::Record
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhs
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.3.3.pre.fixoptions.1
4
+ version: 15.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/local-ch/lhs/graphs/contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-13 00:00:00.000000000 Z
11
+ date: 2018-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -447,9 +447,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
447
447
  version: 2.3.0
448
448
  required_rubygems_version: !ruby/object:Gem::Requirement
449
449
  requirements:
450
- - - ">"
450
+ - - ">="
451
451
  - !ruby/object:Gem::Version
452
- version: 1.3.1
452
+ version: '0'
453
453
  requirements:
454
454
  - Ruby >= 2.3.0
455
455
  rubyforge_project: