rocco-obb 0.81 → 0.82

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 (3) hide show
  1. data/lib/rocco.rb +1 -1
  2. data/rocco.gemspec +1 -1
  3. metadata +3 -3
@@ -177,7 +177,7 @@ class Rocco
177
177
  "cpp" => { :single => "//", :multi => { :start => "/**", :middle => "*", :end => "*/" } },
178
178
  "java" => { :single => "//", :multi => { :start => "/**", :middle => "*", :end => "*/" } },
179
179
  "js" => { :single => "//", :multi => { :start => "/**", :middle => "*", :end => "*/" } },
180
- "php" => { :single => "//", :multi => { :start => "/**", :middle => "*", :end => "*/"}, :regex => "#//(.*)|(?:\\*+\n)(?m:(.*?))\\*+/#" },
180
+ "php" => { :single => "//", :multi => { :start => "/**", :middle => "*", :end => "*/"}, :regex => "//(.*)|(?:\\*+\\n)(?m:(.*?))\\*+/" },
181
181
  "lua" => { :single => "--", :multi => nil },
182
182
  "python" => { :single => "#", :multi => { :start => '"""', :middle => nil, :end => '"""' } },
183
183
  "ruby" => { :single => "#", :multi => nil },
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'rocco-obb'
6
- s.version = '0.81'
6
+ s.version = '0.82'
7
7
  s.date = '2010-09-10'
8
8
 
9
9
  s.description = "Docco in Ruby"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocco-obb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 169
4
+ hash: 175
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 81
9
- version: "0.81"
8
+ - 82
9
+ version: "0.82"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Tomayko