rubyless 0.3.1 → 0.3.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.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/lib/processor.rb +0 -2
  3. data/lib/rubyless.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.3.2 2009-10-15
2
+
3
+ * 1 minor enhancement
4
+ * removed 'ruby-debug' require
5
+
1
6
  == 0.3.1 2009-10-07
2
7
 
3
8
  * 3 major enhancements
data/lib/processor.rb CHANGED
@@ -5,8 +5,6 @@ require 'sexp_processor'
5
5
  require 'basic_types'
6
6
  require 'typed_string'
7
7
  require 'safe_class'
8
- require 'ruby-debug'
9
- Debugger.start
10
8
 
11
9
  module RubyLess
12
10
  class RubyLessProcessor < SexpProcessor
data/lib/rubyless.rb CHANGED
@@ -6,7 +6,7 @@ require 'processor'
6
6
  =begin rdoc
7
7
  =end
8
8
  module RubyLess
9
- VERSION = '0.3.1'
9
+ VERSION = '0.3.2'
10
10
 
11
11
  def self.translate(string, helper)
12
12
  RubyLessProcessor.translate(string, helper)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaspard Bucher