federal_register 0.6.8 → 0.6.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/VERSION +1 -1
- data/federal_register.gemspec +2 -2
- data/lib/federal_register/facet/public_inspection_issue/type_filing.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b49f0e10f7be9d6878f35facc35252377728742fdf87975f28accdfcc88764a4
|
4
|
+
data.tar.gz: 318f5def018fdd8f302116fb25a73e17012c7af093e1366066b05101ba2bf849
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93b9651df729732f7c4368312d660c08290d250315b0d1678b9f9aff3ab7cf055c9f246ee9ea7a461befd6f053a82b83bcb989a1aa51432375031a1597e1c2c8
|
7
|
+
data.tar.gz: bcea7d1ba4f7b5a8c5495a707d2410c22a1f1801fdaa05b0665ac595d6f3c53ecea7f205e88ac58d2a5733276b8ba1794ba58af8f4e85942f0d418b33351a9f7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.9
|
data/federal_register.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "federal_register"
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.9"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andrew Carpenter", "Bob Burbach"]
|
12
|
-
s.date = "
|
12
|
+
s.date = "2019-05-09"
|
13
13
|
s.description = "Ruby API Client for FederalRegister.gov that handles searching documents and getting information about agencies"
|
14
14
|
s.email = "andrew@criticaljuncture.org"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -15,7 +15,7 @@ class FederalRegister::Facet::PublicInspectionIssue::TypeFiling < FederalRegiste
|
|
15
15
|
@count = attributes['count']
|
16
16
|
@name = attributes['name']
|
17
17
|
@search_conditions = search_conditions.deep_merge({
|
18
|
-
conditions: {type: type}
|
18
|
+
conditions: {type: Array(type)}
|
19
19
|
})
|
20
20
|
end
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: federal_register
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Carpenter
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: httparty
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
version: '0'
|
195
195
|
requirements: []
|
196
196
|
rubyforge_project:
|
197
|
-
rubygems_version: 2.
|
197
|
+
rubygems_version: 2.7.6.2
|
198
198
|
signing_key:
|
199
199
|
specification_version: 3
|
200
200
|
summary: Ruby API Client for FederalRegister.gov
|