elk 0.0.8 → 0.0.9

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +22 -0
  3. data/README.MD +2 -3
  4. data/lib/elk/version.rb +1 -1
  5. metadata +43 -27
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9d59d8272bfa42a54f2ed37b9a540a453164ca7d
4
+ data.tar.gz: d162880c86b7ff8dd069d16571dc35841d9e41ff
5
+ SHA512:
6
+ metadata.gz: 05bdff09b4a596d724c87731529d45caf3de4c82bf7c9b76c677d71fd1720b2cee955894049e7caa7118d0a8253985a81fac01fea03013f8e31e37d5577dfcde
7
+ data.tar.gz: 754cb04171d813fe21d73d4c36069fce717a30c1501c31af64294a04b322ed6d816d1884f97238e8750f1d51394b875691c10b2e4b5b037088cbd6d70861f6db
data/MIT-LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2011 Johan Eckerström
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ 'Software'), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.MD CHANGED
@@ -1,5 +1,4 @@
1
- Elk - 46elks API-client [![Tested with Travis-CI](https://secure.travis-ci.org/jage/elk.png)](http://travis-ci.org/#!/jage/elk)
2
- ===
1
+ # Elk - 46elks API-client
3
2
 
4
3
  Ruby client for 46elks "Voice, SMS & MMS" service. http://46elks.com/
5
4
  At the moment the API only supports sending SMS messages.
@@ -87,4 +86,4 @@ SMS history
87
86
 
88
87
  ## Copyright
89
88
 
90
- Copyright (c) 2011 Johan Eckerström. See LICENSE for details.
89
+ Copyright (c) 2011 Johan Eckerström. See LICENSE for details.
data/lib/elk/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Elk
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,71 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
5
- prerelease:
4
+ version: 0.0.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Johan Eckerstroem
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-05-04 00:00:00.000000000 Z
11
+ date: 2013-04-05 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: multi_json
16
- requirement: &70241246614460 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: 1.3.4
19
+ version: 1.5.0
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *70241246614460
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 1.5.0
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: rest-client
27
- requirement: &70241246613380 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - ~>
31
32
  - !ruby/object:Gem::Version
32
33
  version: 1.6.3
33
34
  type: :runtime
34
35
  prerelease: false
35
- version_requirements: *70241246613380
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: 1.6.3
36
41
  - !ruby/object:Gem::Dependency
37
42
  name: rake
38
- requirement: &70241246611960 !ruby/object:Gem::Requirement
39
- none: false
43
+ requirement: !ruby/object:Gem::Requirement
40
44
  requirements:
41
45
  - - ~>
42
46
  - !ruby/object:Gem::Version
43
47
  version: 0.9.2
44
48
  type: :development
45
49
  prerelease: false
46
- version_requirements: *70241246611960
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: 0.9.2
47
55
  - !ruby/object:Gem::Dependency
48
56
  name: rspec
49
- requirement: &70241246610960 !ruby/object:Gem::Requirement
50
- none: false
57
+ requirement: !ruby/object:Gem::Requirement
51
58
  requirements:
52
59
  - - ~>
53
60
  - !ruby/object:Gem::Version
54
61
  version: 2.6.0
55
62
  type: :development
56
63
  prerelease: false
57
- version_requirements: *70241246610960
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: 2.6.0
58
69
  - !ruby/object:Gem::Dependency
59
70
  name: webmock
60
- requirement: &70241246610060 !ruby/object:Gem::Requirement
61
- none: false
71
+ requirement: !ruby/object:Gem::Requirement
62
72
  requirements:
63
73
  - - ~>
64
74
  - !ruby/object:Gem::Version
65
75
  version: 1.6.4
66
76
  type: :development
67
77
  prerelease: false
68
- version_requirements: *70241246610060
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: 1.6.4
69
83
  description: Elk can be used to allocate a phone numbers, manage the numbers and send
70
84
  SMS through these numbers.
71
85
  email: johan@duh.se
@@ -73,7 +87,10 @@ executables: []
73
87
  extensions: []
74
88
  extra_rdoc_files:
75
89
  - README.MD
90
+ - MIT-LICENSE
76
91
  files:
92
+ - README.MD
93
+ - MIT-LICENSE
77
94
  - lib/elk/number.rb
78
95
  - lib/elk/sms.rb
79
96
  - lib/elk/util.rb
@@ -96,30 +113,29 @@ files:
96
113
  - spec/fixtures/updates_a_number.txt
97
114
  - spec/spec.opts
98
115
  - spec/spec_helper.rb
99
- - README.MD
100
116
  homepage: https://github.com/jage/elk
101
- licenses: []
117
+ licenses:
118
+ - MIT
119
+ metadata: {}
102
120
  post_install_message:
103
121
  rdoc_options: []
104
122
  require_paths:
105
123
  - lib
106
124
  required_ruby_version: !ruby/object:Gem::Requirement
107
- none: false
108
125
  requirements:
109
- - - ! '>='
126
+ - - '>='
110
127
  - !ruby/object:Gem::Version
111
128
  version: '0'
112
129
  required_rubygems_version: !ruby/object:Gem::Requirement
113
- none: false
114
130
  requirements:
115
- - - ! '>='
131
+ - - '>='
116
132
  - !ruby/object:Gem::Version
117
133
  version: '0'
118
134
  requirements:
119
135
  - API account at 46elks.com
120
136
  rubyforge_project:
121
- rubygems_version: 1.8.11
137
+ rubygems_version: 2.0.0
122
138
  signing_key:
123
- specification_version: 3
139
+ specification_version: 4
124
140
  summary: Client library for 46elks SMS/MMS/Voice service.
125
141
  test_files: []