jack_gem 0.0.1 → 0.0.3

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/jack_gem +1 -1
  2. data/lib/jack_gem.rb +13 -0
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/Users/xok6/.rvm/bin/ruby
2
2
 
3
3
  require 'jack_gem'
4
4
 
@@ -1 +1,14 @@
1
1
  puts "Hello World"
2
+
3
+ class JackGem
4
+ attr_accessor :name
5
+
6
+ def initialize name
7
+ @name = name
8
+ end
9
+
10
+ def mood
11
+ "#{name} is always HAPPY!!"
12
+ end
13
+
14
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jack Howland