perception 0.3.18 → 0.3.19
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.
- data/Manifest.txt +1 -1
- data/{test/_start_all.rb → lib/perception/_test_all.rb} +0 -0
- data/version.rb +1 -1
- metadata +2 -2
data/Manifest.txt
CHANGED
|
@@ -12,6 +12,7 @@ demo/Example_Output_1.rb
|
|
|
12
12
|
demo/Example_Output_2.rb
|
|
13
13
|
init.rb
|
|
14
14
|
lib/perception.rb
|
|
15
|
+
lib/perception/_test_all.rb
|
|
15
16
|
lib/perception/const.rb
|
|
16
17
|
lib/perception/date_and_time.rb
|
|
17
18
|
lib/perception/logging.rb
|
|
@@ -21,7 +22,6 @@ lib/perception/perception_private.rb
|
|
|
21
22
|
lib/perception/ppp.rb
|
|
22
23
|
lib/perception/string_spread.rb
|
|
23
24
|
profile.rb
|
|
24
|
-
test/_start_all.rb
|
|
25
25
|
test/test_date_and_time.rb
|
|
26
26
|
test/test_numeric.rb
|
|
27
27
|
test/test_ppp.rb
|
|
File without changes
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: perception
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.19
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -132,6 +132,7 @@ files:
|
|
|
132
132
|
- demo/Example_Output_2.rb
|
|
133
133
|
- init.rb
|
|
134
134
|
- lib/perception.rb
|
|
135
|
+
- lib/perception/_test_all.rb
|
|
135
136
|
- lib/perception/const.rb
|
|
136
137
|
- lib/perception/date_and_time.rb
|
|
137
138
|
- lib/perception/logging.rb
|
|
@@ -141,7 +142,6 @@ files:
|
|
|
141
142
|
- lib/perception/ppp.rb
|
|
142
143
|
- lib/perception/string_spread.rb
|
|
143
144
|
- profile.rb
|
|
144
|
-
- test/_start_all.rb
|
|
145
145
|
- test/test_date_and_time.rb
|
|
146
146
|
- test/test_numeric.rb
|
|
147
147
|
- test/test_ppp.rb
|