themis 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/themis/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cf3330937ccb49fbeec3cc0bcb541f67edd2cb9
|
|
4
|
+
data.tar.gz: a5be13ef06a69f2c6067201e83986122a41076b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28a052f5f3f9f9a9bb064583c4ed926ab8701f12a62d8374ae837c636802a5836d0a17741ddf2612dd8c48e43f00f29a068cda178a026d4dd9b4499aea958264
|
|
7
|
+
data.tar.gz: 6d538cf5966e6c57468bc2614341740d28d7d705e63689ed20a4569480d3e0e11edc4d296ff3a37bf87ed93016808708b423d2a3e668a640aca98825d4553961
|
data/lib/themis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: themis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TMX Credit
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-08-
|
|
12
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -120,7 +120,8 @@ files:
|
|
|
120
120
|
- lib/themis/validation/validator.rb
|
|
121
121
|
- lib/themis/version.rb
|
|
122
122
|
homepage:
|
|
123
|
-
licenses:
|
|
123
|
+
licenses:
|
|
124
|
+
- MIT
|
|
124
125
|
metadata: {}
|
|
125
126
|
post_install_message:
|
|
126
127
|
rdoc_options: []
|
|
@@ -143,3 +144,4 @@ signing_key:
|
|
|
143
144
|
specification_version: 4
|
|
144
145
|
summary: Flexible and modular validations for ActiveRecord models
|
|
145
146
|
test_files: []
|
|
147
|
+
has_rdoc:
|