sc20-rails 0.0.1.pre.2 → 0.0.1.pre.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.
@@ -16,7 +16,7 @@ module Sc20
16
16
 
17
17
  private
18
18
  def strip_sc_assert(data)
19
- result = data.gsub(%r{^(\s)+sc_assert\((.*)\).*$}, "")
19
+ result = data.gsub(/^(\s)+sc_assert\((.*)\).*$/m, "")
20
20
  result
21
21
  end
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module Sc20
2
- VERSION = "0.0.1.pre.2"
2
+ VERSION = "0.0.1.pre.3"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sc20-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: -223651675
4
+ hash: -223651673
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
10
  - pre
11
- - 2
12
- version: 0.0.1.pre.2
11
+ - 3
12
+ version: 0.0.1.pre.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Steven Hancock
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-09-21 00:00:00 Z
20
+ date: 2011-09-23 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: railties