query_params 1.3.2 → 1.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 +4 -4
- data/README.md +1 -1
- data/lib/query_params/version.rb +1 -1
- data/query_params.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ace92aa8d3a7cab0655dbf2a688eb3af1313ce8f
|
|
4
|
+
data.tar.gz: 5813633f98052701f30d04c63cc3a445ddf3dfa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5d64a63802b5f6c699b165179dafbbda489a6f8272a2b08e13b631b4b73d336b8a02c0ecd5e3d278d0b3d9a3239e0e54dc5e149d76e86d22820389dc4a953fb
|
|
7
|
+
data.tar.gz: 37351f81e693256f768a4c3d48e3e408d2b84d18006d60d0ccbdb4707926908bc75b2574ba5465cdfb3b1815dc02350806c5ce6e8024390f488bb638efda5a92
|
data/README.md
CHANGED
|
@@ -38,7 +38,7 @@ URI::QueryParams.build_uri(base_uri: "http://domain.com/search", q: "Mark", filt
|
|
|
38
38
|
|
|
39
39
|
## Contributing
|
|
40
40
|
|
|
41
|
-
1. Fork it ( https://github.com/willmiranda/
|
|
41
|
+
1. Fork it ( https://github.com/willmiranda/query_params/fork )
|
|
42
42
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
43
43
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
44
44
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/query_params/version.rb
CHANGED
data/query_params.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
|
|
16
16
|
spec.summary = %q{Format URL parameters like a query.}
|
|
17
17
|
spec.description = %q{It allows you to send operators and the same parameter twice on the same request.}
|
|
18
|
-
spec.homepage = "https://github.com/willmiranda/
|
|
18
|
+
spec.homepage = "https://github.com/willmiranda/query_params"
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
|
21
21
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: query_params
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Souza
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/query_params/version.rb
|
|
75
75
|
- query_params.gemspec
|
|
76
76
|
- tasks/rspec.rake
|
|
77
|
-
homepage: https://github.com/willmiranda/
|
|
77
|
+
homepage: https://github.com/willmiranda/query_params
|
|
78
78
|
licenses:
|
|
79
79
|
- MIT
|
|
80
80
|
metadata:
|