opencnam 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +19 -4
  3. data/README.md +3 -2
  4. data/lib/opencnam/version.rb +1 -1
  5. metadata +18 -26
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cf56cf6a7fe3805a1427f3b5bcf9a08d0a746f1c
4
+ data.tar.gz: c04767461e30c76c3fd76a836362172dd5cca209
5
+ SHA512:
6
+ metadata.gz: fc8ccae68b5e06aa7ce2bf2b987bca4bf904398894d5da20ed5e4bc5321d08b4682304363c02ae09b0746d16f6013c26192405a54dcfe526c556d29b1c43c69d
7
+ data.tar.gz: cb697267097a59b517fcd12fcee08fc3c7ce57c89bbcf5691f903edf9b8b5050127063b6d8c499bfca3ed1e111770372132379da598c58c366c4b3d901ee21df
data/LICENSE CHANGED
@@ -1,7 +1,22 @@
1
- Copyright (c) 2013 Nysa Vann
1
+ The MIT License (MIT)
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3
+ Copyright (c) 2013-2014 Nysa Vann
4
4
 
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
6
22
 
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A Ruby wrapper for the [OpenCNAM](http://www.opencnam.com/) API service.
4
4
 
5
- ruby-opencnam v1.0.0 only supports OpenCNAM API v2. For more information see:
5
+ ruby-opencnam v1.0.1 only supports OpenCNAM API v2. For more information see:
6
6
  https://www.opencnam.com/docs/v2
7
7
 
8
8
  ## Installation
@@ -73,6 +73,7 @@ The name returned from OpenCNAM varies. Sometimes not providing a name at all an
73
73
 
74
74
  ## License
75
75
 
76
- Copyright &copy; 2013 Nysa Vann <<nysa@nysavann.com>>
76
+ Copyright &copy; 2013-2014 Nysa Vann <<nysa@nysavann.com>>
77
77
 
78
78
  ruby-opencnam is distributed under an MIT-style license. See LICENSE for details.
79
+
@@ -1,3 +1,3 @@
1
1
  module Opencnam #:nodoc:
2
- VERSION = '1.0.0' #:nodoc:
2
+ VERSION = '1.0.1' #:nodoc:
3
3
  end
metadata CHANGED
@@ -1,64 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opencnam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nysa Vann
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-05 00:00:00.000000000 Z
11
+ date: 2014-02-16 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: json
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 1.7.7
19
+ version: '1.7'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 1.7.7
26
+ version: '1.7'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rspec
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ~>
45
+ - - "~>"
52
46
  - !ruby/object:Gem::Version
53
- version: 2.12.0
47
+ version: '2.14'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ~>
52
+ - - "~>"
60
53
  - !ruby/object:Gem::Version
61
- version: 2.12.0
54
+ version: '2.14'
62
55
  description: OpenCNAM provides a simple, elegant, and RESTful API to get Caller ID
63
56
  data.
64
57
  email: nysa@nysavann.com
@@ -68,11 +61,11 @@ extra_rdoc_files: []
68
61
  files:
69
62
  - LICENSE
70
63
  - README.md
64
+ - lib/opencnam.rb
71
65
  - lib/opencnam/client.rb
72
66
  - lib/opencnam/opencnam_error.rb
73
67
  - lib/opencnam/parsers.rb
74
68
  - lib/opencnam/version.rb
75
- - lib/opencnam.rb
76
69
  - spec/fixtures/opencnam_bad_response.rb
77
70
  - spec/fixtures/opencnam_ok_response.rb
78
71
  - spec/lib/opencnam/client_spec.rb
@@ -81,27 +74,26 @@ files:
81
74
  homepage: http://github.com/nysa/ruby-opencnam
82
75
  licenses:
83
76
  - MIT
77
+ metadata: {}
84
78
  post_install_message:
85
79
  rdoc_options: []
86
80
  require_paths:
87
81
  - lib
88
82
  required_ruby_version: !ruby/object:Gem::Requirement
89
- none: false
90
83
  requirements:
91
- - - ! '>='
84
+ - - ">="
92
85
  - !ruby/object:Gem::Version
93
86
  version: '0'
94
87
  required_rubygems_version: !ruby/object:Gem::Requirement
95
- none: false
96
88
  requirements:
97
- - - ! '>='
89
+ - - ">="
98
90
  - !ruby/object:Gem::Version
99
91
  version: '0'
100
92
  requirements: []
101
93
  rubyforge_project:
102
- rubygems_version: 1.8.23
94
+ rubygems_version: 2.2.1
103
95
  signing_key:
104
- specification_version: 3
96
+ specification_version: 4
105
97
  summary: Ruby bindings for the OpenCNAM API
106
98
  test_files:
107
99
  - spec/fixtures/opencnam_bad_response.rb