titlify 0.3.2 → 0.3.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- titlify (0.3.2)
4
+ titlify (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -70,7 +70,7 @@ module Titlify
70
70
  )
71
71
  )
72
72
  |
73
- ((?:[\w-\.]+)@(?:[\w]+\.)+(?:[a-zA-Z]){2,4}) # [3] email
73
+ ((?:[\w\.\-]+)@(?:[\w]+\.)+(?:[a-zA-Z]){2,4}) # [3] email
74
74
  |
75
75
  ( (?i: #{small_words} ) #{apos} ) # [4] or small word, case-insensitive
76
76
  |
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Titlify
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titlify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -49,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  segments:
51
51
  - 0
52
- hash: 4337011352385259826
52
+ hash: -296908351165839947
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  none: false
55
55
  requirements:
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  version: '0'
59
59
  segments:
60
60
  - 0
61
- hash: 4337011352385259826
61
+ hash: -296908351165839947
62
62
  requirements: []
63
63
  rubyforge_project: titlify
64
64
  rubygems_version: 1.8.11