fuckyeah 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90970638501a16ece02d5481fecd5cdcc2f56756be7f4fb46f4f60c04ca5f235
4
- data.tar.gz: cc28ea3a49e500d643e2aa75ee8efa6beb30408955cd6528115a063c2c81aa42
3
+ metadata.gz: 49619b04cb3ab93810c9fabf670b62477b66405894ff0d365b7c53477a326e24
4
+ data.tar.gz: 7c3416afebeb9ff7e9bd578dd8209f57544a7ed092c6ba66bd799f98d5f38daa
5
5
  SHA512:
6
- metadata.gz: fc835799fd4fe74470d81bf4a07b4e48ebedf5b342d11bbf19430dd3931154d816e9662bff845669f126e69fd9775dc0b75094b3dab4ea87843d655b837219fd
7
- data.tar.gz: c024cd6fe24c0965916cc2acd5b1335195928a4423fd2ed9b60901f639bd19de9dfdda33964e2dc348945f06e479633b497789c163b071b4a3024fdd1e8cf6ed
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
- TODO: Write usage instructions here
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
 
@@ -1,3 +1,3 @@
1
1
  module Fuckyeah
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/fuckyeah.rb CHANGED
@@ -2,15 +2,15 @@ require "fuckyeah/version"
2
2
 
3
3
  module Fuckyeah
4
4
 
5
- HELP_MESSAGE = """
5
+ def self.help
6
+ print """
7
+
6
8
  Method: help
7
- /tSpits out some documentation on the available methods
9
+ Spits out some documentation on the available methods
8
10
  Method: get_file_excited
9
- /tAccepts a file or multiple file names (P.S. requires file extension!)
10
- """
11
+ Accepts a file or multiple file names (P.S. requires file extension!)
11
12
 
12
- def self.help
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.0
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-16 00:00:00.000000000 Z
11
+ date: 2019-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler