forked from FeipingHunag/client_side_validations-ember
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient_side_validations-ember.gemspec
28 lines (23 loc) · 1.09 KB
/
client_side_validations-ember.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/client_side_validations/ember/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Brian Cardarella"]
gem.email = ["[email protected]"]
gem.description = %q{Ember Plugin for ClientSideValidaitons}
gem.summary = %q{Ember Plugin for ClientSideValidations}
gem.homepage = 'https://github.com/dockyard/client_side_validations-ember'
gem.files = `git ls-files -- {lib/*,vendor/*,*.gemspec}`.split("\n")
gem.name = 'client_side_validations-ember'
gem.require_paths = ['lib']
gem.version = ClientSideValidations::Ember::VERSION
gem.add_dependency 'client_side_validations', '~> 3.2.0'
gem.add_development_dependency 'rails', '~> 3.2.0'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'm'
# For QUnit testing
gem.add_development_dependency 'sinatra', '~> 1.0'
gem.add_development_dependency 'shotgun'
gem.add_development_dependency 'thin'
gem.add_development_dependency 'json'
gem.add_development_dependency 'coffee-script'
end