gemfinder 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/gemfinder/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f457e84106647e3915e4ba26a850f634f6f32a2
4
- data.tar.gz: 1316e202de2542ea158ab6bd2487c004fa6efed4
3
+ metadata.gz: 371055bed9232f86068e79693824c9bda9d43c20
4
+ data.tar.gz: 2e6f6214c7912f46383ed470f38f8ec397a9e9de
5
5
  SHA512:
6
- metadata.gz: d1a9f01d5b3229570ab19a419a26d254f1290b9ad0afb9a7bbe9435147035f1127f5ac6a6fe2471c13fee222bb38cd7e8a8a98485fb5be8fefd0109dc1b7dae6
7
- data.tar.gz: 7f1341a186cbc195ab00470101bd5c7522299d8a464a231a1a9a0c9d9a600671bbbdeff8558d0a5a2fd81bcf96a340491995db53b94b438d021cf0ec45491536
6
+ metadata.gz: 2e547cd3acc53893a71b7cffedd09c0d8045c935afc2ef5f944fd05f75701544616fe1187c2be14c8baeecbd9ea4669bfcac09a06f5f8ff35dbc9addd035a74d
7
+ data.tar.gz: 270d9c2d85c7bf1991b42516652c8cc4faf386f63c3e0e614e5c4ea965967d27fc72a0d40df402157bdb8228c3362a9e7732c144be6f001c3a21d3e2442aaa0e
data/README.md CHANGED
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- If you want information about a gem, type in "gemfind [GEM NAME]" and you will see the name, version number, description, and URI of that gem. If you want to search for all of the gems with a certain sequence of letters in their name, type in "gem_explore [sequence of letters] to get all of those gems along with their names, version numbers, descriptions, and URIs. This is a great way to learn about a popular gem and all of the corollary gems that extend it or make it easier to use."
21
+ If you want information about a gem, type in "gemfind [GEM NAME]" and you will see the name, version number, description, and URI of that gem. This is also an excellent way to check and see if the gem name you want to use for YOUR new gem is available, right from the terminal. If you want to search for all of the gems with a certain sequence of letters in their name, type in "gem_explore [sequence of letters] to get all of those gems along with their names, version numbers, descriptions, and URIs. This is a great way to learn about a popular gem and all of the corollary gems that extend it or make it easier to use."
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Gemfinder
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemfinder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chelsea