kelsotest 0.0.2 → 0.0.4

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.
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'kelsotest'
4
+ Kelsotest.do_fun
5
+
@@ -1,3 +1,3 @@
1
1
  module Kelsotest
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -0,0 +1,6 @@
1
+ require "rubygems"
2
+ require "kelsotest"
3
+
4
+ Kelsotest.do_fun
5
+
6
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kelsotest
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stefan Huska
@@ -21,8 +21,8 @@ dependencies: []
21
21
  description: gem description
22
22
  email:
23
23
  - stefan.huska@gmail.com
24
- executables: []
25
-
24
+ executables:
25
+ - kelsotest
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: []
@@ -31,9 +31,11 @@ files:
31
31
  - .gitignore
32
32
  - Gemfile
33
33
  - Rakefile
34
+ - bin/kelsotest
34
35
  - kelsotest.gemspec
35
36
  - lib/kelsotest.rb
36
37
  - lib/kelsotest/version.rb
38
+ - rubyfile.rb
37
39
  homepage: ""
38
40
  licenses: []
39
41