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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -6
  3. data/lib/terse/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e9eadd1dfb39fef54254e84e957b6042064be3e7cc87d914b287fb8e092318f
4
- data.tar.gz: f36bbde175746efcf9cfed901ea96eefcff73eb403aa0d8d43ba9b9ad41a78fd
3
+ metadata.gz: 549fd3b925e2804ff447dde8f33f7ed20466375338a9fa209539f194837b5316
4
+ data.tar.gz: 11653149fef8778037bfe2c4816b129c30fecc9709386ff3d15acb3271f53bfd
5
5
  SHA512:
6
- metadata.gz: 780e92e51c872322200537ca15ae0e6ffc5094fe43e309b7b611853f7378c3fcb9bc27edbbff1c7243bd7398013b6f806abf61b2211e03b3a372d63b6282e017
7
- data.tar.gz: ddeb1773de09f2686db0809183419b438eaaadbf3c5ec4652f1e53bc32168507cba5ccf89cbced79b46d6e5a4ba190cc2d1ec08f390e8eb0d4a685a8b68c0f44
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
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 UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
16
+ gem install terse
21
17
  ```
22
18
 
23
19
  ## Usage
data/lib/terse/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Terse
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachery Hostens