luobo 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
File without changes
@@ -8,10 +8,6 @@ class Token
8
8
  @blocks = Array.new if block_open
9
9
  end
10
10
 
11
- def indent
12
- " " * indent_level
13
- end
14
-
15
11
  # add a line to current block args, separate each line with "\n"
16
12
  def add_block_code line
17
13
  raise "block not opened in line #{:ln}" unless block_open?
@@ -1,4 +1,4 @@
1
1
  module Luobo
2
- VERSION = '0.0.5'
2
+ VERSION = '0.1.0'
3
3
  end
4
4
 
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
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: 2013-04-19 00:00:00.000000000 Z
12
+ date: 2013-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 1.8.25
104
+ rubygems_version: 1.8.24
105
105
  signing_key:
106
106
  specification_version: 3
107
107
  summary: Easy to extend macroes inside you soure code