wanew-client-validate 0.0.1 → 0.0.2
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.
- data/client_validate.gemspec +21 -0
- data/lib/wanew/client_validate/version.rb +1 -1
- metadata +5 -4
@@ -0,0 +1,21 @@
|
|
1
|
+
version_file = File.expand_path("../lib/wanew/client_validate/version",__FILE__)
|
2
|
+
require version_file
|
3
|
+
|
4
|
+
Gem::Specification.new do |gem|
|
5
|
+
gem.name = "wanew-client-validate"
|
6
|
+
gem.version = WaNew::ClientValidate::VERSION
|
7
|
+
gem.platform = Gem::Platform::RUBY
|
8
|
+
gem.authors = ["wanliu corporation","hysios"]
|
9
|
+
gem.email = ["hysios@gmail.com"]
|
10
|
+
gem.homepage = "http://github.com/hysios/client_validate"
|
11
|
+
gem.summary = "WaNew Client Side Validations(like ClientSideValidations)"
|
12
|
+
gem.description = "Client Validate mainly appiled for WaNew Engine in the browser client side validate utils"
|
13
|
+
gem.rubyforge_project = gem.name
|
14
|
+
|
15
|
+
gem.required_rubygems_version = ">= 1.3.6"
|
16
|
+
|
17
|
+
gem.files = Dir["{lib}/**/*.rb", "{lib}/**/*.rake", "{lib}/**/*.yml","MIT-LICENSE","init.rb","README","*.gemspec"]
|
18
|
+
|
19
|
+
gem.require_path = ["lib"]
|
20
|
+
|
21
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wanew-client-validate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- wanliu corporation
|
@@ -45,6 +45,7 @@ files:
|
|
45
45
|
- MIT-LICENSE
|
46
46
|
- init.rb
|
47
47
|
- README
|
48
|
+
- client_validate.gemspec
|
48
49
|
has_rdoc: true
|
49
50
|
homepage: http://github.com/hysios/client_validate
|
50
51
|
licenses: []
|
@@ -53,7 +54,7 @@ post_install_message:
|
|
53
54
|
rdoc_options: []
|
54
55
|
|
55
56
|
require_paths:
|
56
|
-
- lib
|
57
|
+
- - lib
|
57
58
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
59
|
none: false
|
59
60
|
requirements:
|