view_tree 0.1.2 → 0.1.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2IxMGUzZjBiNDE4MWQyZDdjZGQwYzBlYzg3N2M1MGI3ZTc1OGRiYw==
4
+ ZDY0MGNjNGUxZDZiMmM3NjE4ZWE4YWU2MjFkZjY1NDU1NWY2NGYzOA==
5
5
  data.tar.gz: !binary |-
6
- MzJiNzUwZjcyOGJmMjRiM2MwMDYzZDNkNGMxOTIzYWQ1MWQzNDRlMA==
6
+ NjA4ZTU2ZjExMWE5MGYwODgzZDA5NzVlZWZlNDc1ZWE1YzM2YTMyNg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDYzOTM2MDAxNmY2Y2E4MjcxODI2OTFhM2U2MmRlMGY1MThjZTM5YWM3Zjc3
10
- NjcyMjg1YTZhYWEwN2Y0ZTY1Njg4MDJiOTMyOGRiMzYxMWEzZmE4ZDAyYWZm
11
- ZjIyNTNjOTAyZGFjODQ4MDVlNDI3MTNjMTNmOWEyYWFiZjE1M2Q=
9
+ NjE5ZmM1ZDNhYmJhNzJhYzhjMmIwMGFiN2FjZmQyMzc5M2M2ZjZkNGMxNGEz
10
+ MmU1YTExZTU1MmQ4YTlkNGI3ZjAzOGY3N2Q3YjQ4M2FiZTQ2ODdhNGFhMGEz
11
+ ZWMzOTYzNDU5MGQ0YmVlZDZlYjMyNWYzYzViZTA4NTU5NTRmOTI=
12
12
  data.tar.gz: !binary |-
13
- YWVmM2M5ZTQxMmM5ZjI4Yzg3YjllOWNjZTk1MGRhYjVhOTc1Zjg0MjJiZDdh
14
- NThmZGJmOTg2ODM1ZDQxY2NhMjI0MzQ5ZDFmNTljN2Y1YTdhYTkzNGZiODdl
15
- NWVlOWZmZTNmNTkzN2UxNGJlNzgzYmJhZjJlYmY5MzAzYzQ5Yjc=
13
+ MTNjZTU0NDFiNTNjYzY1NTdkOGE1OGQwMTJkYzMyMzgxNTJjMGQ3MDU0NjQx
14
+ MWQ3YTlmZjUxZDhiODE4NDY4YWJiYzZkZjk1MTJlOTg3YzI3MGZmMmVhZmNk
15
+ NzJlZTFlNGY2YTY0ZjM1YjI3OWZiODg1MjIwODFjMWZiMmNkODc=
@@ -1,3 +1,3 @@
1
1
  module ViewTree
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/view_tree.rb CHANGED
@@ -46,7 +46,7 @@ class Cb
46
46
  end
47
47
  end
48
48
  rescue
49
- puts "Please input correct controller and action name."
49
+ puts "3...Please input correct controller and action name."
50
50
  exit
51
51
  end
52
52
  end
@@ -57,7 +57,7 @@ class Cb
57
57
  # Check that if user has input "bundle install --path vendor"
58
58
 
59
59
  if controller_action_name.size == 0
60
- puts "Please input controller and action name."
60
+ puts "1....Please input controller and action name."
61
61
  exit
62
62
  end
63
63
 
@@ -82,8 +82,8 @@ class Cb
82
82
 
83
83
  if $file_queue.size == 0
84
84
  puts ""
85
- puts "*** Please check the controller and action name, I can't find that page. ***"
86
- exit 1
85
+ puts "2...Please check the controller and action name, I can't find that page."
86
+ exit
87
87
  end
88
88
 
89
89
  $file_queue.push(["#{$niche_intl}/app/views/layouts/cb_intl/application.html.erb"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent