rupat 0.0.4 → 0.0.5
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 +4 -4
- data/CHANGELOG.rdoc +5 -0
- data/README.rdoc +16 -2
- data/doc/Rupat.html +2 -2
- data/doc/RupatAlias.html +1 -1
- data/doc/RupatMod.html +1 -1
- data/doc/RupatMod/RupatError.html +1 -1
- data/doc/RupatMod/RupatInvalidLineError.html +1 -1
- data/doc/RupatMod/RupatPasteError.html +1 -1
- data/doc/RupatMod/RupatSearchError.html +1 -1
- data/doc/RupatMod/RupatTypeError.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +8 -2
- data/doc/file.README.html +15 -1
- data/doc/index.html +15 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8e6119481a9c98fd82b5c9b04b5b81651c6235b
|
|
4
|
+
data.tar.gz: 54a3409cdab92c9f6a4070b38ea1176201210009
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d9705b2e7f0d54982b7200cf0720a5dc822ce56aa01ea5f9621ddf417ca3bfb2ae38560a6fc761f01e540099894d4346e0844a9bcc4e6e20269302a8c3acada
|
|
7
|
+
data.tar.gz: 5a9c2b6ec04d3f9430dcbad0ac77d5af9ffde3cc93c1d02be519694364b9e5870f330732060420eda25f34c7428a81d06d7056877f7a182d1e73fc2ba334c717
|
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
= Rupat
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
== Description
|
|
5
4
|
|
|
6
5
|
{Rupat} is Ruby Patching library. {Rupat} is mainly intended to patch
|
|
@@ -8,10 +7,25 @@ text files. It can also be used to just extract information from
|
|
|
8
7
|
files. {Rupat} comes with a library for general use and simple
|
|
9
8
|
executable for patching files.
|
|
10
9
|
|
|
11
|
-
|
|
12
10
|
== Documentation
|
|
13
11
|
|
|
14
12
|
Main documentation is generated from source (See: {Rupat}).
|
|
15
13
|
|
|
16
14
|
Test files in "test" directory includes multiple ways of how to use
|
|
17
15
|
{Rupat}.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
== NOTE
|
|
19
|
+
|
|
20
|
+
At the moment (2017-12-17) it seems that Rupat does not have too much
|
|
21
|
+
future development.
|
|
22
|
+
|
|
23
|
+
Rupat was evolved over pretty long period of time and included all
|
|
24
|
+
kinds of "silly" experiments. I'm not happy with the messy outcome.
|
|
25
|
+
|
|
26
|
+
I have a rewrite ready with clean interface, but with the same basic
|
|
27
|
+
concepts. The GEM library is called Patman. The main restriction in
|
|
28
|
+
Patman is that it is library-only implementation. However, I feel that
|
|
29
|
+
this is the way to go anyhow for quick-and-dirty patching. Please
|
|
30
|
+
check if Patman suites your needs. It will have more development
|
|
31
|
+
future than Rupat.
|
data/doc/Rupat.html
CHANGED
|
@@ -219,7 +219,7 @@ to file2.</p>
|
|
|
219
219
|
<dt id="VERSION-constant" class="">VERSION =
|
|
220
220
|
|
|
221
221
|
</dt>
|
|
222
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.
|
|
222
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.4</span><span class='tstring_end'>"</span></span></pre></dd>
|
|
223
223
|
|
|
224
224
|
</dl>
|
|
225
225
|
|
|
@@ -962,7 +962,7 @@ to file2.</p>
|
|
|
962
962
|
</div>
|
|
963
963
|
|
|
964
964
|
<div id="footer">
|
|
965
|
-
Generated on
|
|
965
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
966
966
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
967
967
|
0.8.7.6 (ruby-2.3.3).
|
|
968
968
|
</div>
|
data/doc/RupatAlias.html
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
</div>
|
|
183
183
|
|
|
184
184
|
<div id="footer">
|
|
185
|
-
Generated on
|
|
185
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
186
186
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
187
187
|
0.8.7.6 (ruby-2.3.3).
|
|
188
188
|
</div>
|
data/doc/RupatMod.html
CHANGED
|
@@ -5198,7 +5198,7 @@ closing.</p>
|
|
|
5198
5198
|
</div>
|
|
5199
5199
|
|
|
5200
5200
|
<div id="footer">
|
|
5201
|
-
Generated on
|
|
5201
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
5202
5202
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
5203
5203
|
0.8.7.6 (ruby-2.3.3).
|
|
5204
5204
|
</div>
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</div>
|
|
130
130
|
|
|
131
131
|
<div id="footer">
|
|
132
|
-
Generated on
|
|
132
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
133
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
134
134
|
0.8.7.6 (ruby-2.3.3).
|
|
135
135
|
</div>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
136
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
138
138
|
0.8.7.6 (ruby-2.3.3).
|
|
139
139
|
</div>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
136
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
138
138
|
0.8.7.6 (ruby-2.3.3).
|
|
139
139
|
</div>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
136
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
138
138
|
0.8.7.6 (ruby-2.3.3).
|
|
139
139
|
</div>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
136
|
+
Generated on Sun Dec 17 09:43:18 2017 by
|
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
138
138
|
0.8.7.6 (ruby-2.3.3).
|
|
139
139
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
</div>
|
|
150
150
|
|
|
151
151
|
<div id="footer">
|
|
152
|
-
Generated on
|
|
152
|
+
Generated on Sun Dec 17 09:43:17 2017 by
|
|
153
153
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
154
154
|
0.8.7.6 (ruby-2.3.3).
|
|
155
155
|
</div>
|
data/doc/file.CHANGELOG.html
CHANGED
|
@@ -63,7 +63,13 @@
|
|
|
63
63
|
|
|
64
64
|
<div id="content"><div id='filecontents'>
|
|
65
65
|
<h1 id="label-Version+history">Version history</h1>
|
|
66
|
-
<dl class="rdoc-list label-list"><dt>0.0.
|
|
66
|
+
<dl class="rdoc-list label-list"><dt>0.0.5
|
|
67
|
+
<dd>
|
|
68
|
+
<p>README update. Deprecating Rupat and recommending Patman instead.</p>
|
|
69
|
+
</dd><dt>0.0.4
|
|
70
|
+
<dd>
|
|
71
|
+
<p>NA</p>
|
|
72
|
+
</dd><dt>0.0.3
|
|
67
73
|
<dd>
|
|
68
74
|
<p>Gem content fix. v0.0.2 had incorrect content!</p>
|
|
69
75
|
</dd><dt>0.0.2
|
|
@@ -76,7 +82,7 @@
|
|
|
76
82
|
</div></div>
|
|
77
83
|
|
|
78
84
|
<div id="footer">
|
|
79
|
-
Generated on
|
|
85
|
+
Generated on Sun Dec 17 09:43:17 2017 by
|
|
80
86
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
81
87
|
0.8.7.6 (ruby-2.3.3).
|
|
82
88
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -77,10 +77,24 @@ files.</p>
|
|
|
77
77
|
|
|
78
78
|
<p>Test files in “test” directory includes multiple ways of how to use
|
|
79
79
|
<span class='object_link'><a href="Rupat.html" title="Rupat (class)">Rupat</a></span>.</p>
|
|
80
|
+
|
|
81
|
+
<h2 id="label-NOTE">NOTE</h2>
|
|
82
|
+
|
|
83
|
+
<p>At the moment (2017-12-17) it seems that Rupat does not have too much
|
|
84
|
+
future development.</p>
|
|
85
|
+
|
|
86
|
+
<p>Rupat was evolved over pretty long period of time and included all kinds of
|
|
87
|
+
“silly” experiments. I'm not happy with the messy outcome.</p>
|
|
88
|
+
|
|
89
|
+
<p>I have a rewrite ready with clean interface, but with the same basic
|
|
90
|
+
concepts. The GEM library is called Patman. The main restriction in Patman
|
|
91
|
+
is that it is library-only implementation. However, I feel that this is the
|
|
92
|
+
way to go anyhow for quick-and-dirty patching. Please check if Patman
|
|
93
|
+
suites your needs. It will have more development future than Rupat.</p>
|
|
80
94
|
</div></div>
|
|
81
95
|
|
|
82
96
|
<div id="footer">
|
|
83
|
-
Generated on
|
|
97
|
+
Generated on Sun Dec 17 09:43:17 2017 by
|
|
84
98
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
85
99
|
0.8.7.6 (ruby-2.3.3).
|
|
86
100
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -77,10 +77,24 @@ files.</p>
|
|
|
77
77
|
|
|
78
78
|
<p>Test files in “test” directory includes multiple ways of how to use
|
|
79
79
|
<span class='object_link'><a href="Rupat.html" title="Rupat (class)">Rupat</a></span>.</p>
|
|
80
|
+
|
|
81
|
+
<h2 id="label-NOTE">NOTE</h2>
|
|
82
|
+
|
|
83
|
+
<p>At the moment (2017-12-17) it seems that Rupat does not have too much
|
|
84
|
+
future development.</p>
|
|
85
|
+
|
|
86
|
+
<p>Rupat was evolved over pretty long period of time and included all kinds of
|
|
87
|
+
“silly” experiments. I'm not happy with the messy outcome.</p>
|
|
88
|
+
|
|
89
|
+
<p>I have a rewrite ready with clean interface, but with the same basic
|
|
90
|
+
concepts. The GEM library is called Patman. The main restriction in Patman
|
|
91
|
+
is that it is library-only implementation. However, I feel that this is the
|
|
92
|
+
way to go anyhow for quick-and-dirty patching. Please check if Patman
|
|
93
|
+
suites your needs. It will have more development future than Rupat.</p>
|
|
80
94
|
</div></div>
|
|
81
95
|
|
|
82
96
|
<div id="footer">
|
|
83
|
-
Generated on
|
|
97
|
+
Generated on Sun Dec 17 09:43:17 2017 by
|
|
84
98
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
85
99
|
0.8.7.6 (ruby-2.3.3).
|
|
86
100
|
</div>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
<div id="footer">
|
|
108
|
-
Generated on
|
|
108
|
+
Generated on Sun Dec 17 09:43:17 2017 by
|
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
110
110
|
0.8.7.6 (ruby-2.3.3).
|
|
111
111
|
</div>
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rupat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tero Isannainen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: como
|