paid_up 0.2.2 → 0.2.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 234a0ce012814fb9ce474e22be71c66fa316dc40
4
- data.tar.gz: ebd2ac25e185fa1ccb4792903041c28a53c775a2
3
+ metadata.gz: 090a89d0a4a0dec1edc7647003261f2a0574341b
4
+ data.tar.gz: 8dfc742fda5e93c70364c92c4c8c9e377ea211d3
5
5
  SHA512:
6
- metadata.gz: 100e63424445d7ff8bfaa921ee78db9e8048f4604717de631ff038f9b7cfab88cb0923be14460394e6c58b4a094d09157a88ed937cb71c75ee7592531bd0c902
7
- data.tar.gz: 39d5c0bf309838cdda34b34c38ee81f9cab2f3d11ee1a4d81e62f5087a6dc73fbeb46631ac1a9e7e1fdca6eeaa95923c1f6874452a64997640e9591d41b74cb8
6
+ metadata.gz: 53aee39a4bfbcf95b7e0d02cee2c3b004200c52fc938f3b366cfea4aeeafef8071d0d6d49fc2f0b52df790d1fcc7513eafae57ae61d5b46f1081d319912ac5e4
7
+ data.tar.gz: 5ca100524728f74dc82d5634728bf58925301aca4951745ded764ec4876e404edd45667f994dd64a1c4bf8c79af2ec792a8e20b3dfbeec56a3cbcb837f6c9c43
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -26,9 +26,6 @@ module PaidUp
26
26
  def add_migrations
27
27
  output "Next come migrations.", :magenta
28
28
  rake 'paid_up:install:migrations'
29
- unless self.class.migration_exists?('db/migrate', 'add_customer_stripe_id.rb')
30
- generate("migration AddStripeIdColumnToUser stripe_id:string:index")
31
- end
32
29
  end
33
30
 
34
31
  def add_to_model
data/paid_up.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: paid_up 0.2.2 ruby lib
5
+ # stub: paid_up 0.2.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.2.2"
9
+ s.version = "0.2.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren