gemfinder 0.1.0 → 0.1.1
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 +1 -1
- data/lib/gemfinder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 371055bed9232f86068e79693824c9bda9d43c20
|
|
4
|
+
data.tar.gz: 2e6f6214c7912f46383ed470f38f8ec397a9e9de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/gemfinder/version.rb
CHANGED