rainbow_say 0.0.1 → 0.0.2

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.
data/README.md CHANGED
@@ -1,24 +1,15 @@
1
- # RainbowSay
1
+ # rainbow_say
2
2
 
3
- TODO: Write a gem description
3
+ Say what you want, but with rainbows.
4
4
 
5
5
  ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'rainbow_say'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
6
  $ gem install rainbow_say
18
7
 
19
8
  ## Usage
20
9
 
21
- TODO: Write usage instructions here
10
+ ```shell
11
+ rainbow_say i love rainbows
12
+ ```
22
13
 
23
14
  ## Contributing
24
15
 
data/bin/rainbow_say CHANGED
@@ -5,6 +5,7 @@ trap("SIGINT") { exit! }
5
5
  if !(say = ARGV.join(" ")).empty?
6
6
  loop do
7
7
  STDOUT.print "\r\x1b[#{31+($.+=1)%7}m#{say}"
8
+ STDOUT.print "\e[0m"
8
9
  sleep 0.3
9
10
  end
10
11
  else
@@ -1,3 +1,3 @@
1
1
  module RainbowSay
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainbow_say
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-04 00:00:00.000000000 Z
12
+ date: 2012-10-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -58,7 +58,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  segments:
60
60
  - 0
61
- hash: -172456501584773653
61
+ hash: -3789179275798799138
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  none: false
64
64
  requirements:
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  segments:
69
69
  - 0
70
- hash: -172456501584773653
70
+ hash: -3789179275798799138
71
71
  requirements: []
72
72
  rubyforge_project:
73
73
  rubygems_version: 1.8.23