pageflow 0.0.2 → 0.0.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: 434dcfd48ae5c2267ee755867f2e3f2ca9bf5c8d
4
- data.tar.gz: 13effdebb1af53f5513708cc0d470d2a72967cab
3
+ metadata.gz: e33bcd7de35b2c784b255010e5fd47c977a8dde9
4
+ data.tar.gz: 66a9a86d62359080289f52e22e22c31bb1f83443
5
5
  SHA512:
6
- metadata.gz: 1898157ef881b514fb6c561add67d18bfba7adb25bdf3f9278e69b356a7bca0bffbcf38bba96c2f6a901fd5ef2f99e02f35a412d970540fda8975bfcb2e7f4c7
7
- data.tar.gz: 2bed003634c3935854c53316962f02c984f5de0273a3fb3ed6a57b69c70b581d2e0bf4e89d0a833d8c21eac3851c37c2a37991b353bfebbc05a88b7e521c3c74
6
+ metadata.gz: 25ce57e2b71b291316d14778491fb58274926d3433387cb06d32cdae5ce8891914f5de43d90760331b5e88178af042b00de5504013b21039ff4294f2b8dfad4b
7
+ data.tar.gz: c4da11d8f0f0b1da8513a7bdead18a82b635b18a7dbf74556dd2a8601b9f30df17c18f81faf64e8b727fa492a8ad3d3f2dbbf66debc5141b86d398ab3053d04e
@@ -1,7 +1,8 @@
1
1
  pageflow.assetUrls = {
2
2
  largeBandwidthProbe: '<%= Rails.env.test? ? asset_path("bandwidth_probe_large.png") : "http://#{File.join(Pageflow.config.zencoder_options[:s3_host_alias], "bandwidth_probe_large.png")}" %>',
3
+
3
4
  smallBandwidthProbe: '<%= Rails.env.test? ? asset_path("bandwidth_probe_small.png") : "http://#{File.join(Pageflow.config.zencoder_options[:s3_host_alias], "bandwidth_probe_small.png")}" %>',
4
- audioSwf: '<%= asset_path "audio5js.swf" %>',
5
- emptyMp4: '<%= asset_path "empty.mp4" %>',
6
- emptyWebm: '<%= asset_path "empty.webm" %>'
5
+ audioSwf: '<%= asset_path "pageflow/audio5js.swf" %>',
6
+ emptyMp4: '<%= asset_path "pageflow/empty.mp4" %>',
7
+ emptyWebm: '<%= asset_path "pageflow/empty.webm" %>'
7
8
  };
@@ -7,6 +7,7 @@ module Pageflow
7
7
  inject_into_file 'config/initializers/active_admin.rb', after: "ActiveAdmin.setup do |config|\n" do
8
8
  <<-RUBY
9
9
  config.namespace :admin do |admin|
10
+ # Place a user user profile button next to the sign out link.
10
11
  admin.build_menu :utility_navigation do |menu|
11
12
  menu.add(:label => proc { display_name current_active_admin_user },
12
13
  :id => 'current_user',
@@ -6,7 +6,7 @@ module Pageflow
6
6
 
7
7
  def generate_all
8
8
  generate 'active_admin:install User --skip-users'
9
- generate 'active_admin:devise User'
9
+ generate 'active_admin:devise User --no-default-user'
10
10
  generate 'friendly_id'
11
11
 
12
12
  invoke 'pageflow:cancan'
@@ -1,3 +1,3 @@
1
1
  module Pageflow
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd