merton_planning_formatter 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: aadedc6cd35367b8cf0470b52eb5ec0a427222dd2dd2b4f0d0ef30827dda2c48
4
- data.tar.gz: 634038b6164161d1cfe5518212b4c45a7a900548cc420d5a047c92b22c53f1c8
3
+ metadata.gz: ea9a20866e655ac7a644a1733d9780b016b8e835018655f502dcde6fefea7690
4
+ data.tar.gz: a500ec4b47457e512e5925d0c22afbc9263734302d91d70c85a84d72903d7c55
5
5
  SHA512:
6
- metadata.gz: b33704e6148a842e61d726afa0325c2842bdd9c1effcee1a4cfdaf003e76fb451926191e83a11e569347d6953f1a77467d66725429f7fa6762d5f3c6a9f05e6c
7
- data.tar.gz: 061ac830fb21a713ea7befe95a19a324498e86844fe6237cf85566ce46977df0a3b041de525ebaf40614df73d1dd2d4dbf7ab367c5cf30090c7e437226268c8e
6
+ metadata.gz: f212255c41508b7084a7191dcc42488b3b742da26acbc603de1bedb16100c19506e116a062bf9f9cc4bc4ac28eb4ff4fe29716a33daec163bbbd749b891966d4
7
+ data.tar.gz: 4d6af9eef53729a2cb39f667d106708410facbcccf1e3de5f9dc9640c88d24ac199339d18ec26aeada62ffe70de2317c21433cd81596ca1fef2a52f7c786daea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- merton_planning_formatter (0.1.0)
4
+ merton_planning_formatter (0.1.1)
5
5
  pragmatic_segmenter
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module MertonPlanningFormatter
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Adrian Short"]
7
7
  spec.email = ["adrian@adrianshort.org"]
8
8
 
9
- spec.summary = %q{Formats planning application descriptions/proposals nicely.}
9
+ spec.summary = %q{Format Merton Council planning application descriptions/proposals nicely.}
10
10
  # spec.description = %q{TODO: Write a longer description or delete this line.}
11
11
  spec.homepage = "https://github.com/adrianshort/merton_planning_formatter"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
16
  spec.metadata["source_code_uri"] = spec.homepage
17
- spec.metadata["changelog_uri"] = "https://github.com/adrianshort/merton_planning_formatter/CHANGELOG.md"
17
+ spec.metadata["changelog_uri"] = "https://github.com/adrianshort/merton_planning_formatter/blob/master/CHANGELOG.md"
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merton_planning_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Short
@@ -62,7 +62,7 @@ licenses:
62
62
  metadata:
63
63
  homepage_uri: https://github.com/adrianshort/merton_planning_formatter
64
64
  source_code_uri: https://github.com/adrianshort/merton_planning_formatter
65
- changelog_uri: https://github.com/adrianshort/merton_planning_formatter/CHANGELOG.md
65
+ changelog_uri: https://github.com/adrianshort/merton_planning_formatter/blob/master/CHANGELOG.md
66
66
  post_install_message:
67
67
  rdoc_options: []
68
68
  require_paths:
@@ -81,5 +81,5 @@ requirements: []
81
81
  rubygems_version: 3.1.2
82
82
  signing_key:
83
83
  specification_version: 4
84
- summary: Formats planning application descriptions/proposals nicely.
84
+ summary: Format Merton Council planning application descriptions/proposals nicely.
85
85
  test_files: []