Skip to content

Commit

Permalink
version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Dec 16, 2010
1 parent 700eaa6 commit f54a7e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = "A ripl plugin to colorize stdout and stderr."
s.description = "This ripl plugin colorizes your stdout and stderr streams."
s.required_rubygems_version = ">= 1.3.6"
s.add_dependency 'ripl', '>= 0.2.7'
s.add_dependency 'ripl', '>= 0.2.8'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec}
s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion deps.rip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ripl >=0.2.7
ripl >=0.2.8
2 changes: 1 addition & 1 deletion lib/ripl/color_streams.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Ripl
module ColorStreams
VERSION = '0.1.1'
VERSION = '0.1.2'
COLORS = {
:nothing => '0;0',
:black => '0;30',
Expand Down

0 comments on commit f54a7e9

Please sign in to comment.