xcop 0.6.2 → 0.6.3

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: d3ee694e170f4e6b044b545eab654e33e001eacff8650c157b6afa0d9316d54c
4
- data.tar.gz: 908e105cfbfc9c83b8180e96cb103dbbf835cd939f904dda8fdfa25a61172106
3
+ metadata.gz: 1e36ceb8094cf5d0a19aea136e067aefead3f8d2d5d0be89ee04621bf377ea9f
4
+ data.tar.gz: 0ada0467d87ee9bd8eee76b455093d8eaf651d5297db98ba0c06a8f9cbdacd35
5
5
  SHA512:
6
- metadata.gz: 6a75b4f22d82154af7c05536da729f7cd46f22ecd30d57ff930c6d799b455b1188c56d8f07a72df49b91c2d4fa99e9b4d671eb2111b6d7bf827aa9ac25ced21f
7
- data.tar.gz: 1c44700a2f0182614f337f1085faaa60c65a261921eb2078a00c7dcd51431bf00e306cb0eef40b10458e59851769e0d494e7a100d17fea1b92f5557207cc67d4
6
+ metadata.gz: 95e7400cf83b268b35464cb701e8eda47e3f1db96d6d7dbb881a3d1cde7776dd6d5888334cd7c5f26f5727868e56638c06c6f9fe8da39a8a3f59156e33d9b338
7
+ data.tar.gz: b5535146d433e5bb9d37967f523e8851b6dfebf1486e6b4d0cdf41a4db72e0caefc821587bd0d9c791f0c46f4b1c76af1481a8470d411398d177ba51e0b26ca2
data/.simplecov CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2020 Yegor Bugayenko
3
+ Copyright (c) 2017-2021 Yegor Bugayenko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the 'Software'), to deal
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
data/bin/xcop CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- # Copyright (c) 2017-2020 Yegor Bugayenko
2
+ # Copyright (c) 2017-2021 Yegor Bugayenko
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -24,7 +24,7 @@ require_relative '../xcop'
24
24
 
25
25
  # Xcop rake task.
26
26
  # Author:: Yegor Bugayenko (yegor256@gmail.com)
27
- # Copyright:: Copyright (c) 2017-2020 Yegor Bugayenko
27
+ # Copyright:: Copyright (c) 2017-2021 Yegor Bugayenko
28
28
  # License:: MIT
29
29
  module Xcop
30
30
  # Rake task.
data/lib/xcop/version.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -20,8 +20,8 @@
20
20
 
21
21
  # Xcop main module.
22
22
  # Author:: Yegor Bugayenko (yegor256@gmail.com)
23
- # Copyright:: Copyright (c) 2017-2020 Yegor Bugayenko
23
+ # Copyright:: Copyright (c) 2017-2021 Yegor Bugayenko
24
24
  # License:: MIT
25
25
  module Xcop
26
- VERSION = '0.6.2'.freeze
26
+ VERSION = '0.6.3'.freeze
27
27
  end
data/lib/xcop.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -25,7 +25,7 @@ require_relative 'xcop/version'
25
25
 
26
26
  # Xcop main module.
27
27
  # Author:: Yegor Bugayenko (yegor256@gmail.com)
28
- # Copyright:: Copyright (c) 2017-2020 Yegor Bugayenko
28
+ # Copyright:: Copyright (c) 2017-2021 Yegor Bugayenko
29
29
  # License:: MIT
30
30
  module Xcop
31
31
  # Command line interface.
data/test/test__helper.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -25,7 +25,7 @@ require_relative '../lib/xcop/rake_task'
25
25
 
26
26
  # Xcop rake task.
27
27
  # Author:: Yegor Bugayenko (yegor256@gmail.com)
28
- # Copyright:: Copyright (c) 2017-2020 Yegor Bugayenko
28
+ # Copyright:: Copyright (c) 2017-2021 Yegor Bugayenko
29
29
  # License:: MIT
30
30
  class TestRakeTask < Minitest::Test
31
31
  def test_basic
data/test/test_xcop.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
@@ -26,7 +26,7 @@ require_relative '../lib/xcop'
26
26
 
27
27
  # Xcop main module test.
28
28
  # Author:: Yegor Bugayenko (yegor256@gmail.com)
29
- # Copyright:: Copyright (c) 2017-2020 Yegor Bugayenko
29
+ # Copyright:: Copyright (c) 2017-2021 Yegor Bugayenko
30
30
  # License:: MIT
31
31
  class TestXcop < Minitest::Test
32
32
  def test_basic
data/xcop.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2020 Yegor Bugayenko
1
+ # Copyright (c) 2017-2021 Yegor Bugayenko
2
2
  #
3
3
  # Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  # of this software and associated documentation files (the 'Software'), to deal
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-01 00:00:00.000000000 Z
11
+ date: 2021-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: differ
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  - !ruby/object:Gem::Version
224
224
  version: '0'
225
225
  requirements: []
226
- rubygems_version: 3.0.1
226
+ rubygems_version: 3.1.2
227
227
  signing_key:
228
228
  specification_version: 2
229
229
  summary: XML Formatting Static Validator