Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nerakdon committed May 19, 2015
1 parent 7b05ff8 commit fffd3b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20150519164237_add_stripe_id_column_to_users.rb
@@ -0,0 +1,5 @@
class AddStripeIdColumnToUsers < ActiveRecord::Migration
def change
add_column :users, :stripe_id, :string, index: true
end
end
2 changes: 2 additions & 0 deletions paid_up.gemspec
Expand Up @@ -64,6 +64,7 @@ Gem::Specification.new do |s|
"db/migrate/20150407105900_create_paid_up_features_plans_table.rb",
"db/migrate/20150407110100_create_paid_up_features_table.rb",
"db/migrate/20150407110101_create_paid_up_plans_table.rb",
"db/migrate/20150519164237_add_stripe_id_column_to_users.rb",
"lib/generators/paid_up/install/install_generator.rb",
"lib/generators/paid_up/install/templates/initializer.rb.erb",
"lib/generators/paid_up/utils.rb",
Expand Down Expand Up @@ -124,6 +125,7 @@ Gem::Specification.new do |s|
"spec/dummy/db/migrate/20150518000917_create_paid_up_features_plans_table.paid_up.rb",
"spec/dummy/db/migrate/20150518000918_create_paid_up_features_table.paid_up.rb",
"spec/dummy/db/migrate/20150518000919_create_paid_up_plans_table.paid_up.rb",
"spec/dummy/db/migrate/20150519164355_add_stripe_id_column_to_users.paid_up.rb",
"spec/dummy/db/schema.rb",
"spec/dummy/db/seeds.rb",
"spec/dummy/db/seeds/features.seeds.rb",
Expand Down
@@ -0,0 +1,6 @@
# This migration comes from paid_up (originally 20150519164237)
class AddStripeIdColumnToUsers < ActiveRecord::Migration
def change
add_column :users, :stripe_id, :string, index: true
end
end

0 comments on commit fffd3b0

Please sign in to comment.