rails_validation 0.0.0 → 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails_validation.rb +3 -5
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b731296999d57e354a456d131efe4307eb681e61
4
- data.tar.gz: ab1edc73acbd4d6fc3cb7879bf0bfdddd470d4bb
3
+ metadata.gz: a389d0d19b46ee2decfcc88b2754df9cab1160fb
4
+ data.tar.gz: 6efab23503029cbff7c90462084f82c5724ed476
5
5
  SHA512:
6
- metadata.gz: 88a04ded5bc475adaa112ecdcb33c98837a4c790a29898e8333b8e879dced6a64d2b6320cf05d10b5e2a826883e7d1e7201dfacf1c29c2b0c0a2b4aca837ab66
7
- data.tar.gz: 519ae4781bb9d7bbe2be504b0a9f49c0a3ed5498538ed3f4834dbd76c04284d4fd821e7e60da98afe1b028a31d7f312f480b1b71a5a51a6a73aea54dfb62238c
6
+ metadata.gz: 7b5bae3f292468b31726545577560ceb7fe6eb26a7a8446fb31906d414564b435dc5c85afce695ea42892d3bae631abcae2c98e3c5636e32a1c299f3401e954e
7
+ data.tar.gz: 630efab572e2f88be0215a50fef010bddbdc4749782be8efbe1ceb0953ea7f4a021d1fa10e302dba41f431b1d479b90f51d326b34e0e4ff027af30a104ace1fd
@@ -1,6 +1,4 @@
1
- class RailsValidation
2
- def self.hi
3
- puts "hello world!"
4
- end
1
+ require 'validators/email_validator'
2
+ I18n.load_path += Dir["#{File.dirname(__FILE__)}/../config/locales/*.yml"]
3
+ module RailsValidations
5
4
  end
6
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clark King
@@ -17,7 +17,7 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - lib/rails_validation.rb
20
- homepage: http://rubygems.org/gems/rails_validation
20
+ homepage: https://github.com/wskongdesheng/rails_validation
21
21
  licenses:
22
22
  - MIT
23
23
  metadata: {}
@@ -29,7 +29,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: '2.0'
33
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - ">="
@@ -40,5 +40,5 @@ rubyforge_project:
40
40
  rubygems_version: 2.2.2
41
41
  signing_key:
42
42
  specification_version: 4
43
- summary: Hola!
43
+ summary: Rails validationa
44
44
  test_files: []