lhs 19.3.0 → 19.3.1

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
  SHA256:
3
- metadata.gz: 90772215b1826bbd27f4f9d891a063267009282fc4c62a8cd84aa4888749eb25
4
- data.tar.gz: c9ba59c1c5dbff84597fb8ffd0f3666971f678cb3eba000a9480d851e5abe62d
3
+ metadata.gz: 669cef0e159dd9cf27896026b327a188039ccf72c5174f3f6deb2d7b76145e19
4
+ data.tar.gz: 37dab1444e3a13ac30dd1550b3c23615dbabfc180d6c2341ed4650cc2c07d6cc
5
5
  SHA512:
6
- metadata.gz: c32491f62744f730c3466aa259e46c68ecb8acafce58f55bc647f99a4611b94e6b8342c7faa7f309447f3943bbbf05c99003cea27a0bb5b4f7d7f4581e1ca97b
7
- data.tar.gz: 748088f623655bad2866a85b3b1625cb0b6984ba67506b9f16d589061cef649e5f648ec2c695bfee95b73e454c900f770a0b22e4ac4628cfcea08563a30fac9c
6
+ metadata.gz: 942329f656407706aff6d47913c5dde509faa4947cc368d9fd45255dd048724c98cf5747564e74e0a2ee2cfff6a9755f2e6a5bd73cc35f486faa5bfb777d8fab
7
+ data.tar.gz: 2e3ea61a601b67d8018a9c9d7e0c5ba480c11185662703b316c11134eb4aa9c5e4feccbb12bda0af84d9a293d331e2fa9a2766e08166152e5bcabf654d8ac666
@@ -13,7 +13,6 @@ class LHS::Record
13
13
 
14
14
  _assign_attributes(new_attributes)
15
15
  end
16
- alias attributes= assign_attributes
17
16
 
18
17
  private
19
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LHS
4
- VERSION = '19.3.0'
4
+ VERSION = '19.3.1'
5
5
  end
@@ -17,14 +17,6 @@ describe LHS::Record do
17
17
  end
18
18
  end
19
19
 
20
- context '#attributes=' do
21
- it 'sets the attributes' do
22
- entry = LocalEntry.new
23
- entry.attributes = { company_name: 'localsearch' }
24
- expect(entry.company_name).to eq 'localsearch'
25
- end
26
- end
27
-
28
20
  context 'when not a hash was passed' do
29
21
  it 'raises an error' do
30
22
  entry = LocalEntry.new
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: 19.3.0
4
+ version: 19.3.1
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: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -477,7 +477,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
477
477
  version: '0'
478
478
  requirements:
479
479
  - Ruby >= 2.3.0
480
- rubygems_version: 3.0.2
480
+ rubyforge_project:
481
+ rubygems_version: 2.7.8
481
482
  signing_key:
482
483
  specification_version: 4
483
484
  summary: 'REST services accelerator: Rails gem providing an easy, active-record-like