contactually 0.0.4 → 0.0.5

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: 48c659debeddaa05a2693dfed4014feaf8cb600d
4
- data.tar.gz: 435cae2af1c168709ead2ded43c98f50deffb1a1
3
+ metadata.gz: b7fe46f7c57b8aaa22f0d3d4ab540f63b05ee622
4
+ data.tar.gz: d701f3490130992cb1bb91379ae44252d521adb4
5
5
  SHA512:
6
- metadata.gz: 1850c19b622ed5b3ad346883de6486db01be17efb76d40766ced7e1a5d32a1927b7e7150c7c1fd5bb673c9378a12fcb32427398ca91a201414055b0d49badca0
7
- data.tar.gz: 87a78219cba198cf9afc4431cf12e289df50f24b056bdb2b3c6858d670ef97ea3995929179394d0e02e3ed7798671fcecf7f7fb91c20c6daed5d047e72be40d8
6
+ metadata.gz: 21fa71f68349d8ba3eb538cbd0b4644575c4a04d950d5cdd92d94e9f2b3cb7e847cc45eee2ab9cf1fa4342658a16ce6f1b7c0a054df5d55ecb8832dac21df6ca
7
+ data.tar.gz: 1dff9e714f18347132c75aa20f81a0ea1a5cb2ab33ef1fb4648b0be41255824f14492997757343776dc206832c5c1df267526440d323a828863ecb263a731bc5
@@ -69,7 +69,7 @@ module Contactually
69
69
  end
70
70
 
71
71
  def build_uri(contactually_method, args = {})
72
- id_arg = args.has_key?(:id) ? "/#{args["id"]}" : ""
72
+ id_arg = args.has_key?(:id) ? "/#{args[:id]}" : ""
73
73
  "https://www.contactually.com/api/v1/#{contactually_method}#{id_arg}.json?api_key=#{@api_key}"
74
74
  end
75
75
 
@@ -1,3 +1,3 @@
1
1
  module Contactually
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contactually
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guille Carlos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-17 00:00:00.000000000 Z
11
+ date: 2015-05-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Write a gem description
14
14
  email:
@@ -17,7 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - ".gitignore"
20
+ - .gitignore
21
21
  - Gemfile
22
22
  - LICENSE.txt
23
23
  - README.md
@@ -36,17 +36,17 @@ require_paths:
36
36
  - lib
37
37
  required_ruby_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ">="
39
+ - - '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 2.2.2
49
+ rubygems_version: 2.4.6
50
50
  signing_key:
51
51
  specification_version: 4
52
52
  summary: Write a gem summary