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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 137f1f3ae7045b111582ac9be005129827680181a370c27ff08bff969d75059e
4
- data.tar.gz: dce78c9c1f4e490240c09b2c6cc694779086f0809ec3f2d74c723435747cc312
3
+ metadata.gz: 21774a2f30fc846d934a1c99bd36038b3ef117d40485c4e408c74aee6deb8cad
4
+ data.tar.gz: 99eb9d481aaf389354e87dde04b851f774747314ce9a8a10b265668140902653
5
5
  SHA512:
6
- metadata.gz: 1a282d910b97536c7e262cdd5da8dde8cfbb94ddf9a77a7df4157ceb7039b5b3ad3d5cb3bf04a0f7f07319007c33fb6ec30e3ba4134ef6be8ff14137cbc9a5c1
7
- data.tar.gz: 53f598ee326fb05036f6200e84838632520e1c632f852cea1041f1c7a5e8c4dbff343a8a5cfd5591ab35032f9592dc12ddaf09b7d3051d0e3c1961f611778a98
6
+ metadata.gz: 34f502173b9061d658f1f139ef319b5bd921ff5361dd967d116e157af874c3476439752889e56547fe6a2390d31887f1459cbc26f48330ba6d1d2624dccf8e3c
7
+ data.tar.gz: f1f44d3ba5fc34de1c3762d4a3b159c61716408230eae93a1db280db5508866ce25adb93f755e894c600e4cd1523044bb5069d307d8635d2d85b49118fe48550
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elastic_tabstops (0.1.1)
4
+ elastic_tabstops (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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/elastic_tabstops"
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/elastic_tabstops"
29
- spec.metadata["changelog_uri"] = "https://github.com/perlmonger42/elastic_tabstops/blob/master/CHANGELOG.md"
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."
@@ -1,3 +1,3 @@
1
1
  module ElasticTabstops
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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/elastic_tabstops
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/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
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: