locomotive_cms 0.0.4.beta7 → 0.0.4.beta8

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
  module Locomotive
2
2
  module Regexps
3
3
 
4
- SUBDOMAIN = /^[a-z][a-z0-9]*[a-z0-9]{1}$/
4
+ SUBDOMAIN = /^[a-z][a-z0-9_-]*[a-z0-9]{1}$/
5
5
 
6
6
  DOMAIN = /^[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/ix
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Locomotive #:nodoc
2
- VERSION = "0.0.4.beta7"
2
+ VERSION = "0.0.4.beta8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230057
4
+ hash: -1848230060
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 4
10
- - beta7
11
- version: 0.0.4.beta7
10
+ - beta8
11
+ version: 0.0.4.beta8
12
12
  platform: ruby
13
13
  authors:
14
14
  - Didier Lafforgue