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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7447406273731d879a476f0e804a7f467fbc81a272d130f2a0d59197df36b71d
4
- data.tar.gz: 377c61e3b5d5664843e728013e046978ac0545c27d19d646341387d00c7e1de2
3
+ metadata.gz: 555943380d322e0f781e29be3b80fd69a9d0fbda13f6d20ae6911b719ab2f5de
4
+ data.tar.gz: 0e5c00168cc4a4c83500a265a439110ee1c9297f5d318fafb766ca78d1ab4697
5
5
  SHA512:
6
- metadata.gz: f52b939d7278f2871ac3d813516dfb523ebb30407712920d13e17dff46561292e6c0075618c5d9a98932399fa5a53528985294ed19f4675251b9cd85748f1abb
7
- data.tar.gz: 5b1b2cf3ec4a860608d50bcca200f3b3cab1938239382c92ed702003d6c6ceeb458258c84f6ee1c7248b5f35c427de49dc5816ea11c6a0e2ffc28dba31de66c0
6
+ metadata.gz: 5b7e9739073b7af1a61d919ca406de2f730338aa377d5ed2741e4aea46357fe089114b1372d8e389fb3b24f0eea1ff74f554a0cc0ecc79a445a9fc3b92f72fa0
7
+ data.tar.gz: b6dfd051cd6b7eaaa01db50588ca7cdd71b7d8d1ac7c3bdf82a9b52f0726e287596947a786023b341b3cb39af77043642f24de11c25c3652870deca990811290
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- looperman_samples (0.1.1)
4
+ looperman_samples (0.1.2)
5
5
  nokogiri
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # LoopermanSamples
2
2
 
3
- 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/splice_soundpacks`. To experiment with that code, run `bin/console` for an interactive prompt.
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/'harleyharl'/splice_soundpacks. 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.
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
 
@@ -1,3 +1,3 @@
1
1
  module LoopermanSamples
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: looperman_samples
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'Harley Rayner'"