rock 0.1.3 → 0.1.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.
Files changed (3) hide show
  1. data/bin/rock +4 -2
  2. data/lib/rock.rb +4 -2
  3. metadata +3 -3
data/bin/rock CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- class App
3
+ require 'rock'
4
+
5
+ class Rock
4
6
 
5
7
  def usage
6
8
  $stderr.puts('rock --help');
@@ -23,5 +25,5 @@ class App
23
25
 
24
26
  end
25
27
 
26
- myRock = App.new
28
+ myRock = Rock.new
27
29
  myRock.run
@@ -1,4 +1,6 @@
1
1
 
2
- ARGV.each do|a|
3
- puts "Argument: #{a}"
2
+ Module Rock
3
+ def search
4
+ puts 'search'
5
+ end
4
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - For Sure, Rad!