turbolog 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: a6f53e73c98c6be30df7ca7108ec97e82edcab22a18487ff6d2a3bda9c93cbfa
4
- data.tar.gz: 7cb01530bebfaf3e194df75b26700e8f1f73f0d3a0d79940af3bd44501cb2fdc
3
+ metadata.gz: fe9b6f0855417ab1c47f18cb679b95f20ee0401b28023f786c89725d9414386b
4
+ data.tar.gz: 95223189834d4a9dda63d3407750438e987678f5b970e160acc3f4277f1d64fb
5
5
  SHA512:
6
- metadata.gz: c53a83daf05600fdcb59d864c5148d2de891d6ddb94587cb69f206b62b212be3fc416c706c684b0bc52be2340ec75f782b6cac34c47dc6fc23dff5a6566b195c
7
- data.tar.gz: c6fb623475359569f5256fc1aad94ed6c6ec16d4fd953b300cbf39d03f372d9f3a756e2746823f6cb1e255011398863189f2405f818f5044848343b65280ba4e
6
+ metadata.gz: 8ffc0e8ab1c26b147983b6fae8b4db5df0d4c3ba3c92c5cbf3b14f0c66e91971b12c469dcc860854b87c517c2aef8988fe6ef0a4a2c2a3d8a40563e6c8a3a8a2
7
+ data.tar.gz: 359aeedcceb779915f475299d0654b1be91c41b114a1637dbb61e39dc457d6a6f639a773d21edca3fc986b0ef6024b660b4040ecc0b6e855ba3b8ffbf145d2c6
data/README.md CHANGED
@@ -4,8 +4,8 @@ Turbolog is a gem to setup devise, omniauth and facebook authentication.
4
4
 
5
5
  For the following configuration:
6
6
 
7
- .Rails 5.1.4
8
- .Ruby 2.4.1
7
+ .Rails 5.1.4, 5.2.0.rc1
8
+ .Ruby 2.4.1, 2.5.0
9
9
  .Devise
10
10
  .Mongoid
11
11
  .Omniauth_facebook
@@ -52,11 +52,6 @@ module Turbolog
52
52
  puts Color.blue(" ..............Remove devise from routes.............\n")
53
53
  gsub_file 'config/routes.rb',/devise_for.*\n/,''
54
54
  end
55
- # def create_welcome
56
- # puts Color.blue(" ................Create Sample: Welcome..............\n")
57
- # run "rails g scaffold welcome greeting:text"
58
- # end
59
-
60
55
 
61
56
  def finish
62
57
  puts "\n"
@@ -0,0 +1,2 @@
1
+ FACEBOOK_API="16x"
2
+ FACEBOOK_SECRET="32y"
@@ -17,4 +17,5 @@
17
17
  /yarn-error.log
18
18
 
19
19
  .byebug_history
20
- .env
20
+ .env-my
21
+
@@ -1,3 +1,3 @@
1
1
  module Turbolog
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbolog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -177,6 +177,7 @@ files:
177
177
  - bin/setup
178
178
  - lib/generators/turbolog/config_generator.rb
179
179
  - lib/generators/turbolog/install_generator.rb
180
+ - lib/generators/turbolog/templates/.env
180
181
  - lib/generators/turbolog/templates/.gitignore
181
182
  - lib/generators/turbolog/templates/.rspec
182
183
  - lib/generators/turbolog/templates/app/controllers/Users/omniauth_callbacks_controller.rb