active_regulation 2.0.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/active_regulation.gemspec +1 -1
- data/lib/active_regulation/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86ba8cb6f1068650af8d344ca8bd31e8c3af78b5
|
4
|
+
data.tar.gz: d3417176bf38a9eabc0e1f83c8d15935844c0c55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90b4925b73119a079f2a84b507d5881aa2f00e72310eb4cec3803a96aba7ea882b83607998fdce630d5294b8bc181cf0cc6ad9010bf2c3b4c5435b36007164c2
|
7
|
+
data.tar.gz: 0f3baece93c9afa080480496f61edbe894170430d8a148ee6c691a6138e6525f57ce63525ff55e6c097f3fb114f872cbfa6c02fd101a2a94d8baef5955e54e0f
|
data/active_regulation.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Juan Gomez"]
|
10
10
|
spec.email = ["j.gomez@drexed.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
12
|
+
spec.summary = %q{Gem for commonly used record states.}
|
13
13
|
spec.description = %q{Manage the states of records by commonly used attributes.}
|
14
14
|
spec.homepage = "https://github.com/drexed/active_regulation"
|
15
15
|
spec.license = "MIT"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_regulation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -172,5 +172,5 @@ rubyforge_project:
|
|
172
172
|
rubygems_version: 2.4.8
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
|
-
summary:
|
175
|
+
summary: Gem for commonly used record states.
|
176
176
|
test_files: []
|