cli_miami 0.0.7 → 0.0.8

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +29 -22
  3. data/lib/cli_miami/say.rb +5 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: faa50511e25723fc7ca8fbdec47e34dfc7dda118
4
- data.tar.gz: a44662dc8d2a3f75d4734bd14f1cc0de6367cc0a
3
+ metadata.gz: 98cad737e8e444b6511a4dbd87ab913f659a63e8
4
+ data.tar.gz: 06701ca3c720bd5b8996bb029b97a028f54939f9
5
5
  SHA512:
6
- metadata.gz: 4dd5ea9264adc62e6ae4eb032ef37697ae2d5b79cd6aa3a48aee881dc77a53c660f85eb4f2fc3c2a01ea1e39a05e738ffd044b102954ed3499db806a902b1edb
7
- data.tar.gz: f50b149cef566a8611d6c44b277385cc9fa234bff335309f4952f00f5f3b9dae7caa0966fab2519117aaacf1fd2b13bb761f4232082a59acd1d56ce9dd8fd35a
6
+ metadata.gz: 587e80e43748f9e0be3d4a285e469b475e5c633fb762f16f9dac5e573d8e6655cbd769beda610be313603ae499243a8a9735499abb464b284874619d3c8bfec5
7
+ data.tar.gz: d41852ee387b65d3d11b3321bd2291c9b07c2218ace7c0323cc39f36729bf23cf0f314ca3a43480032dcc5a8f2b768a98234f31bb09ecb0d0b50ba9424c23688
data/Gemfile.lock CHANGED
@@ -4,30 +4,32 @@ GEM
4
4
  celluloid (0.16.0)
5
5
  timers (~> 4.0.0)
6
6
  coderay (1.1.0)
7
- coveralls (0.7.1)
8
- multi_json (~> 1.3)
9
- rest-client
10
- simplecov (>= 0.7)
11
- term-ansicolor
12
- thor
7
+ coveralls (0.7.9)
8
+ multi_json (~> 1.10)
9
+ rest-client (~> 1.7)
10
+ simplecov (~> 0.9.1)
11
+ term-ansicolor (~> 1.3)
12
+ thor (~> 0.19.1)
13
13
  diff-lcs (1.2.5)
14
14
  docile (1.1.5)
15
15
  ffi (1.9.6)
16
16
  formatador (0.2.5)
17
- guard (2.10.5)
17
+ guard (2.12.1)
18
18
  formatador (>= 0.2.4)
19
19
  listen (~> 2.7)
20
20
  lumberjack (~> 1.0)
21
21
  nenv (~> 0.1)
22
+ notiffany (~> 0.0)
22
23
  pry (>= 0.9.12)
24
+ shellany (~> 0.0)
23
25
  thor (>= 0.18.1)
24
- guard-compat (1.2.0)
26
+ guard-compat (1.2.1)
25
27
  guard-rspec (4.5.0)
26
28
  guard (~> 2.1)
27
29
  guard-compat (~> 1.1)
28
30
  rspec (>= 2.99.0, < 4.0)
29
31
  hitimes (1.2.2)
30
- listen (2.8.4)
32
+ listen (2.8.5)
31
33
  celluloid (>= 0.15.2)
32
34
  rb-fsevent (>= 0.9.3)
33
35
  rb-inotify (>= 0.9)
@@ -35,8 +37,11 @@ GEM
35
37
  method_source (0.8.2)
36
38
  mime-types (2.4.3)
37
39
  multi_json (1.10.1)
38
- nenv (0.1.1)
40
+ nenv (0.2.0)
39
41
  netrc (0.10.2)
42
+ notiffany (0.0.5)
43
+ nenv (~> 0.1)
44
+ shellany (~> 0.0)
40
45
  pry (0.10.1)
41
46
  coderay (~> 1.1.0)
42
47
  method_source (~> 0.8.1)
@@ -47,18 +52,20 @@ GEM
47
52
  rest-client (1.7.2)
48
53
  mime-types (>= 1.16, < 3.0)
49
54
  netrc (~> 0.7)
50
- rspec (3.1.0)
51
- rspec-core (~> 3.1.0)
52
- rspec-expectations (~> 3.1.0)
53
- rspec-mocks (~> 3.1.0)
54
- rspec-core (3.1.7)
55
- rspec-support (~> 3.1.0)
56
- rspec-expectations (3.1.2)
55
+ rspec (3.2.0)
56
+ rspec-core (~> 3.2.0)
57
+ rspec-expectations (~> 3.2.0)
58
+ rspec-mocks (~> 3.2.0)
59
+ rspec-core (3.2.0)
60
+ rspec-support (~> 3.2.0)
61
+ rspec-expectations (3.2.0)
62
+ diff-lcs (>= 1.2.0, < 2.0)
63
+ rspec-support (~> 3.2.0)
64
+ rspec-mocks (3.2.0)
57
65
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.1.0)
59
- rspec-mocks (3.1.3)
60
- rspec-support (~> 3.1.0)
61
- rspec-support (3.1.2)
66
+ rspec-support (~> 3.2.0)
67
+ rspec-support (3.2.1)
68
+ shellany (0.0.1)
62
69
  simplecov (0.9.1)
63
70
  docile (~> 1.1.0)
64
71
  multi_json (~> 1.0)
@@ -71,7 +78,7 @@ GEM
71
78
  thor (0.19.1)
72
79
  timers (4.0.1)
73
80
  hitimes
74
- tins (1.3.3)
81
+ tins (1.3.4)
75
82
 
76
83
  PLATFORMS
77
84
  ruby
data/lib/cli_miami/say.rb CHANGED
@@ -27,6 +27,8 @@ class CliMiami::S
27
27
  # @return
28
28
  #
29
29
  def self.ay text = '', options = {}
30
+ original_text = text
31
+
30
32
  # set default options
31
33
  @options = {
32
34
  :style => [],
@@ -91,6 +93,8 @@ class CliMiami::S
91
93
  else
92
94
  $stdout.puts text
93
95
  end
94
- return 'fun!'
96
+
97
+ # return original text
98
+ return original_text
95
99
  end
96
100
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli_miami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Brewster