elastic_tabstops 0.1.1 → 0.1.2
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/Gemfile.lock +1 -1
- data/elastic_tabstops.gemspec +3 -3
- data/lib/elastic_tabstops/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21774a2f30fc846d934a1c99bd36038b3ef117d40485c4e408c74aee6deb8cad
|
|
4
|
+
data.tar.gz: 99eb9d481aaf389354e87dde04b851f774747314ce9a8a10b265668140902653
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34f502173b9061d658f1f139ef319b5bd921ff5361dd967d116e157af874c3476439752889e56547fe6a2390d31887f1459cbc26f48330ba6d1d2624dccf8e3c
|
|
7
|
+
data.tar.gz: f1f44d3ba5fc34de1c3762d4a3b159c61716408230eae93a1db280db5508866ce25adb93f755e894c600e4cd1523044bb5069d307d8635d2d85b49118fe48550
|
data/Gemfile.lock
CHANGED
data/elastic_tabstops.gemspec
CHANGED
|
@@ -18,15 +18,15 @@ This gem implements the Elastic Tabstops proposal
|
|
|
18
18
|
Data written to an elastic tabstop output stream is reformatted to align
|
|
19
19
|
columns. Columns are made up of tab-terminated cells in adjacent lines of output.
|
|
20
20
|
}
|
|
21
|
-
spec.homepage = "https://github.com/perlmonger42/
|
|
21
|
+
spec.homepage = "https://github.com/perlmonger42/elastic-tabstops"
|
|
22
22
|
spec.license = "MIT"
|
|
23
23
|
|
|
24
24
|
if spec.respond_to?(:metadata)
|
|
25
25
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
26
26
|
|
|
27
27
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
28
|
-
spec.metadata["source_code_uri"] = "https://github.com/perlmonger42/
|
|
29
|
-
spec.metadata["changelog_uri"] = "https://github.com/perlmonger42/
|
|
28
|
+
spec.metadata["source_code_uri"] = "https://github.com/perlmonger42/elastic-tabstops"
|
|
29
|
+
spec.metadata["changelog_uri"] = "https://github.com/perlmonger42/elastic-tabstops/blob/master/CHANGELOG.md"
|
|
30
30
|
else
|
|
31
31
|
raise "RubyGems 2.0 or newer is required to protect against " \
|
|
32
32
|
"public gem pushes."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastic_tabstops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas A. Boyer
|
|
@@ -153,14 +153,14 @@ files:
|
|
|
153
153
|
- lib/elastic_tabstops/formatter.rb
|
|
154
154
|
- lib/elastic_tabstops/outstream_to_lines.rb
|
|
155
155
|
- lib/elastic_tabstops/version.rb
|
|
156
|
-
homepage: https://github.com/perlmonger42/
|
|
156
|
+
homepage: https://github.com/perlmonger42/elastic-tabstops
|
|
157
157
|
licenses:
|
|
158
158
|
- MIT
|
|
159
159
|
metadata:
|
|
160
160
|
allowed_push_host: https://rubygems.org
|
|
161
|
-
homepage_uri: https://github.com/perlmonger42/
|
|
162
|
-
source_code_uri: https://github.com/perlmonger42/
|
|
163
|
-
changelog_uri: https://github.com/perlmonger42/
|
|
161
|
+
homepage_uri: https://github.com/perlmonger42/elastic-tabstops
|
|
162
|
+
source_code_uri: https://github.com/perlmonger42/elastic-tabstops
|
|
163
|
+
changelog_uri: https://github.com/perlmonger42/elastic-tabstops/blob/master/CHANGELOG.md
|
|
164
164
|
post_install_message:
|
|
165
165
|
rdoc_options: []
|
|
166
166
|
require_paths:
|