cycle_analyst_logger 0.2.0 → 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: c14b7775ea0c3bb48e42d175c8848aa3098630e0
4
- data.tar.gz: 48aee7dce5942646f3e9e6d10591ac4da3116d7b
3
+ metadata.gz: 794d9286b6d8777aba1339ca41cf835a77b02c04
4
+ data.tar.gz: a94cb42629de377f30ba349706deaf433b072161
5
5
  SHA512:
6
- metadata.gz: a132b986dc5239b4a9b396bcd745b60710f8112fdd420ff66ffff5cf169e96e14ab3675951124ac581aafd89bf9a05c35c2fe53df8fe5b9e5f8c669887b78bd1
7
- data.tar.gz: 035e128d2bd96f8df6a765e09bbd7a8595135ff11f904d8d3183af72aba7fbf968371289582002d523a344139fe4153f17ad145312d37302e2a73ace241c1a40
6
+ metadata.gz: 31c14793e8830f262ecf9ccd86ca618a52c315e04c05e9b8c55f29a93bd27a17b06969bc9201a5b8d5ca694d41cb52d4cd20079734cfab02943e990d892b3059
7
+ data.tar.gz: f38a45683ea333ebb651fece6f428b0490c50e461bb7f99027f6f219d626a52ce9be9b37c3eaeaf63561dbfbb66b966594d8c0dd29f3d848d844602fc4e5a771
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Robert J. Berger
4
+
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.
@@ -1,5 +1,7 @@
1
1
  = cycle_analyst_logger
2
2
 
3
+ {<img src="https://badge.fury.io/rb/cycle_analyst_logger.svg" alt="Gem Version" />}[https://badge.fury.io/rb/cycle_analyst_logger]
4
+
3
5
  == NAME
4
6
  cycle_analyst_logger - Store the streaming data log output of a Grin Cycle Analyst V3 and optionally a Phaserunner
5
7
 
@@ -25,6 +27,11 @@
25
27
  help - Shows a list of commands or help for one command
26
28
  log - Capture the logging output of the Cycle Analyst and optionally Phaserunner to a file
27
29
 
30
+ == License and Copyright
31
+
32
+ * Copyright (c) 2018 Robert J. Berger
33
+ * License: MIT
34
+
28
35
 
29
36
  :include:cycle_analyst_logger.rdoc
30
37
 
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency 'bundler', '~> 1.16'
33
33
  spec.add_development_dependency 'rake', '~> 10.0'
34
34
  spec.add_development_dependency 'rspec', '~> 3.0'
35
- spec.add_development_dependency 'rdoc', '~> 0', '>= 5.0.0'
35
+ spec.add_development_dependency 'rdoc', '>= 5.0.0'
36
36
  spec.add_development_dependency 'aruba', '~> 0.14'
37
37
  spec.add_development_dependency 'yard', '~> 0.9'
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module CycleAnalystLogger
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cycle_analyst_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert J. Berger
@@ -104,9 +104,6 @@ dependencies:
104
104
  name: rdoc
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: '0'
110
107
  - - ">="
111
108
  - !ruby/object:Gem::Version
112
109
  version: 5.0.0
@@ -114,9 +111,6 @@ dependencies:
114
111
  prerelease: false
115
112
  version_requirements: !ruby/object:Gem::Requirement
116
113
  requirements:
117
- - - "~>"
118
- - !ruby/object:Gem::Version
119
- version: '0'
120
114
  - - ">="
121
115
  - !ruby/object:Gem::Version
122
116
  version: 5.0.0
@@ -161,6 +155,7 @@ extra_rdoc_files:
161
155
  files:
162
156
  - ".gitignore"
163
157
  - Gemfile
158
+ - LICENSE.txt
164
159
  - README.rdoc
165
160
  - Rakefile
166
161
  - cycle_analyst_logger.gemspec