danger-spelling 0.0.1 → 0.0.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: c00f343a9b9ba9b4c615a3ff5581e9d17193fc8da79167ee9b664384e926bfe1
4
- data.tar.gz: cdd9b031a3167fc8428c9dc7f7d36f75ee6be0b62b04a10669588ab08bbd5f90
3
+ metadata.gz: 8e2a8099935d9d4c895d6ed0a83fcba04e4ec35389f0921d4d3ba4a5d0f383e8
4
+ data.tar.gz: 5807a894c1ac26959e3d054916b2cbb831416096fc74626e25b5e708278ba19c
5
5
  SHA512:
6
- metadata.gz: aea7441a74f7cd79bd26959ba900094dc497442ab0c8924293037f65679760af2454ddbe83b00edf18dadc8d3803c7f36194356f9aaddda24007a0688457ab3a
7
- data.tar.gz: 28ad9975295d71e8365607f90cbe6a66930e87930d398d7e94d7ec214216ac5a78e6fe4ad433285d9b840157f237ea18d5aeb8978b432a6da9554c16bc7c4293
6
+ metadata.gz: 0144f284d0ab21fcbd300ea11f2216db9a9f090bd3c7359c393b576e282989d577ff3589d6ef6690b359482b2d6d6069e18c10a7cd2ed9ca53d1a2e0255c4ff3
7
+ data.tar.gz: 12d8803e94aa72d71eeab064d586b6af07b40693d46d802281ab2f10cbe2ee9d5fceb9c18cf191cf1ab5034a8884d8f9967f6601e2d3e80604cfa51a4c4e54b0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-spelling (0.0.1)
4
+ danger-spelling (0.0.2)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
Binary file
@@ -5,14 +5,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require "spelling/gem_version"
6
6
 
7
7
  Gem::Specification.new do |spec|
8
- spec.name = "danger-spelling"
8
+ spec.name = 'danger-spelling'
9
9
  spec.version = Spelling::VERSION
10
- spec.authors = ["HammyAssassin"]
11
- spec.email = ["alanoc83@gmail.com"]
12
- spec.description = "A Danger plugin for pyspelling."
13
- spec.summary = "danger-spelling uses pyspelling to scan files changed for spelling mistakes."
14
- spec.homepage = "https://github.com/HammyAssassin/danger-spelling"
15
- spec.license = "MIT"
10
+ spec.authors = ['HamstringAssassin']
11
+ spec.email = ['alanoc83@gmail.com']
12
+ spec.description = 'A Danger plugin for pyspelling.'
13
+ spec.summary = 'danger-spelling uses pyspelling to scan files changed for spelling mistakes.'
14
+ spec.homepage = 'https://github.com/hamstringassassin/danger-spelling'
15
+ spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spelling
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-spelling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - HammyAssassin
7
+ - HamstringAssassin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -168,6 +168,7 @@ files:
168
168
  - LICENSE.txt
169
169
  - README.md
170
170
  - Rakefile
171
+ - danger-spelling-0.0.1.gem
171
172
  - danger-spelling.gemspec
172
173
  - lib/danger_plugin.rb
173
174
  - lib/danger_spelling.rb
@@ -178,7 +179,7 @@ files:
178
179
  - spec/fixtures/test.yml
179
180
  - spec/spec_helper.rb
180
181
  - spec/spelling_spec.rb
181
- homepage: https://github.com/HammyAssassin/danger-spelling
182
+ homepage: https://github.com/hamstringassassin/danger-spelling
182
183
  licenses:
183
184
  - MIT
184
185
  metadata: {}