ps_pabx_listener 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1341c8e3a69ebeabad3b3f4c263a94bba9d866da
4
- data.tar.gz: ceb997c422563e562f68802572a4fb5a87ea89c7
3
+ metadata.gz: ce305963e997139f0e5c6be2c67fc66cd20f15bf
4
+ data.tar.gz: ede5bb1ddb26a746f77e283f2a369133fa83799f
5
5
  SHA512:
6
- metadata.gz: b92e9a25b16b0cb0378f02a58905095284653a2a70c01156ae39bfd4143b80b7ae48779acf6560760bb31d1520cd0ebf9d23e6d742a2ed1357905e6d6bdfe651
7
- data.tar.gz: 446572ceb032cc5f127cdd26faa6a75af9c345678d02ac492d25a0c07f6baa1a1e21f72e48d8fcbaedad7f8e10a9155b566a9a5626639a819d9b1b7ad0e8cc49
6
+ metadata.gz: ee59dbe6c37df97a339a968cc3af0ff196dbc6999d5c278dc47c805326af80bfd7bd56cb4ffe8312808e31253a27aa25cca71b677e343183f9342778840b9345
7
+ data.tar.gz: f2dff88edf6bf1e5e1907d63e0742ba60cb77f7e3eea3296ebffd014bed1160c8dbb182f4bdc47d4abe81419c164bfc72f8fd6b034ea3c1110d650aa28bd814a
data/LICENSE.txt ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2016 Lucas Vieira Souza da Silva
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
data/README.md CHANGED
@@ -17,20 +17,20 @@ Simply,
17
17
 
18
18
  ## Using the command line utility
19
19
 
20
- * Listem for useful information for 30 seconds:
20
+ * Listen for useful information for 30 seconds:
21
21
 
22
- ps_pabx -s <pabx ip address or hostname> -u <username> -p <password>
22
+ ps_pabx -s pabx.example.com -u username -p password
23
23
 
24
- * Listem for useful information for 10 seconds:
24
+ * Listen for useful information for 10 seconds:
25
25
 
26
- ps_pabx -s <pabx ip address or hostname> -u <username> -p <password> -t 10
26
+ ps_pabx -s pabx.example.com -u username -p password -t 10
27
27
 
28
- * Listem continuously for data and store it in a given directory:
28
+ * Listen continuously for data and store it in a given directory:
29
29
 
30
- ps_pabx -s <pabx ip address or hostname> -u <username> -p <password> -d <store directory>
30
+ ps_pabx -s pabx.example.com -u username -p password -d /output/directory
31
31
 
32
32
  ## What else?
33
- Developed by Lucas Vieira <lucas@vieira.io>, June 2016.
33
+ Developed by Lucas Vieira <lucas@vieira.io>, July 2016.
34
34
 
35
35
  If you noticed a problem whatsoever, please, let me know.
36
36
 
data/exe/ps_pabx CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module PsPabxListener
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Command line utility which connects to a Panasonic PABX via telnet and retrieve calling information.}
13
13
  spec.description = %q{A command line utility which connects to a Panasonic PABX via *telnet* and retrieve calling information. Filters valuable content while keeping the original fixed-space format.}
14
- spec.homepage = "http://vieira.io"
14
+ spec.homepage = "http://github.com/pelgrim/ps_pabx_listener"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "exe"
@@ -23,6 +23,5 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency "rspec", "~> 3.0"
24
24
  spec.add_development_dependency "rspec-mocks", "~> 3.0"
25
25
  spec.add_development_dependency "factory_girl", "~> 4.7"
26
- spec.add_dependency "net-telnet"
27
- spec.add_dependency "daemons"
26
+ spec.add_dependency "net-telnet", "0.1.1"
28
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ps_pabx_listener
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Vieira
@@ -84,30 +84,16 @@ dependencies:
84
84
  name: net-telnet
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: 0.1.1
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: daemons
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
96
+ version: 0.1.1
111
97
  description: A command line utility which connects to a Panasonic PABX via *telnet*
112
98
  and retrieve calling information. Filters valuable content while keeping the original
113
99
  fixed-space format.
@@ -122,6 +108,7 @@ files:
122
108
  - ".rspec"
123
109
  - ".travis.yml"
124
110
  - Gemfile
111
+ - LICENSE.txt
125
112
  - README.md
126
113
  - Rakefile
127
114
  - bin/console
@@ -132,7 +119,7 @@ files:
132
119
  - lib/ps_pabx_listener/main.rb
133
120
  - lib/ps_pabx_listener/version.rb
134
121
  - ps_pabx_listener.gemspec
135
- homepage: http://vieira.io
122
+ homepage: http://github.com/pelgrim/ps_pabx_listener
136
123
  licenses: []
137
124
  metadata: {}
138
125
  post_install_message: