allmenus 0.0.1 → 0.0.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.
@@ -0,0 +1,4 @@
1
+ # Changelog
2
+
3
+ ##0.0.2 - 2013-12-25
4
+ - fix the default params merge
@@ -21,8 +21,8 @@ module Allmenus
21
21
  v: API_VERSION,
22
22
  api_key: ::Allmenus.config.api_key
23
23
  }
24
- params.merge! query_params
25
- q = ::Rack::Utils.build_query params
24
+ query_params.merge! params
25
+ q = ::Rack::Utils.build_query query_params
26
26
  "/restaurant?#{q}"
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module Allmenus
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: allmenus
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - gregory
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-12 00:00:00.000000000 Z
12
+ date: 2013-12-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement
@@ -99,6 +99,7 @@ extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
101
  - .gitignore
102
+ - CHANGELOG.md
102
103
  - Gemfile
103
104
  - Guardfile
104
105
  - LICENSE.txt