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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7cef39fde264232e7c9723d60183673070de40d
4
- data.tar.gz: 787fbeb99b2635db51e839cac45051c38609eb8a
3
+ metadata.gz: 86ba8cb6f1068650af8d344ca8bd31e8c3af78b5
4
+ data.tar.gz: d3417176bf38a9eabc0e1f83c8d15935844c0c55
5
5
  SHA512:
6
- metadata.gz: c8492e2e8155375852ddc3c40ebba7a4e834e3079f661db5400652ba71facc59fac51cabe1e9f1789a42c92759c641a50001c3da8e9837c12b6b880968718879
7
- data.tar.gz: 288b7210b6f155c0e230381222907dee71a7cebc6fdaa98a1fd6b373c59fd77b069397e70dbea62740e05ee674bd55d1f92c1f7f76877e270c7bf5c82bb69d6b
6
+ metadata.gz: 90b4925b73119a079f2a84b507d5881aa2f00e72310eb4cec3803a96aba7ea882b83607998fdce630d5294b8bc181cf0cc6ad9010bf2c3b4c5435b36007164c2
7
+ data.tar.gz: 0f3baece93c9afa080480496f61edbe894170430d8a148ee6c691a6138e6525f57ce63525ff55e6c097f3fb114f872cbfa6c02fd101a2a94d8baef5955e54e0f
@@ -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{Commonly used record states.}
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"
@@ -1,3 +1,3 @@
1
1
  module ActiveRegulation
2
- VERSION = "2.0.0"
2
+ VERSION = "2.2.0"
3
3
  end
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.0.0
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-18 00:00:00.000000000 Z
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: Commonly used record states.
175
+ summary: Gem for commonly used record states.
176
176
  test_files: []