lentil 1.0.1 → 1.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 +4 -4
- data/app/assets/stylesheets/lentil/images.scss +1 -1
- data/lib/generators/lentil/install_generator.rb +1 -1
- data/lib/generators/lentil/upgrade_v1_generator.rb +1 -1
- data/lib/lentil/version.rb +1 -1
- data/vendor/assets/{javascripts → stylesheets}/animatedimages/css/demo.css +0 -0
- data/vendor/assets/{javascripts → stylesheets}/animatedimages/css/fallback.css +0 -0
- data/vendor/assets/{javascripts/animatedimages/css/style.css → stylesheets/animatedimages/css/style.scss} +0 -0
- data/vendor/assets/{javascripts → stylesheets}/animatedimages/images/Thumbs.db +0 -0
- data/vendor/assets/stylesheets/animatedimages/images/bg.jpg +0 -0
- data/vendor/assets/stylesheets/animatedimages/images/light.png +0 -0
- data/vendor/assets/stylesheets/animatedimages/images/loading.gif +0 -0
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae6220da9fff5468a8e4d1adefa04da3377855d7
|
|
4
|
+
data.tar.gz: 47593f07564a9c03f675f60611322191c3691f41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3563ce96ccf937aeada4a5f2b68ea85d0d106b2fc76fdbc1b1ff182ebfcf74908d87322a347c8767677783565997683aa79571332174a58ca9b4c646ab8fa76a
|
|
7
|
+
data.tar.gz: 27c06f5605cef7773ec2a26752baba82e93104c0938baaee7f110f3d4b84d1e96c9f494de18c3cdfd5af9a7dc80ab48a5748f7e97ab60ff9e8be0c59e2014068
|
|
@@ -37,7 +37,7 @@ module Lentil
|
|
|
37
37
|
|
|
38
38
|
desc 'precompile additional assets'
|
|
39
39
|
def precompile_assets
|
|
40
|
-
append_to_file "config/initializers/assets.rb", "Rails.application.config.assets.precompile += %w( *.js ^[^_]*.css *.css.erb lentil/iframe.js lentil/iframe.css addanimatedimages.js
|
|
40
|
+
append_to_file "config/initializers/assets.rb", "Rails.application.config.assets.precompile += %w( *.js ^[^_]*.css *.css.erb lentil/iframe.js lentil/iframe.css addanimatedimages.js )\n"
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
desc 'do not enforce available locales'
|
|
@@ -33,7 +33,7 @@ module Lentil
|
|
|
33
33
|
desc "Update precompilation paths"
|
|
34
34
|
def update_precompilation_paths
|
|
35
35
|
gsub_file "config/application.rb", /^.*Rails.application.config.assets.precompile.*$/, ""
|
|
36
|
-
append_to_file "config/initializers/assets.rb", "Rails.application.config.assets.precompile += %w( *.js ^[^_]*.css *.css.erb lentil/iframe.js lentil/iframe.css addanimatedimages.js
|
|
36
|
+
append_to_file "config/initializers/assets.rb", "Rails.application.config.assets.precompile += %w( *.js ^[^_]*.css *.css.erb lentil/iframe.js lentil/iframe.css addanimatedimages.js )\n"
|
|
37
37
|
end
|
|
38
38
|
|
|
39
39
|
desc 'insert routes'
|
data/lib/lentil/version.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lentil
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Casden
|
|
@@ -833,10 +833,6 @@ files:
|
|
|
833
833
|
- test/vcr_cassettes/instagram_image_harvest.yml
|
|
834
834
|
- test/vcr_cassettes/instagram_image_id.yml
|
|
835
835
|
- test/vcr_cassettes/instagram_oembed.yml
|
|
836
|
-
- vendor/assets/javascripts/animatedimages/css/demo.css
|
|
837
|
-
- vendor/assets/javascripts/animatedimages/css/fallback.css
|
|
838
|
-
- vendor/assets/javascripts/animatedimages/css/style.css
|
|
839
|
-
- vendor/assets/javascripts/animatedimages/images/Thumbs.db
|
|
840
836
|
- vendor/assets/javascripts/animatedimages/images/bg.jpg
|
|
841
837
|
- vendor/assets/javascripts/animatedimages/images/light.png
|
|
842
838
|
- vendor/assets/javascripts/animatedimages/images/loading.gif
|
|
@@ -910,6 +906,13 @@ files:
|
|
|
910
906
|
- vendor/assets/javascripts/spin/spin.js
|
|
911
907
|
- vendor/assets/javascripts/touchswipe/README.md
|
|
912
908
|
- vendor/assets/javascripts/touchswipe/jquery.touchSwipe.js
|
|
909
|
+
- vendor/assets/stylesheets/animatedimages/css/demo.css
|
|
910
|
+
- vendor/assets/stylesheets/animatedimages/css/fallback.css
|
|
911
|
+
- vendor/assets/stylesheets/animatedimages/css/style.scss
|
|
912
|
+
- vendor/assets/stylesheets/animatedimages/images/Thumbs.db
|
|
913
|
+
- vendor/assets/stylesheets/animatedimages/images/bg.jpg
|
|
914
|
+
- vendor/assets/stylesheets/animatedimages/images/light.png
|
|
915
|
+
- vendor/assets/stylesheets/animatedimages/images/loading.gif
|
|
913
916
|
- vendor/assets/stylesheets/polyfill.object-fit/polyfill.object-fit.css
|
|
914
917
|
homepage: https://github.com/NCSU-Libraries/lentil
|
|
915
918
|
licenses:
|