purgatory 2.13.0 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/VERSION +1 -1
- data/lib/generators/purgatory/templates/create_purgatories.rb +4 -0
- data/purgatory.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTFhODEwZmNlNDk4MjUxMTBkNWY0ZTgzMzIwYWU2NGY4OTgzOWMwNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODA1NDhkMjZhMjJkZjA1Y2YxMGZjMjc4MGNlNDQ3YjJjODgwNzI3ZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDdjNzM5MTExNzU3NWJkMzMxZDRkMWE3MTczZWQ5M2UzOGEyODE5OGRlMTU3
|
10
|
+
Njg3MzZkYzM4MjI2ODA0OWNlOWQyOGM1NzFkNzRhODNlNTdmMzVjM2VjZTZj
|
11
|
+
YWY3NGIzZTllYzVhNzM4NDkxODc4Y2I1MGQyN2NkOGNhNmQ3NTg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTUzMGU2ZWRhYTg2YTc1ZThkNDViZDlmMWEyNWJhMjQ2ZTA2MjZlMTc5NDU0
|
14
|
+
NGNlZmYzOTRjYjQ5MjVmZjZiOTI2OGQ3NTVlZDIxMzYzZmJhMWU5NmZjMjQw
|
15
|
+
MDNkYzY5MGY0ZTM1ZTNjZTMxMGViZjc2Y2I5MmRhYjM0MDNlZmU=
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.14.0
|
data/purgatory.gemspec
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: purgatory 2.
|
5
|
+
# stub: purgatory 2.14.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "purgatory"
|
9
|
-
s.version = "2.
|
9
|
+
s.version = "2.14.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["Elan Dubrofsky"]
|
13
|
-
s.date = "2013-12-
|
13
|
+
s.date = "2013-12-27"
|
14
14
|
s.description = "Put your model changes in purgatory and allow them to remain lost souls until they are approved"
|
15
15
|
s.email = "elan.dubrofsky@gmail.com"
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: purgatory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elan Dubrofsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|