cosing 0.2.0 → 0.2.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: 040ee7054dacb1ad6141f23af73e66a02b4cea59db00b62cba8a74024f9aa172
4
- data.tar.gz: 1be033e088188c64142674029aad1f95882aadc8dec765c89abbc81b6aa0a948
3
+ metadata.gz: 4a4f9de533dc31dcaa85e01feccbb3a35886d3c959dfd6697f67ea94ed561b3f
4
+ data.tar.gz: a6c8187f8bd7a59c86689de05eda1992fb5b49332d196bd2146e56a0379dea15
5
5
  SHA512:
6
- metadata.gz: 144863d22513abfaf81ca0ce90a0962aad5dcaa67ec2c959881d22cab6febc412698b6ff462f890b07c312b3db6ebf8242582c985691558568634d6edbbc3fca
7
- data.tar.gz: c785be08ec43ecb134cef5aa67270c1f6c1269a1d35065ff5b6237c81c325a7f5782154863a9139f4de9119aa8b4a34799b30d185a0f97c0226ea2c338dab5d9
6
+ metadata.gz: 78a9a8991ee470d72523a28fe0c2eb1cd892bb8cc6fecddbd7930bac9f7e0daf7bd090ac8ddd4ace3999f5b1710cae7d09bcf66efcbc43239eac5541031ed7a6
7
+ data.tar.gz: 81f9b11df117af0f01cb156bc3d685fee608a7cc4fcfc06e2ee2db7bc4ae55de9a84def9bc7825ee3448a816aa0bc4c9e7552848cff49d3b0989e8fc0ffbb05c
data/cosing.gemspec CHANGED
@@ -19,11 +19,26 @@ Gem::Specification.new do |spec|
19
19
  spec.metadata["changelog_uri"] = spec.homepage
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added
23
+ # into git.
23
24
  spec.files = Dir.chdir(__dir__) do
24
25
  `git ls-files -z`.split("\x0").reject do |f|
25
26
  (File.expand_path(f) == __FILE__) ||
26
- f.start_with?(*%w[bin/ test/ spec/ features/ .git appveyor Gemfile])
27
+ f.start_with?(
28
+ *%w[
29
+ bin/
30
+ test/
31
+ spec/
32
+ features/
33
+ .git
34
+ appveyor
35
+ Gemfile
36
+ CHANGELOG.md
37
+ Rakefile
38
+ .rubocop.yml
39
+ .rspec
40
+ ]
41
+ )
27
42
  end
28
43
  end
29
44
  spec.bindir = "exe"