trial 0.0.12 → 0.0.14

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjMzZDdiNzllMGExYjU1ZWE1NGQ0MzhhMzRhNTA4Yzk1NGYwZTliZA==
4
+ NTMyMjM5OGU0NjMwN2NmOWJmMzk5NTMwYjNmMzk3MjU5ODNiOWYxMA==
5
5
  data.tar.gz: !binary |-
6
- NjA3YjQxYTIzNzg4ZmIyYmFlODZlZDAwNzM4MDIzZTMyNWExNmYxZg==
6
+ MDllOTdkZjg1ZTY2MzRlNmRiZjAyZGNiMzgxZGFmZjJiM2U2MjRjZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjYxNjM4Njk0YWVmMmRlMTc2ZTA3MzZkODE2MWQ4MjAyNjIwZjZiM2VkNDM2
10
- ZmM3YWNlMjUwNTljODJjYTRlMjAzMGFmOWQ3MGRiZDQwNTNkMmZjYTczNjQ3
11
- MDZlZjljODQ1YThjZDI1ODA5ODJkNmEwYzhjZTY5M2Y3OTY4ZWQ=
9
+ NTFiMzNmODYyZDMxODBmMDBiOTY0ZWE3MzE2MWE5ODhmODRjYTFiN2NjM2Q1
10
+ MGVkN2E5ZjQ4NTI1MTU2ZDVjMTI4MWY5YWFlNGU3MTVjMjE1MmZlYjc0MGEw
11
+ ZTljMjMzOWY4ZjE3MTA5NDIwYzNlOWYzM2NkMDY1M2RkZjdkNWY=
12
12
  data.tar.gz: !binary |-
13
- N2NkM2JiZWRlMTA1YTlkZTFlZWEzYWM1YWNlZWVhYTc4Njc4NWE5OTkxYzY2
14
- YmY3OTU4Zjc2NjFiNTQyMTQxMDdkYjQwYzM3YTExOTNiYzVmOGRiYWY0N2Nj
15
- OTYwNzJiYzk1ZTIyZDI2ZGEzZTk3MTY4MTUwODQzODE0NDFlNjk=
13
+ Y2M0OGFmZmE1ODc0NTc4NTZlMjNhZWIxYzFlM2I1MDRhZTkyYjMwMjUyNTc5
14
+ OWJjZTBjNGRmM2ZhNmI0MzA5YzNiZTliYjhlMDI3YjNhNjQ1YTI2MjliOGUw
15
+ NWRkNzZmYjM5ZTU3MzcxOTAwYzFjZTVjMDkwMmY5YjUwNDY5OGY=
data/bin/trial CHANGED
@@ -2,14 +2,16 @@
2
2
 
3
3
  class Trying
4
4
  puts "good job, jack!"
5
- def cool
6
- puts "You are so cool"
5
+ number_input = gets.chomp
6
+ def cool(number_input)
7
+ puts "You are so cool #{number_input}"
7
8
  end
8
9
  end
9
10
 
10
11
  test = Trying.new
11
12
  test.cool
12
13
 
14
+
13
15
  require 'optparse'
14
16
 
15
17
  # options = { :count => 1 }
data/trial-0.0.12.gem ADDED
Binary file
data/trial-0.0.13.gem ADDED
Binary file
data/trial.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "trial"
5
- s.version = "0.0.12"
5
+ s.version = "0.0.14"
6
6
  s.author = "Jack Altman"
7
7
  s.email = "jack.e.altman@gmail.com"
8
8
  s.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Altman
@@ -22,6 +22,8 @@ files:
22
22
  - trial-0.0.1.gem
23
23
  - trial-0.0.10.gem
24
24
  - trial-0.0.11.gem
25
+ - trial-0.0.12.gem
26
+ - trial-0.0.13.gem
25
27
  - trial-0.0.2.gem
26
28
  - trial-0.0.3.gem
27
29
  - trial-0.0.4.gem