aaf-lipstick 3.0.1 → 3.0.2

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: bfcd45c6c601b809340890852d183333006b2175
4
- data.tar.gz: 01e01466e571f79b72e0cdc985a419e4f1ebc58f
3
+ metadata.gz: 73475c22c3b328a642b1fdd3cf889c682f62918c
4
+ data.tar.gz: 8b3e39a8b60cee2d5954f4994ac3b48500f13530
5
5
  SHA512:
6
- metadata.gz: 90c8dc5b4cad84050c8e884b6d6ece9ce23fe54a1a76bd30d2a5576e7355bc94ad0e8e4e9119cd7676fb1a12a369a5d374a97bf6ac768e35b003dbd5d7ca95cb
7
- data.tar.gz: 26acd5ddf6a344004116fd9aaf6b46135c2e6a6869d716e1a2b8396c64709147dadbd804441a65a5c24e553b940cf47e8f6cb0db8978a63af209c4e3a860ecfc
6
+ metadata.gz: 8ce4cb91e05fc58113f78f78275b292a2a6b5a526d51f06f1002162d905847d5ea185a63d65ed9b7633a052459bd519d046370339d6663ef2295245ea55a3f98
7
+ data.tar.gz: 9be0635840910a82587058bca5db88e80bf2074d347b29273db05c2970f32039df13890963c44ca0ae0aeeee977cd0ff38fd8057c42c7854d530f235238da394
data/Rakefile CHANGED
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'bundler/gem_tasks'
3
4
  require 'rspec/core/rake_task'
4
5
  require 'rubocop/rake_task'
@@ -6,4 +7,4 @@ require 'rubocop/rake_task'
6
7
  RSpec::Core::RakeTask.new(:spec)
7
8
  RuboCop::RakeTask.new
8
9
 
9
- task default: [:spec, :rubocop]
10
+ task default: %i(spec rubocop)
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  class StaticErrorsController < ApplicationController
3
4
  layout 'static_errors'
4
5
  end
@@ -1,2 +1,3 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'lipstick'
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  def self.asset_path
4
5
  File.expand_path(File.join('..', 'app', 'assets'), File.dirname(__FILE__))
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module AutoValidation
4
5
  module ClassMethods
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'kramdown'
3
4
  require 'erubis'
4
5
 
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  class Engine < ::Rails::Engine
4
5
  require 'active_support'
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Helpers
4
5
  end
@@ -1,4 +1,7 @@
1
1
  # frozen_string_literal: true
2
+
3
+ require 'action_view'
4
+
2
5
  # rubocop:disable Metrics/ParameterLists
3
6
 
4
7
  class BootstrapFormBuilder < ActionView::Helpers::FormBuilder
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Helpers
4
5
  module FormHelper
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Helpers
4
5
  class FormValidationBuilder
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Helpers
4
5
  module LayoutHelper
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Helpers
4
5
  module NavHelper
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'will_paginate'
3
4
 
4
5
  module Lipstick
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
4
  module Images
4
5
  end
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require 'rmagick'
3
4
 
4
5
  module Lipstick
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  module Lipstick
3
- VERSION = '3.0.1'
4
+ VERSION = '3.0.2'
4
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aaf-lipstick
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun Mangelsdorf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erubis
@@ -345,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
345
345
  version: '0'
346
346
  requirements: []
347
347
  rubyforge_project:
348
- rubygems_version: 2.6.10
348
+ rubygems_version: 2.6.11
349
349
  signing_key:
350
350
  specification_version: 4
351
351
  summary: A gem for applying AAF branding to our services