hitea 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -8
  3. data/Rakefile +1 -1
  4. data/lib/hitea/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 249fd21a3c53356a41ee0286e9b326ddd1c48d1ad4141ad302c4305c37903469
4
- data.tar.gz: 01dde039a8d5e64e249602b05126f1938533f6ea78423b06ca138d94f090e83e
3
+ metadata.gz: 798930029fdaef3b71f269681a035384a8e941b50819d23c095d804b89bdbb1d
4
+ data.tar.gz: 301f276f85f0913dfce7ea4b185b73352d39246acc096017efccac91ead3eea5
5
5
  SHA512:
6
- metadata.gz: c7919b03ea1738bcd1500ae5b0a4b1489f8e3acfe973642a0e1a8de687e695290fdb5887c209a40f0883a2973965d198dba3b704b0cc726cf5472d678d04e261
7
- data.tar.gz: 7d38b2e18d1f82cbb6dabe7a69f151cf5dc6db02471d4eac5e1a788b31d39c2d35353c32f1a609e3c6aac509bfc820c5b8056916ec563d8a9ea551a52eb254b8
6
+ metadata.gz: ab30be5a360e775c71c3ff5b1ab454c4976d00eeaf69a0a964b0d63e20d9a053060b06009b1444755bea11c4b386e6963d72666d21d1a1ecce3b9a7115e538c3
7
+ data.tar.gz: 01c26b8040d377d854c1a574633a341f0faee476c49639c90a900e2d01a9cf5ae89be6d5b93114628ee66abaf276f0b32bbf7fc365fd61ca588e1eb3abe2f9fc
data/README.md CHANGED
@@ -1,24 +1,22 @@
1
1
  # Hitea
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- 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/hitea`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ try tea protocol
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
7
  Install the gem and add to the application's Gemfile by executing:
12
8
 
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
9
+ $ bundle add hitea
14
10
 
15
11
  If bundler is not being used to manage dependencies, install the gem by executing:
16
12
 
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
13
+ $ gem install hitea
18
14
 
19
15
  ## Usage
20
16
 
21
- TODO: Write usage instructions here
17
+ ```bash
18
+ hitea
19
+ ```
22
20
 
23
21
  ## Development
24
22
 
data/Rakefile CHANGED
@@ -9,4 +9,4 @@ require "rubocop/rake_task"
9
9
 
10
10
  RuboCop::RakeTask.new
11
11
 
12
- task default: %i[spec rubocop]
12
+ task default: %i[spec]
data/lib/hitea/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hitea
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hitea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryn Cao
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-07 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: hi tea protocol test
14
14
  email: