musoni_ruby 0.0.05 → 0.0.06

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1683775625a3b47b14e389e4d340c82b5b5bf7ab
4
- data.tar.gz: 4ea507e633de21bf402f0d2eae422f6aaf575db5
3
+ metadata.gz: bf7c7f449598628b081e7c7d74550d8fcfbabc01
4
+ data.tar.gz: 3b9088334e5a7651de5cf464c3e30b7194c5fc26
5
5
  SHA512:
6
- metadata.gz: 5deb24e35931f5028a39aea3b459722d36ae475054b95d52269618bab6934cc385c73a4b65b81731acac0ae0490b628ae637f6cf4880f348c2af1a6699b13133
7
- data.tar.gz: 72a35010fdcd7c93b6d2ac90ee6417dfc5600794ad1113d087ea77c4c2fde79b0f5da88ba8b0da5208f5f603b6d9b2851f20660760fa9f6f7fce20e2ef7fef26
6
+ metadata.gz: 5329e10daf1c4a0d951fa9e037f05e717e225ff637f6c9019f72b31fa1e4098c4677a830c475a5b226b7d7aa7a7a3ffe3fd72c15b07d2d07bfaab625a3f2c168
7
+ data.tar.gz: 234adc964857db49c53aefce3fff6ca1aebb28078c3f05ec23f94e669ab86083ca1c5ac8f6c41bb8513b596170ddc331e8b4cb5ee20951a30f607446a43ca2be
@@ -2,7 +2,7 @@ module Musoni
2
2
  class Fetch
3
3
  include HTTParty
4
4
 
5
- base_uri "https://demo.musonisystem.com:8443/api/v1"
5
+ base_uri Musoni.configuration.base_url
6
6
  parser proc {|data| Hashie::Mash.new(response: (JSON.parse(data) rescue {data:data}.to_json) ).response}
7
7
  format :json
8
8
  headers
@@ -1,3 +1,3 @@
1
1
  module Musoni
2
- VERSION = "0.0.05"
2
+ VERSION = "0.0.06"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musoni_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.05
4
+ version: 0.0.06
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kariuki Gathitu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-10 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -299,3 +299,4 @@ signing_key:
299
299
  specification_version: 4
300
300
  summary: Ruby Client for interfacing with Musoni systems API
301
301
  test_files: []
302
+ has_rdoc: