purgatory 2.5.0 → 2.6.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjNjNzY3NWYxY2FlZDdhOGU4YzU4NTU0ZjQ5ZmI5Y2I0NmUwMTg1MQ==
4
+ YjNiZjFlOWZmMTFmY2U2NDk3YmEwZTc4NzQ0ZTcyYWFlYzljMzBiYw==
5
5
  data.tar.gz: !binary |-
6
- ZjdlNGQ1MDhmMDFmNDUyZWM2MTRiMWQ4NTYzYWRmOGM1Y2EzNDE1Mw==
6
+ ZDI1MmY4YzQ5MWNmZDJiZGU1ZDNiNjkwYmMwNzQ0ZGNhYjExMTNiYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzNjMjdhNDk4NzUyMzU0NDMxNDQxNDZlNGJjZTE4Y2RhZmQ2YjM4NDA1ZTFl
10
- MDQyODhhMTZjMmQ3NGEyYjBlNjM5NjVkOTRhYWQ2ODg5MDQ1NjIzMjhkMTll
11
- MzJhYjNkMDg4ZGM3NWM2NDZmMTA4OTkzNmE4ZTU5Y2Y0N2IzMTY=
9
+ NGUyMGM5NjZhMGFhNWExZWJhNGU2NWY2OTkwMzRhMGQyZTY4NzkwNmE3NzUz
10
+ OThlMWE4YjY5ZDk5Njk0MTQ1YzQ4MzgzNzIxY2ZkZTk0NDkyYzA4OGVkZGI2
11
+ NDUzNmNkNmVmNzZlOTMxYjc3Nzg5ZjJmNjNhOWYzYjQ0ZjEwMzc=
12
12
  data.tar.gz: !binary |-
13
- YjQ0OWRlMTFiZDY0YzhkNzYzNTZjOGJkNmU1YzQ2ZjczODVlMjA3MmJkYTc0
14
- MWNjZjIxNjQ2ODg0ZmM1MmU4YWZiY2QyMDRiYTZkMTliNDA5MzRhNWY5OGIy
15
- OTNhY2MzZDUzMzE4NzdjNGIzNjM0MjY5Y2ZiNjk3Y2ZlMjIxODM=
13
+ MmYyMmIxY2JjYTVmMGIxYTUyZDY5NWYxM2VkZThlMjI1M2ViYjU3ZmI4YzU1
14
+ MTY4MmNlOWQzNzA4NjA2MGIyNTFiOGExZmJmMjVlOWMxOGVjMGQyNDU0NjVm
15
+ ZjlmMjU3YTEzNzE3YmFkMmYyNDljMjAxMzg4YjUzZmE5ZmNkMzQ=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.0
1
+ 2.6.0
@@ -6,7 +6,7 @@ class CreatePurgatories < ActiveRecord::Migration
6
6
  t.integer :requester_id
7
7
  t.integer :approver_id
8
8
  t.datetime :approved_at
9
- t.string :requested_changes
9
+ t.text :requested_changes
10
10
 
11
11
  t.timestamps
12
12
  end
@@ -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.0 ruby lib
5
+ # stub: purgatory 2.6.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "purgatory"
9
- s.version = "2.5.0"
9
+ s.version = "2.6.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-11-26"
13
+ s.date = "2013-11-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.5.0
4
+ version: 2.6.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-11-26 00:00:00.000000000 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc