lentil 1.0.4 → 1.0.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 697030bbd597544172c48a7cd457425f88a9b685
|
|
4
|
+
data.tar.gz: 54188bd94b460c831bd7accf3affa970ea28440e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4221b8ec1061325b30224f97df2e614f6a624637d5133f9fe422fa14be9b1027d76a226a5270bd00d8730796d4ef4deaa21d483de9a9d4dae9551a2e92ed92bb
|
|
7
|
+
data.tar.gz: b53e0b3c3cc31ec914496ac8262a58ed7bd36366e61c0e7bfce8284b4be73503541316333dcf42aad0f7ca8cc55bce0082bd608ee18a55e8c3e93b8a7fb6ae22
|
|
@@ -112,16 +112,16 @@ ROUTES
|
|
|
112
112
|
def dummy_admin_user
|
|
113
113
|
if yes?("Do you want to create an admin user in development now?")
|
|
114
114
|
rake "lentil:dummy_admin_user"
|
|
115
|
-
say "Username: admin@example.com, Password: password"
|
|
115
|
+
say "Username: admin@example.com, Password: password"
|
|
116
116
|
else
|
|
117
|
-
say "See the README.md for how to create an admin user."
|
|
117
|
+
say "See the README.md for how to create an admin user."
|
|
118
118
|
end
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
desc 'display messages about what needs to be configured'
|
|
122
122
|
def configuration_messages
|
|
123
123
|
file = File.read(File.join( File.expand_path('../templates', __FILE__), 'README.md'))
|
|
124
|
-
say file
|
|
124
|
+
say file
|
|
125
125
|
end
|
|
126
126
|
|
|
127
127
|
end
|
data/lib/lentil/version.rb
CHANGED
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Casden
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2017-02-02 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -779,7 +779,6 @@ files:
|
|
|
779
779
|
- test/dummy/public/422.html
|
|
780
780
|
- test/dummy/public/500.html
|
|
781
781
|
- test/dummy/public/favicon.ico
|
|
782
|
-
- test/dummy/test/fixtures
|
|
783
782
|
- test/fixtures/.gitkeep
|
|
784
783
|
- test/fixtures/lentil/admin_users.yml
|
|
785
784
|
- test/fixtures/lentil/battles.yml
|
|
@@ -923,7 +922,6 @@ files:
|
|
|
923
922
|
- vendor/assets/stylesheets/animatedimages/css/demo.css
|
|
924
923
|
- vendor/assets/stylesheets/animatedimages/css/fallback.css
|
|
925
924
|
- vendor/assets/stylesheets/animatedimages/css/style.scss
|
|
926
|
-
- vendor/assets/stylesheets/animatedimages/images/Thumbs.db
|
|
927
925
|
- vendor/assets/stylesheets/animatedimages/images/bg.jpg
|
|
928
926
|
- vendor/assets/stylesheets/animatedimages/images/light.png
|
|
929
927
|
- vendor/assets/stylesheets/animatedimages/images/loading.gif
|
|
@@ -949,7 +947,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
949
947
|
version: '0'
|
|
950
948
|
requirements: []
|
|
951
949
|
rubyforge_project:
|
|
952
|
-
rubygems_version: 2.6.
|
|
950
|
+
rubygems_version: 2.6.10
|
|
953
951
|
signing_key:
|
|
954
952
|
specification_version: 4
|
|
955
953
|
summary: lentil supports the harvesting of images from Instagram.
|
|
@@ -999,7 +997,6 @@ test_files:
|
|
|
999
997
|
- test/dummy/public/422.html
|
|
1000
998
|
- test/dummy/public/500.html
|
|
1001
999
|
- test/dummy/public/favicon.ico
|
|
1002
|
-
- test/dummy/test/fixtures
|
|
1003
1000
|
- test/fixtures/.gitkeep
|
|
1004
1001
|
- test/fixtures/lentil/admin_users.yml
|
|
1005
1002
|
- test/fixtures/lentil/battles.yml
|
data/test/dummy/test/fixtures
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
test/dummy/test/../../fixtures
|
|
Binary file
|