client_side_validations-turbolinks 0.0.1.alpha.1 → 0.5.0

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.
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.require_paths = ['lib']
14
14
  gem.version = ClientSideValidations::Turbolinks::VERSION
15
15
 
16
- gem.add_dependency 'client_side_validations', '~> 3.2.0.rc.1'
16
+ gem.add_dependency 'client_side_validations', '~> 3.2.0'
17
17
  gem.add_dependency 'turbolinks', '~> 0.5.0'
18
18
 
19
19
  gem.add_development_dependency 'rails', '~> 3.2.0'
@@ -1,5 +1,5 @@
1
1
  module ClientSideValidations
2
2
  module Turbolinks
3
- VERSION = '0.0.1.alpha.1'
3
+ VERSION = '0.5.0'
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- Client Side Validations - Turbolinks - v0.0.1.alpha.1
3
+ Client Side Validations - Turbolinks - v0.5.0.rc.1
4
4
  https://github.com/dockyard/client_side_validations-turbolinks
5
5
 
6
6
  Copyright (c) 2012 DockYard, LLC
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_side_validations-turbolinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha.1
5
- prerelease: 6
4
+ version: 0.5.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Cardarella
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-04 00:00:00.000000000 Z
12
+ date: 2012-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.0.rc.1
21
+ version: 3.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 3.2.0.rc.1
29
+ version: 3.2.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: turbolinks
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -199,13 +199,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  segments:
201
201
  - 0
202
- hash: 1583901320308616337
202
+ hash: 4262940275259595626
203
203
  required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  none: false
205
205
  requirements:
206
- - - ! '>'
206
+ - - ! '>='
207
207
  - !ruby/object:Gem::Version
208
- version: 1.3.1
208
+ version: '0'
209
+ segments:
210
+ - 0
211
+ hash: 4262940275259595626
209
212
  requirements: []
210
213
  rubyforge_project:
211
214
  rubygems_version: 1.8.23