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 +4 -4
- data/README.md +1 -3
- data/lib/yyks_simple_command/version.rb +1 -1
- data/yyks_simple_command.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62c397fe459272197bfcb40d52ddf94fbecf1c1d8a7b8d734c2b8db62cd433c0
|
4
|
+
data.tar.gz: c31f3e52f855a3dc364cb47bef0aba54c69b217c25229888cf32c466046842e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b08af84e254b31d385d0c932ab1a86c7f95adf81e73949d6474f23b909c5312b30857c1dab27085abd2851462f85ba11c55307cdbc1c042aebaa3e91ccdbd84b
|
7
|
+
data.tar.gz: cb685b6f6ecfaa88976f078cc123448ad9218cd5053a774c7c3226205d431e841759ae89d446b3378f2a66a718c24896aba4aab7a8c25ca31954abe4a224b931
|
data/README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
[](https://codeclimate.com/github/nebulab/yyks_simple_command)
|
2
|
-
[ ](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/
|
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`)
|
data/yyks_simple_command.gemspec
CHANGED
@@ -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 = ['
|
11
|
-
s.email = ['
|
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 = '
|
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|
-
-
|
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:
|
65
|
+
homepage: https://github.com/youyikeshu/simple_command
|
66
66
|
licenses:
|
67
67
|
- MIT
|
68
68
|
metadata: {}
|