@@ -6,8 +6,8 @@ require 'cortex/snippets/client/version'
6
6
Gem ::Specification . new do |spec |
7
7
spec . name = 'cortex-snippets-client'
8
8
spec . version = Cortex ::Snippets ::Client ::VERSION
9
- spec . authors = [ 'CB Content Enablement ' ]
10
- spec . email = [ 'ContentEnablementProductTeam@careerbuilder .com' ]
9
+ spec . authors = [ 'CareerBuilder Employer Site & Content Products ' ]
10
+ spec . email = [ 'EmployerSiteContentProducts@cb .com' ]
11
11
spec . license = 'Apache-2.0'
12
12
13
13
spec . summary = %q{Provides loading of Cortex snippets for Ruby applications, with some Rails ViewHelpers}
@@ -18,11 +18,10 @@ Gem::Specification.new do |spec|
18
18
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
19
19
spec . require_paths = [ 'lib' ]
20
20
21
- spec . add_dependency 'cortex-client' , '~> 0.8.2 '
22
- spec . add_dependency 'connection_pool' , '~> 2.2.0 '
23
- spec . add_dependency 'addressable' , '~> 2.4.0 '
21
+ spec . add_dependency 'cortex-client' , '~> 0.10 '
22
+ spec . add_dependency 'connection_pool' , '~> 2.2'
23
+ spec . add_dependency 'addressable' , '~> 2.5 '
24
24
25
- spec . add_development_dependency 'rake' , '~> 11.1'
26
- spec . add_development_dependency 'rspec'
27
- spec . add_development_dependency 'pry'
25
+ spec . add_development_dependency 'rake' , '~> 12.0'
26
+ spec . add_development_dependency 'rspec' , '~> 3.5'
28
27
end
0 commit comments