openstax_accounts 6.1.2 → 6.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 183cf8ada84e8307df5ad1c3ce1b9d56ee5f1c99
4
- data.tar.gz: fe9371eb18e8e916b4f658e08a3158e857e4e5ae
3
+ metadata.gz: 3391b8c48bca41891c12024d7ca2b3d1c82ae730
4
+ data.tar.gz: 478fc6330c7687e3f3050d2f9afadd58219ba323
5
5
  SHA512:
6
- metadata.gz: b71df0091df4ce4842258f237aaa64bd07a7e8d1ec53feff389f9da9d485b13a0b78600acb4fa9ab94c45e72868b7c8b6da9e4e1e319db99a2bcd3577b717160
7
- data.tar.gz: 9a43407fe00ef1ca0d506965a1a1e327201a193e63247246a422a3d65a4d048c8b525af566c8a056c4b992cb595c32f1e037450664e648d9a5b73aafd6f30ec2
6
+ metadata.gz: 040748c6e5c1150140691295718a26667ca59efed3c9170e40481eba09cab47f14edc526a10ef7aa2463525fd0f84b72b095e963e2a55ed109c18134a1e30e94
7
+ data.tar.gz: 0e7953ea46e516a845893b81162f5e8fb8e6cb68b63e62a130d076026d92291d1083045e005997cf14976fdb0cd264384765d6f23bc111890abf0d2dc6a7367d
@@ -5,7 +5,7 @@ module Openstax
5
5
  source_root File.expand_path('../templates', __FILE__)
6
6
 
7
7
  def generate_schedule
8
- template 'schedule.rb.erb', 'config/schedule.rb'
8
+ copy_file 'schedule.rb', 'config/schedule.rb'
9
9
  end
10
10
  end
11
11
  end
@@ -0,0 +1,5 @@
1
+ set :bundle_command, ENV['BUNDLE_COMMAND'] || 'bundle exec'
2
+
3
+ every 1.minute do
4
+ rake 'openstax:accounts:sync:all'
5
+ end
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Accounts
3
- VERSION = "6.1.2"
3
+ VERSION = "6.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstax_accounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.2
4
+ version: 6.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Slavinsky
@@ -367,7 +367,7 @@ files:
367
367
  - db/migrate/4_create_openstax_accounts_group_nestings.rb
368
368
  - lib/generators/openstax/accounts/schedule/USAGE
369
369
  - lib/generators/openstax/accounts/schedule/schedule_generator.rb
370
- - lib/generators/openstax/accounts/schedule/templates/schedule.rb.erb
370
+ - lib/generators/openstax/accounts/schedule/templates/schedule.rb
371
371
  - lib/omniauth/strategies/openstax.rb
372
372
  - lib/openstax/accounts/action_controller/base.rb
373
373
  - lib/openstax/accounts/api.rb
@@ -1,5 +0,0 @@
1
- set :bundle_command, '<%= Rails.application.secrets['bundle_command'] || 'bundle exec' %>'
2
-
3
- every 1.minute do
4
- rake 'openstax:accounts:sync:all'
5
- end