lentil 1.0.4 → 1.0.5

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: ecf47629d42a05f5914f948f28629c5dddf4dc05
4
- data.tar.gz: 48b6252b34c140ff7cb8acba38e278dd04e4b3a9
3
+ metadata.gz: 697030bbd597544172c48a7cd457425f88a9b685
4
+ data.tar.gz: 54188bd94b460c831bd7accf3affa970ea28440e
5
5
  SHA512:
6
- metadata.gz: f250e5e6eaed99ad29dbbeda37705989a9981754a125563c2701db2bc04ab82686a4299b1fe4b1d9f81f15007b4cd81046319609e616a21d006af5fada71997a
7
- data.tar.gz: 5eed5ff3c8f9e2a158dfaba7e5e4a570c7d8fe90c7326a6100e8baa13b24d4a08b187774e57a6910847d13a6fb4a3370e0c88739e02f84ea1dc32ffd81954459
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", :green
115
+ say "Username: admin@example.com, Password: password"
116
116
  else
117
- say "See the README.md for how to create an admin user.", :red
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, :green
124
+ say file
125
125
  end
126
126
 
127
127
  end
@@ -1,3 +1,3 @@
1
1
  module Lentil
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
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
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: 2016-12-07 00:00:00.000000000 Z
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.8
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
@@ -1 +0,0 @@
1
- test/dummy/test/../../fixtures