oss_rb 0.1.2 → 0.1.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: 8876922687aa80913c995820633db9193c27292b
4
- data.tar.gz: c584c591e1e7e82724beb0e2d09b839f9464411c
3
+ metadata.gz: 815f0b43a11334680f8f50b8fab3037fbf2df2c7
4
+ data.tar.gz: 1714fe080a3ad9f234e6f0a5a296b69c35067920
5
5
  SHA512:
6
- metadata.gz: 07f61e05dab5a1580ab827fcee31e826aa9ec8e3dac50d1965ea0bf712dcbe4af057bc56e1833182e2d1fbdbecb6a218379d3493208ba8b5f7808c27e244b531
7
- data.tar.gz: df4806808f1a2f85b8919c52d4848fa6dc4fb0f32c8a0e18031cb64b20fa8cf99977c55b28812cc2c3ccea7c6ee9c54c480ac8520ce1e96689c449ace540f099
6
+ metadata.gz: 6fc52574172fff5cdff96c70bdc0d1616365cc12515971d91a7b92f18ce78a99ce6d50df6986f452510c6757a3a8f323e5bf6a5fe220ed180205603012e4b0a6
7
+ data.tar.gz: 7ca333c4ac47084fbca8145f5966e9fdfe88ea59b596544b83333df56657a3d3e69794759a1a6b836e487bfb468346d26bdb50c99201a35720c262c06f98cebd
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oss_rb (0.1.1)
4
+ oss_rb (0.1.2)
5
5
  activesupport
6
6
  rest-client
7
7
 
@@ -111,7 +111,7 @@ module Oss
111
111
  private
112
112
 
113
113
  def api_get (method, params={})
114
- RestClient.get("#{@host}/#{method}", {:accept => :json, :params => params})
114
+ RestClient.get("#{@host}/#{method}", {:accept => :json, :params => params.merge(@credentials)})
115
115
  end
116
116
 
117
117
  def api_post (method, body="", params={})
@@ -1,3 +1,3 @@
1
1
  module Oss
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oss_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ori Pekelman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-07 00:00:00.000000000 Z
12
+ date: 2013-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.1.5
113
+ rubygems_version: 2.1.9
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: A Ruby Client library for OpenSearchServer