saucy 0.2.4 → 0.2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/saucy/railties/tasks.rake +6 -0
  2. metadata +4 -2
@@ -0,0 +1,6 @@
1
+ namespace :saucy do
2
+ desc "Completes the current iteration for each project"
3
+ task :update_subscriptions => :environment do
4
+ Account.update_subscriptions!
5
+ end
6
+ end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saucy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 77
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 4
10
- version: 0.2.4
10
+ - 1
11
+ version: 0.2.4.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - thoughtbot, inc.
@@ -206,6 +207,7 @@ files:
206
207
  - lib/saucy/routing_extensions.rb
207
208
  - lib/saucy/user.rb
208
209
  - lib/saucy.rb
210
+ - lib/saucy/railties/tasks.rake
209
211
  - features/run_features.feature
210
212
  - features/step_definitions/clearance_steps.rb
211
213
  - features/step_definitions/rails_steps.rb