rshell 0.1.1 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.3
data/lib/rshell.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'rshell/console'
2
- require 'rshell/string'
3
-
2
+ require 'rshell/string_extension'
4
3
 
5
4
  module Rshell
5
+
6
6
  def self.included(base)
7
7
  base.extend ClassMethods
8
8
  end
@@ -12,3 +12,5 @@ module Rshell
12
12
  end
13
13
  end
14
14
 
15
+ include StringExtension
16
+
@@ -1,6 +1,5 @@
1
- module String
1
+ module StringExtension
2
2
  class String
3
-
4
3
  def bold
5
4
  "\033[1;39m#{self}\033[0m"
6
5
  end
data/rshell-0.1.1.gem ADDED
Binary file
data/rshell-0.1.2.gem ADDED
Binary file
data/rshell.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rshell}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrea Salicetti"]
@@ -22,9 +22,11 @@ Gem::Specification.new do |s|
22
22
  "VERSION",
23
23
  "lib/rshell.rb",
24
24
  "lib/rshell/console.rb",
25
- "lib/rshell/string.rb",
25
+ "lib/rshell/string_extension.rb",
26
26
  "rshell-0.1.0.gem",
27
27
  "rshell-0.1.1.gem",
28
+ "rshell-0.1.2.gem",
29
+ "rshell-0.1.3.gem",
28
30
  "rshell.gemspec"
29
31
  ]
30
32
  s.homepage = %q{http://github.com/knightq/rshell}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rshell
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrea Salicetti
@@ -34,9 +34,11 @@ files:
34
34
  - VERSION
35
35
  - lib/rshell.rb
36
36
  - lib/rshell/console.rb
37
- - lib/rshell/string.rb
37
+ - lib/rshell/string_extension.rb
38
38
  - rshell-0.1.0.gem
39
39
  - rshell-0.1.1.gem
40
+ - rshell-0.1.2.gem
41
+ - rshell-0.1.3.gem
40
42
  - rshell.gemspec
41
43
  has_rdoc: true
42
44
  homepage: http://github.com/knightq/rshell