BDAnalyze 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 272b477243db665b5395b8f2d1de0d3c44dc89e9
4
- data.tar.gz: 31a83fbaa08aeddadb08aa5fa8b9d69f9e52a4f1
3
+ metadata.gz: ebabd81126e34c1c53ca2fe91ea8595ec3102616
4
+ data.tar.gz: f4954d450db27c1221f548dba33ea92f2a02c042
5
5
  SHA512:
6
- metadata.gz: 1f2eb86f2918742c9a78ae2a21fc8347fa5482293e5910026509e716f1ac6b7528764aacf9a39a6bab37f258d126fa70a6512dd355bc182d0416d159e00f38ae
7
- data.tar.gz: bf4e4ef1f6dea72a1849accc2e997720bfe2778ce71372bf8f5ae8ef565634806abc2b90087995ad5b30c45ed22a903549c2ee8df60dcb925f97e20c483a179a
6
+ metadata.gz: 9e36c17cdc4b0d8607e3f2b27b3b19739f45eac40bb4b6fe75dcda82c0f8b2c07f082b2d9b61b69506f5756f4f0b4d1cada9cf9d7c08095da7643540050517f5
7
+ data.tar.gz: a38866f81febd334bd9c81142a743795e857b660f44cff443df7bf1266d3e0d83a0d85b2cb7f12d05a551334ee8b5cce6ca05769655d6673ef60ac702e3cf255
Binary file
data/BDAnalyze.gemspec CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  f.match(%r{^(test|spec|features)/})
28
28
  end
29
29
 
30
- spec.executables = "AnalyzeTool"
30
+ spec.executables = "BDAnalyze"
31
31
  spec.require_paths = ["lib"]
32
32
 
33
33
  spec.add_development_dependency "bundler", "~> 1.16"
@@ -1,3 +1,3 @@
1
1
  module BDAnalyze
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BDAnalyze
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bupterambition
@@ -57,18 +57,19 @@ description: BDAnalyze is a tool used for analyze the dependencies of your code
57
57
  email:
58
58
  - bupterambition@gmail.com
59
59
  executables:
60
- - AnalyzeTool
60
+ - BDAnalyze
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
64
  - ".travis.yml"
65
+ - BDAnalyze-1.0.0.gem
65
66
  - BDAnalyze.gemspec
66
67
  - CODE_OF_CONDUCT.md
67
68
  - Gemfile
68
69
  - LICENSE.txt
69
70
  - README.md
70
71
  - Rakefile
71
- - bin/AnalyzeTool
72
+ - bin/BDAnalyze
72
73
  - bin/console
73
74
  - bin/setup
74
75
  - lib/AnalyzeTool
File without changes