learn-config 1.0.77 → 1.0.78

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
- SHA1:
3
- metadata.gz: 256d65873267ca814f79739e089c1754b056d1af
4
- data.tar.gz: 74ba71897d682724d5b503ec162f374cd2cc68e2
2
+ SHA256:
3
+ metadata.gz: c7f9f1090847b744e95e97e224901beb780c8197c0ebc4a55912300e45d84558
4
+ data.tar.gz: 239f5ea00eec27655b29fba09fd80d612a048e55b6103b618832c16f6983e51f
5
5
  SHA512:
6
- metadata.gz: 9f532075011ffb3a2653c708a74e5536d4d45fd491e38fb32a6319097554f6b67ede4f9530eb28801480c8362302c20a921edeb6570051c92fa603642ff5b410
7
- data.tar.gz: 3d7a43642decd17df752a3afa744ad356d04f038f74326943e0d7dcfed237b225b44b8bccc64c9d542d0faf01a351c2089b9cce9ac5b4277b6841effc0cb64c1
6
+ metadata.gz: 14a5dfdb449de9ada428c7b4bccdfe3769f13969348e721ca022ec5d1da1182faa1e5a548284e5741d2f2cfa22dd3d6ab25de210506cd1ae9fa1f56f54c57e65
7
+ data.tar.gz: 82b52a9551c533b77df686f22bcad9e67808688e4aab44f05e2dd23c85107be6567db4bde182e014d6462ddea9e69c8fc9177d4aa069a25df262b9029f8c80b4
@@ -10,9 +10,9 @@ module LearnConfig
10
10
  def ask_for_oauth_token(short_text: false, retries_remaining: 5)
11
11
  if !short_text
12
12
  puts <<-LONG
13
- To connect with the Learn web application, you will need to configure
14
- the Learn gem with an OAuth token. You can find yours at the bottom of your profile
15
- page at: https://learn.co/#{github_username ? github_username : 'your-github-username'}.
13
+ In order to receive credit for your work, you will need to configure
14
+ the Learn gem with an OAuth token. You can find yours in Base at:
15
+ https://base.flatironschool.com/account/manage
16
16
 
17
17
  LONG
18
18
 
@@ -1,3 +1,3 @@
1
1
  module LearnConfig
2
- VERSION = '1.0.77'
2
+ VERSION = '1.0.78'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: learn-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.77
4
+ version: 1.0.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flatiron School
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.5.0
69
- description:
69
+ description:
70
70
  email:
71
71
  - learn@flatironschool.com
72
72
  executables:
@@ -90,7 +90,7 @@ homepage: https://github.com/learn-co/learn-config
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
93
- post_install_message:
93
+ post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths:
96
96
  - lib
@@ -106,9 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubyforge_project:
110
- rubygems_version: 2.4.8
111
- signing_key:
109
+ rubygems_version: 3.0.6
110
+ signing_key:
112
111
  specification_version: 4
113
112
  summary: Configure the Learn gem
114
113
  test_files: []