yellowcat 0.1.0 → 0.2.0

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: ecec8a6cfb7a740ae017a7084e2369b4df020d5d
4
- data.tar.gz: abece3b58adbc4004c9dc1eabf74954d978f3821
3
+ metadata.gz: 85792d45d46b9877d223686756a0d33afe097f0e
4
+ data.tar.gz: 28a4e498a2b264103627b854ba2ee4202e9d6310
5
5
  SHA512:
6
- metadata.gz: 442435b1e3444931e89c13a989b8aa0971541300a30fc730237c77c54067b286a5632f168a5d1076d0ff869e83f701cab662c06441f2120398c620caedf2a933
7
- data.tar.gz: 49e4213bab1dda48f7fac3ea19bbd87d21a351453246d983a0b91b3234aae79bb170117a520fc16d88be7a863c90d7e1a990fd59803d89bac62afa2b5ae34e0e
6
+ metadata.gz: d28c16bb2a191f564f938280d9a0a39ef15370414ba65f7aa21dd1904661d22c54a62eb4b18072ecb323b5ec359d8ac731d9029655a65a5af9c84a3f9a04f4ff
7
+ data.tar.gz: e5897dbb5b84ba7ae3eb8ac7241ff881174477a020e287010b09bcf5bf4f28417e5974b6dc63c377d6ff1e4a2710f41cea8cfb27a2d388ac7fe44ab1e04b1fad
File without changes
@@ -1,3 +1,3 @@
1
1
  module Yellowcat
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
18
18
  if spec.respond_to?(:metadata)
19
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
19
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
20
20
  else
21
21
  raise "RubyGems 2.0 or newer is required to protect against " \
22
22
  "public gem pushes."
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  f.match(%r{^(test|spec|features)/})
27
27
  end
28
28
  spec.bindir = "bin"
29
- spec.executables = ['yellowcat.rb']
29
+ spec.executables = ['yellowcat']
30
30
  spec.require_paths = ["lib"]
31
31
 
32
32
  spec.add_development_dependency "bundler", "~> 1.14"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yellowcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yans67
@@ -42,7 +42,7 @@ description: Write a longer description or delete this line.
42
42
  email:
43
43
  - yans67@163.com
44
44
  executables:
45
- - yellowcat.rb
45
+ - yellowcat
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
@@ -55,11 +55,11 @@ files:
55
55
  - lib/yellowcat.rb
56
56
  - lib/yellowcat/version.rb
57
57
  - yellowcat.gemspec
58
- - bin/yellowcat.rb
58
+ - bin/yellowcat
59
59
  homepage: http://www.huangyg.cn
60
60
  licenses: []
61
61
  metadata:
62
- allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
62
+ allowed_push_host: https://rubygems.org
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: