fuckyeah 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 +9 -5
- data/lib/fuckyeah/version.rb +1 -1
- data/lib/fuckyeah.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49619b04cb3ab93810c9fabf670b62477b66405894ff0d365b7c53477a326e24
|
|
4
|
+
data.tar.gz: 7c3416afebeb9ff7e9bd578dd8209f57544a7ed092c6ba66bd799f98d5f38daa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc6f3724fa99430409ba39ace1ef3bc434e673e3c7bec053eccc201e5ac5cbe3b274de40c94977b3c5b14a25660a5c764bc249a12e3bb89603a06145d41be948
|
|
7
|
+
data.tar.gz: 89997ad42932eb6cb87af24d3ed0cbc8e588830bd1aad23d47836fd9904e368a51010a4c554f6940a456defef20fc8f721330147e0714b243438715b5191aff9
|
data/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Fuckyeah
|
|
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/fuckyeah`. 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
|
|
6
|
-
|
|
7
3
|
## Installation
|
|
8
4
|
|
|
9
5
|
Add this line to your application's Gemfile:
|
|
@@ -22,7 +18,15 @@ Or install it yourself as:
|
|
|
22
18
|
|
|
23
19
|
## Usage
|
|
24
20
|
|
|
25
|
-
|
|
21
|
+
If you some general documentation use...
|
|
22
|
+
```apple js
|
|
23
|
+
Fuckyeah.help
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
To actually run the method use the following...
|
|
27
|
+
```apple js
|
|
28
|
+
Fuckyeah.get_files_excited([file_name, file_name, file_name])
|
|
29
|
+
```
|
|
26
30
|
|
|
27
31
|
## Development
|
|
28
32
|
|
data/lib/fuckyeah/version.rb
CHANGED
data/lib/fuckyeah.rb
CHANGED
|
@@ -2,15 +2,15 @@ require "fuckyeah/version"
|
|
|
2
2
|
|
|
3
3
|
module Fuckyeah
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
def self.help
|
|
6
|
+
print """
|
|
7
|
+
|
|
6
8
|
Method: help
|
|
7
|
-
|
|
9
|
+
Spits out some documentation on the available methods
|
|
8
10
|
Method: get_file_excited
|
|
9
|
-
|
|
10
|
-
"""
|
|
11
|
+
Accepts a file or multiple file names (P.S. requires file extension!)
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
return Fuckyeah::HELP_MESSAGE
|
|
13
|
+
"""
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
def self.get_files_excited(filenames)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fuckyeah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicky Rasch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|