sms24x7 0.2.1 → 0.2.2

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: 5573a20fe9fedb7fc1a9d94983388002f6c05c52
4
- data.tar.gz: 05bd7fd804422fdfcef16885e9f8d1954472f96d
3
+ metadata.gz: 81351ddd3a4bd6af1d84b6829a84e7631dabe5be
4
+ data.tar.gz: a4c4b9d81ade8918db29e9153b485daa7b66a130
5
5
  SHA512:
6
- metadata.gz: 61432edd14c631806e111a5e9e4a5d8de2d0cbb5e2ab062eae5fefa003a7a9021e81f2b1c184b005f60205378c79505b4c3de2b35ed32811eb5074345bc04a67
7
- data.tar.gz: a0d21f5d61ec1c2e5aab9ed8a3ea83cd31269a105da641603875b6c3007f4456295263b6e7abdf82b4d014a8ca2c114a6f1789c9fe193874d9364d618b2e3865
6
+ metadata.gz: 30bfd2adc897c2c3d2692d77284c2bce23f0346f784346279df3dff551b2a32a6eb420f1cd7854d5de007ac905600e2bc0933b82035b932deae46555a6f37da1
7
+ data.tar.gz: 2fc7deb81c9bb316b1fd2526c846ff655e232dbb07c4844d8c0608c0a3d061e5aa6b910114f34a44eaaac39a209fe1e6e1b4725368a5e97177190a4f1b90e375
data/LICENSE CHANGED
@@ -1,8 +1,22 @@
1
1
  Copyright (c) 2012, Gleb Averchuk
2
2
  All rights reserved.
3
3
 
4
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
5
6
 
6
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7
+ Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
9
+ Redistributions in binary form must reproduce the above copyright notice, this
10
+ list of conditions and the following disclaimer in the documentation and/or
11
+ other materials provided with the distribution.
12
+
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
17
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
19
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
20
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
21
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
22
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md CHANGED
@@ -53,3 +53,6 @@ end
53
53
 
54
54
  here `recipient_phones_str_arr` - it's array that consist phone numbers as strings in format that represented above.
55
55
 
56
+ ## License
57
+
58
+ sms24x7 ruby gem is licensed under the [BSD License](https://github.com/newmen/sms24x7/blob/master/LICENSE).
@@ -1,3 +1,3 @@
1
1
  module SmsApi
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/sms24x7.gemspec CHANGED
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "sms24x7"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = SmsApi::VERSION
17
+ gem.license = 'BSD'
17
18
 
18
19
  gem.add_dependency 'curb-fu'
19
20
  gem.add_dependency 'json'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sms24x7
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Averchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-05 00:00:00.000000000 Z
11
+ date: 2013-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curb-fu
@@ -71,7 +71,8 @@ files:
71
71
  - spec/functional_spec.rb
72
72
  - spec/spec_helper.rb
73
73
  homepage: https://github.com/newmen/sms24x7
74
- licenses: []
74
+ licenses:
75
+ - BSD
75
76
  metadata: {}
76
77
  post_install_message:
77
78
  rdoc_options: []