ricky_gem_test 0.1.1 → 0.1.2

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: 22afc0bd9568020f768d3b1859b52ab1c858f82e
4
- data.tar.gz: 697aa98445ee71199b676e00c17ad7d501fd014f
3
+ metadata.gz: ea58989c25d735ce2a0de99176b0c696b8bc8bde
4
+ data.tar.gz: d25e1645360b8430f3051e2e6a5a3ec220db81f0
5
5
  SHA512:
6
- metadata.gz: 352323d4d2713bc77f04dbb5ba24728c5ad1e7b349cfa6b92b909825be7e92cbf58bc7cbc4a4779470f90071311ec754dedb2b5d7130b28685730dba6cc360c0
7
- data.tar.gz: b1ebbb2e3c52c7db309b320ff8fa146a760932e5020caecac9be16f80e8185531cf9fc6d958046ba3102decee3f1548ec0ee4d7ab3b0b0de1d4f7e5e81e03386
6
+ metadata.gz: aac471cae64ff3874ebc3c86abe0ae78695d9f0e6b034fbf48df416c70bad1df7821bd32f6b5af859c609dd21fcd220b2a1f436260d6feecfac0d7dc773426cc
7
+ data.tar.gz: '049a9643ff1985f7bc07f40b6a37ebe7398d3fbf3fda66b7facd5b2d7805fcbf6105f302f5b389dee2eae9526cdc860d7e0fbfb3e5648913c3eba74d646811bf'
data/README.md CHANGED
@@ -1,8 +1,3 @@
1
- # RickyGemTest
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ricky_gem_test`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
1
 
7
2
  ## Installation
8
3
 
@@ -22,17 +17,11 @@ Or install it yourself as:
22
17
 
23
18
  ## Usage
24
19
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
20
+ 仅用于个人测试需要
32
21
 
33
22
  ## Contributing
34
23
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ricky_gem_test. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
24
+ Bug reports and pull requests are welcome on GitHub at https://github.com/chenxiaojun/ricky_gem_test.
36
25
 
37
26
 
38
27
  ## License
@@ -1,3 +1,3 @@
1
1
  module RickyGemTest
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ricky_gem_test
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
  - Ricky