terse 0.0.1 → 0.0.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 +4 -4
- data/README.md +2 -6
- data/lib/terse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 549fd3b925e2804ff447dde8f33f7ed20466375338a9fa209539f194837b5316
|
4
|
+
data.tar.gz: 11653149fef8778037bfe2c4816b129c30fecc9709386ff3d15acb3271f53bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a63e19923d969935037e184d049211d418e312bc983fb66fffb8a6bb1a9fb4ecc86a280ed818f7c18e5cdaaa0bc9b59858458542ad46545a174bd37f97268d0a
|
7
|
+
data.tar.gz: cbbe3644311702cbc76a77c68ba7f9c1c53ebb9d1db3eb26691c6b45e9299ee939464ebd1a0bbdbca84fe5e6a90a96f87767d9c74d5d23d52c086fc6af93de06
|
data/README.md
CHANGED
@@ -2,22 +2,18 @@
|
|
2
2
|
|
3
3
|
TODO: Delete this and the text below, and describe your gem
|
4
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/terse`. To experiment with that code, run `bin/console` for an interactive prompt.
|
6
|
-
|
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
9
|
```bash
|
14
|
-
bundle add
|
10
|
+
bundle add terse
|
15
11
|
```
|
16
12
|
|
17
13
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
18
14
|
|
19
15
|
```bash
|
20
|
-
gem install
|
16
|
+
gem install terse
|
21
17
|
```
|
22
18
|
|
23
19
|
## Usage
|
data/lib/terse/version.rb
CHANGED