comma 4.3.1 → 4.3.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/gemfiles/active4.2.11.1.gemfile.lock +1 -1
- data/gemfiles/active5.0.7.2.gemfile.lock +1 -1
- data/gemfiles/active5.1.7.gemfile.lock +1 -1
- data/gemfiles/active5.2.3.gemfile.lock +1 -1
- data/gemfiles/active6.0.0.gemfile.lock +1 -1
- data/gemfiles/rails4.2.11.1.gemfile.lock +1 -1
- data/gemfiles/rails5.0.7.2.gemfile.lock +1 -1
- data/gemfiles/rails5.1.7.gemfile.lock +1 -1
- data/gemfiles/rails5.2.3.gemfile.lock +1 -1
- data/gemfiles/rails6.0.0.gemfile.lock +1 -1
- data/lib/comma/header_extractor.rb +2 -1
- data/lib/comma/version.rb +1 -1
- data/spec/comma/rails/active_record_spec.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4d1fb2a5d2d64d87c8f57dacbe8f99eaaee0983030732dc36acac63d9cb8498
|
|
4
|
+
data.tar.gz: 1eceff65d9e64e3c0d733a7a802e5d586aeb12159389b6823068aac3eb5de78e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24597bb2689162ff21898fa890ac83ea3d007e498aefde827a7ec52b98f63047177b4d3f6107b2b303357fde285a5ffd757634e81a77d2c0dff4ed1bd83b0461
|
|
7
|
+
data.tar.gz: 66de119a67f3862f9a6495c6518e8387a23e59a1979b8032ba7154815ceec0650a4579b19203b546dfd05b595d6b0723c363672df5ac59bb40d98877045bdde9
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Comma is distributed as a gem, best installed via Bundler.
|
|
|
17
17
|
Include the gem in your Gemfile:
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
gem 'comma', '~> 4.3.
|
|
20
|
+
gem 'comma', '~> 4.3.2'
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Or, if you want to live life on the edge, you can get master from the main comma repository:
|
data/lib/comma/version.rb
CHANGED
|
@@ -144,8 +144,7 @@ if defined? ActiveRecord
|
|
|
144
144
|
|
|
145
145
|
describe 'github pull-request 83' do
|
|
146
146
|
it 'should not raise NameError' do
|
|
147
|
-
expect { Picture.all.to_comma(:pr_83) }
|
|
148
|
-
.not_to raise_exception(NameError)
|
|
147
|
+
expect { Picture.all.to_comma(:pr_83) }.not_to raise_error
|
|
149
148
|
end
|
|
150
149
|
end
|
|
151
150
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: comma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcus Crafter
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-04-
|
|
12
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|