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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 540c53d6b58cca5b5c21e13cb222083ad279cb90
4
- data.tar.gz: 6b1da9d5ebea89aebb385dbbe59822285751e18a
3
+ metadata.gz: ace92aa8d3a7cab0655dbf2a688eb3af1313ce8f
4
+ data.tar.gz: 5813633f98052701f30d04c63cc3a445ddf3dfa1
5
5
  SHA512:
6
- metadata.gz: e81e25440947176c532aaf455fdc3f837ac8b22692b8288c4eb29adfdc51067d60142495824b881d69e0b85b441c6cbb736c1cf9f2b09b952b08416b73f7a350
7
- data.tar.gz: 6d0d2666b67179478b35922f193e68a999123b7ce8e41105a5937a7ac1d0c3539856a8ce731ba5d844baecb06bc8b1b23cde329dc2b415a5066061b9d525fd17
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/query-params/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module QueryParams
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
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/query-params"
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.2
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/query-params
77
+ homepage: https://github.com/willmiranda/query_params
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: