yyks_simple_command 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 5908aee2a7893aca88b4424b777548d47464dd8b7f9f47d902b743917d63f509
4
- data.tar.gz: 169f8262fdc7531cf8e19a2e5eff2cb180452d537263d38f017c786f32789905
3
+ metadata.gz: 62c397fe459272197bfcb40d52ddf94fbecf1c1d8a7b8d734c2b8db62cd433c0
4
+ data.tar.gz: c31f3e52f855a3dc364cb47bef0aba54c69b217c25229888cf32c466046842e7
5
5
  SHA512:
6
- metadata.gz: 020005e1308bc8b4d048c7c58ac8b26dba4ef8eaa9dc90d95456a5405d69d455d32d8d650ccf1a94e7c5b20a06135d9db5f42f3a03347f24a585950a659b608e
7
- data.tar.gz: 32b42c1752d64255f4668f5699aa093fb871310912a0af2a960059db1759ab22fd2729ad0bbbd08ce6650e8b30c7e13df48e62c2480d55158bb50b9b1e0423cc
6
+ metadata.gz: b08af84e254b31d385d0c932ab1a86c7f95adf81e73949d6474f23b909c5312b30857c1dab27085abd2851462f85ba11c55307cdbc1c042aebaa3e91ccdbd84b
7
+ data.tar.gz: cb685b6f6ecfaa88976f078cc123448ad9218cd5053a774c7c3226205d431e841759ae89d446b3378f2a66a718c24896aba4aab7a8c25ca31954abe4a224b931
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- [![Code Climate](https://codeclimate.com/github/nebulab/yyks_simple_command/badges/gpa.svg)](https://codeclimate.com/github/nebulab/yyks_simple_command)
2
- [ ![Codeship Status for nebulab/yyks_simple_command](https://app.codeship.com/projects/45ce7790-8daf-0132-1412-669677a474c3/status?branch=master)](https://app.codeship.com/projects/60741)
3
1
 
4
2
  # SimpleCommand
5
3
 
@@ -113,7 +111,7 @@ end
113
111
 
114
112
  ## Contributing
115
113
 
116
- 1. Fork it ( https://github.com/nebulab/yyks_simple_command/fork )
114
+ 1. Fork it ( https://github.com/Moicen/simple_command )
117
115
  2. Create your feature branch (`git checkout -b my-new-feature`)
118
116
  3. Commit your changes (`git commit -am 'Add some feature'`)
119
117
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module SimpleCommand
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
7
7
  s.required_ruby_version = '>= 2.0'
8
8
  s.name = 'yyks_simple_command'
9
9
  s.version = SimpleCommand::VERSION
10
- s.authors = ['Andrea Pavoni']
11
- s.email = ['andrea.pavoni@gmail.com']
10
+ s.authors = ['Moicen']
11
+ s.email = ['i@moicen.com']
12
12
  s.summary = 'Easy way to build and manage commands (service objects)'
13
13
  s.description = 'Easy way to build and manage commands (service objects)'
14
- s.homepage = 'http://github.com/nebulab/yyks_simple_command'
14
+ s.homepage = 'https://github.com/youyikeshu/simple_command'
15
15
  s.license = 'MIT'
16
16
 
17
17
  s.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yyks_simple_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Andrea Pavoni
7
+ - Moicen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '3.1'
41
41
  description: Easy way to build and manage commands (service objects)
42
42
  email:
43
- - andrea.pavoni@gmail.com
43
+ - i@moicen.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -62,7 +62,7 @@ files:
62
62
  - spec/yyks_simple_command/errors_spec.rb
63
63
  - spec/yyks_simple_command_spec.rb
64
64
  - yyks_simple_command.gemspec
65
- homepage: http://github.com/nebulab/yyks_simple_command
65
+ homepage: https://github.com/youyikeshu/simple_command
66
66
  licenses:
67
67
  - MIT
68
68
  metadata: {}