looperman_samples 0.1.1 → 0.1.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/Gemfile.lock +1 -1
- data/README.md +3 -5
- data/lib/looperman_samples/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: 555943380d322e0f781e29be3b80fd69a9d0fbda13f6d20ae6911b719ab2f5de
|
4
|
+
data.tar.gz: 0e5c00168cc4a4c83500a265a439110ee1c9297f5d318fafb766ca78d1ab4697
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b7e9739073b7af1a61d919ca406de2f730338aa377d5ed2741e4aea46357fe089114b1372d8e389fb3b24f0eea1ff74f554a0cc0ecc79a445a9fc3b92f72fa0
|
7
|
+
data.tar.gz: b6dfd051cd6b7eaaa01db50588ca7cdd71b7d8d1ac7c3bdf82a9b52f0726e287596947a786023b341b3cb39af77043642f24de11c25c3652870deca990811290
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# LoopermanSamples
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
A CLI for browsing the top samples and their creators' work from popular royalty-free sample website Looperman.com.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -20,7 +18,7 @@ Or install it yourself as:
|
|
20
18
|
|
21
19
|
## Usage
|
22
20
|
|
23
|
-
After installation
|
21
|
+
After installation run bin/looperman_samples in your terminal and follow instructions.
|
24
22
|
|
25
23
|
## Development
|
26
24
|
|
@@ -30,7 +28,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
30
28
|
|
31
29
|
## Contributing
|
32
30
|
|
33
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
31
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/harleyharl/looperman_samples. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
34
32
|
|
35
33
|
## License
|
36
34
|
|