purgatory 2.10.0 → 2.11.0
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 +8 -8
- data/VERSION +1 -1
- data/lib/generators/purgatory/templates/create_purgatories.rb +1 -1
- data/purgatory.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzFlYWQ5NmZjZjM0OWE4NjI4YmRiYzliZmFkZmEzZDU5NWU0MDQzOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWU2ZDA4MzM2NjJkMjlhNjUzODY5MDdmNzVhNTcyMjc0OGUzNTBiYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmVlYWQxZTc3NDMyNGIyOGQ1ZWJhMjY5ZGI1ZTYzZTIzODFjYzNiYTkzZjEz
|
10
|
+
MzQxMzQ0MTZjZDhkZmFmZDUwYWY3NTNiYmQxYTJhYWRkZDM2YWYzOGQwNWZj
|
11
|
+
ZjUxYzg1OWRiMWY3ODkxZDU5OTQ3NWUzYzQ3MjBkMTkyZWIwZDQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZDU3OTZiOTc2MTRjMTc0YjRjNGY4ZDk3YjhlODdlOGU1NzMwZTFiNmZmOGQw
|
14
|
+
ODVhM2Q3OTFiNGY5Zjc5NTY1MGVmMzczYWQ5Y2M0NTk2OGVkNzdiYzlmMjQw
|
15
|
+
MWQ5YThmYmI4YjQxZGJmYWQ4NmRlY2I0MzgyZDRmNGMxOTY4ZDM=
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.11.0
|
data/purgatory.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
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.11.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.11.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"]
|