renuo-cli 0.0.7 → 0.0.8

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: db69e51ebf9d72b1d6b25793479e40e4c93af3d5
4
- data.tar.gz: f837fd8ee334197c790b45a45877e88e48801fbd
3
+ metadata.gz: 0eb5039386ffdffd329e3cfe77d6b4c71a08ba01
4
+ data.tar.gz: eab4d8dc9c1aedddaa02d9784e7fc9de0e52e902
5
5
  SHA512:
6
- metadata.gz: 879997b1b32fa4fac716aab2e5bd65bf44a03931203a027eb6cf7c1108f3439f6b5fe852ab59135969d6e6fc7764de1ed30bed0d9b10fb20096bcc6773e920bb
7
- data.tar.gz: 8fc2342e35cb2becbd7675396d0316763d9210f321796f7c86104e4eeca17a5c6ab15822dfed4c0fb7ea6097473c481935fa46ad985675958f451a1a45a7103e
6
+ metadata.gz: 85f6f0e4c34ce27e3f1330d9ed9dfab300f3a65cac76ab89c113e7e149be567ed774aa32b421550d551c2b2aef116bffa87c617d6e88ff3aad4faf92ac46896d
7
+ data.tar.gz: 662eab2263cf41bcbe71a7283152d36f1990794076d6df09e1db3e62ca8513b2e3ff0e6f9a2b42de65dd58bc19e0b2a995df76f719a1ab73ff07173d0d8058df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- renuo-cli (0.0.7)
4
+ renuo-cli (0.0.8)
5
5
  commander
6
6
 
7
7
  GEM
@@ -8,18 +8,23 @@ class MigrateToGithub
8
8
  return stop unless check_requirements
9
9
  return stop unless check_pwd
10
10
 
11
+ run_tasks
12
+ end
13
+
14
+ private
15
+
16
+ def run_tasks
11
17
  transfer_git
12
18
  update_readme
13
19
  repo_settings
14
20
  check_deploy
15
21
  rename_repo
16
22
  replace_other_old_links
23
+ setup_gemnasium
17
24
  setup_ci
18
25
  congrats
19
26
  end
20
27
 
21
- private
22
-
23
28
  def check_requirements
24
29
  say('Please ensure that hub is installed (brew install hub)')
25
30
  agree('Ready?')
@@ -129,6 +134,14 @@ class MigrateToGithub
129
134
  agree('Ready?')
130
135
  end
131
136
 
137
+ def setup_gemnasium
138
+ say('Now the security monitoring: Gemnasium')
139
+ say('Go to https://gemnasium.com/dashboard and add the new project via GitHub')
140
+ say("Add new project --> Hosted on GitHub --> Renuo --> Check #{@project_name} and click submit")
141
+ agree('Ready?')
142
+ `open https://gemnasium.com/dashboard`
143
+ end
144
+
132
145
  def setup_ci
133
146
  say('One last thing: CI')
134
147
  say('Find your CI script on the old CI:')
@@ -1,5 +1,5 @@
1
1
  module Renuo
2
2
  module Cli
3
- VERSION = '0.0.7'
3
+ VERSION = '0.0.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renuo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Elmer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-11 00:00:00.000000000 Z
11
+ date: 2016-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander