sbs 0.1.1 → 0.1.2

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: 0fd521789ef78e9e637069b0b3fe614518fbc5702286e438d728e6f7d19e361d
4
- data.tar.gz: dec91db1fb6bea3c723edd18aecd72463267fbb8e2558a67173f85075fa8f57d
3
+ metadata.gz: 16dd7695a37e5c1492b3e1af44014f58b4c0f95a31804b1ecdfd699547eb2d16
4
+ data.tar.gz: 76a9d2a13592358770a1ad03f5294461da43637283c0f67e0fbc80225f836d28
5
5
  SHA512:
6
- metadata.gz: '09f911540bd35320543973b584334d45b6e9516d5a692de44b9b35c2396d000b42fb7acec1d25f08763657737a26569c1bee250b79d4845c31438c7172899121'
7
- data.tar.gz: 4aad12b559f33d95f275c56ca5f080f8cf0805fe42328042a1b10f1b7cdb2f04483ab81f5ee4998a70c15356fc584ce5d3ef49228fa7edd548c876e17ab95948
6
+ metadata.gz: cb26fa5e431e6d2322a2d4b1459dbfab533c088addab95933fc7bad15350658a3f3c3f76fceb7ce2df9f9aa0ccf0da51b1e2e8a57bc73cb90cf376321df340da
7
+ data.tar.gz: 9b72238cb415e4bf83b4c20a526d719faeaaba1441b4e367600445681e646254286a916fa5e053081c51c80e8ab2937ef2068d90060c499c9706326daa3a55fc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sbs (0.1.1)
4
+ sbs (0.1.2)
5
5
  activesupport (~> 5.2.3)
6
6
  thor (~> 0.20.3)
7
7
 
data/README.md CHANGED
@@ -44,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
44
44
 
45
45
  ## Contributing
46
46
 
47
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/subs.
47
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sbs.
48
48
 
49
49
  ## License
50
50
 
data/lib/sbs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sbs
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/sbs.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "subs/version"
1
+ require "sbs/version"
2
2
  require "thor"
3
3
  require "fileutils"
4
4
  require "find"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wu Minzhe