hitea 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -8
- data/Rakefile +1 -1
- data/lib/hitea/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ca94598d1298a833685596745b975f6adb85f2549d1229157d118cb83ecf4a5
|
4
|
+
data.tar.gz: 10251884428cbbbecd6d0ab3ba9655ca5e0ccba60be76b5d135811aeb2a36a02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a4a2a70c35d0aafee2252cb869e17ba71d21d726981fc0d4ff33c9ee3059d66cca93d7ffa1215405221066363079ef7ea9aa1ffc2f1601d3b6204ed7b0f094c
|
7
|
+
data.tar.gz: 77dada00d8cf8edeb35845f28d85bf724821a213cd70e00a1e7bf0d61c3413f5aa92be436f609ce7179476db1da181046795ca7df5592968e45bc4657c876e4e
|
data/README.md
CHANGED
@@ -1,24 +1,22 @@
|
|
1
1
|
# Hitea
|
2
2
|
|
3
|
-
|
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
|
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
|
13
|
+
$ gem install hitea
|
18
14
|
|
19
15
|
## Usage
|
20
16
|
|
21
|
-
|
17
|
+
```bash
|
18
|
+
hitea
|
19
|
+
```
|
22
20
|
|
23
21
|
## Development
|
24
22
|
|
data/Rakefile
CHANGED
data/lib/hitea/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.1
|
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-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: hi tea protocol test
|
14
14
|
email:
|