jialei_gem 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: e09c68b2baab6aed1b9421530a09839bafe857ef
4
- data.tar.gz: 9e4f085ec026d5b36b69229b7713908b24ab7d85
3
+ metadata.gz: 8d46a0c2fafa1ad3760aa0505e09dd0f175dbfa6
4
+ data.tar.gz: 0bf949a6aecd134bc2a4d720867634eb39373d50
5
5
  SHA512:
6
- metadata.gz: cf621d0181683a664af995f6b6d211c65506b2670a61d91f5443e133ba33f26b347ffbd679085d2403e39939161e183ab5b4132dd783a19c662646adac0f6691
7
- data.tar.gz: 0ac9b4f99a8fa618f92952c4a87788d6782a09cb976a6d79eb3b0d6baee10e94642202163fc33cd906fa9f68e8b4c601d28267ddd8386b081dc527de95f06731
6
+ metadata.gz: b4b05831cf9045a3ad45857596e293eb02ea316bf947d9113ffc2c280f3adf1ec8062f55dd107c3a42ac890d4341736d46bc3fb383a26da5096b346c7b30511a
7
+ data.tar.gz: 9bf8320f600c36460ffa5850406c57fc7ff8395a687b055f2563af4ae435bfbca338107301981ad7fd6f282bfe3d99a792810bb856f35b0b29a8f323d5e191a4
data/bin/console CHANGED
@@ -4,7 +4,7 @@ require "bundler/setup"
4
4
  require "jialei_gem"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
7
+ # with your gem easier11111. You can also use a different console, if you like.
8
8
 
9
9
  # (If you use this, don't forget to add pry to your Gemfile!)
10
10
  # require "pry"
data/bin/jialeitest.rb ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts "jialei success!"
data/bin/setup CHANGED
@@ -5,4 +5,4 @@ set -vx
5
5
 
6
6
  bundle install
7
7
 
8
- # Do any other automated setup that you need to do here
8
+ # Do any other automated setup that you need to do here2222
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module JialeiGem
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: jialei_gem
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
  - jialei
@@ -52,7 +52,10 @@ files:
52
52
  - README.md
53
53
  - Rakefile
54
54
  - bin/console
55
+ - bin/jialeitest.rb
55
56
  - bin/setup
57
+ - jialei_gem-0.1.0.gem
58
+ - jialei_gem-0.1.1.gem
56
59
  - jialei_gem.gemspec
57
60
  - lib/jialei_gem.rb
58
61
  - lib/jialei_gem/version.rb